HomeSort by relevance Sort by last modified time
    Searched refs:__floatdidf (Results 1 - 22 of 22) sorted by null

  /external/compiler-rt/lib/x86_64/
floatdidf.c 5 /* double __floatdidf(di_int a); */
11 double __floatdidf(int64_t a) function
  /frameworks/compile/libbcc/runtime/lib/x86_64/
floatdidf.c 5 /* double __floatdidf(di_int a); */
11 double __floatdidf(int64_t a) function
  /external/compiler-rt/lib/i386/
floatdidf.S 21 DEFINE_COMPILERRT_FUNCTION(__floatdidf)
  /frameworks/compile/libbcc/runtime/lib/i386/
floatdidf.S 21 DEFINE_COMPILERRT_FUNCTION(__floatdidf)
  /external/compiler-rt/lib/
floatdidf.c 1 /*===-- floatdidf.c - Implement __floatdidf -------------------------------===
10 * This file implements __floatdidf for the compiler_rt library.
33 __floatdidf(di_int a)
53 __floatdidf(di_int a)
apple_versioning.c 82 NOT_HERE_BEFORE_10_6(__floatdidf)
207 NOT_HERE_UNTIL_AFTER_4_3(__floatdidf)
  /frameworks/compile/libbcc/runtime/lib/
floatdidf.c 1 /*===-- floatdidf.c - Implement __floatdidf -------------------------------===
10 * This file implements __floatdidf for the compiler_rt library.
33 __floatdidf(di_int a) function
53 __floatdidf(di_int a) function
apple_versioning.c 82 NOT_HERE_BEFORE_10_6(__floatdidf)
  /external/compiler-rt/test/timing/
floatdidf.c 6 #define FUNCTION_NAME __floatdidf
  /frameworks/compile/libbcc/runtime/test/timing/
floatdidf.c 6 #define FUNCTION_NAME __floatdidf
  /external/compiler-rt/test/Unit/
floatdidf_test.c 1 //===-- floatdidf.c - Test __floatdidf ------------------------------------===//
10 // This file tests __floatdidf for the compiler_rt library.
25 double __floatdidf(di_int a);
29 double x = __floatdidf(a);
31 printf("error in __floatdidf(%llX) = %a, expected %a\n", a, x, expected);
  /external/llvm/lib/Support/Windows/
explicit_symbols.inc 45 EXPLICIT_SYMBOL(__floatdidf)
  /frameworks/compile/libbcc/runtime/test/Unit/
floatdidf_test.c 1 //===-- floatdidf.c - Test __floatdidf ------------------------------------===//
10 // This file tests __floatdidf for the compiler_rt library.
25 double __floatdidf(di_int a);
29 double x = __floatdidf(a);
31 printf("error in __floatdidf(%llX) = %a, expected %a\n", a, x, expected);
  /dalvik/vm/compiler/codegen/mips/
CalloutHelper.h 41 extern "C" double __floatdidf(long long op1); // OP_LONG_TO_DOUBLE
CodegenDriver.cpp 264 return genConversionCall(cUnit, mir, (void*)__floatdidf, kLong, kDouble);
    [all...]
  /bionic/libc/arch-arm/bionic/
libgcc_compat.c 129 XX(__floatdidf) \
  /frameworks/compile/libbcc/lib/ExecutionEngine/
BCCRuntimeStub.h 41 extern double __floatdidf(di_int);
BCCRuntime.def 151 DEF_LLVM_RUNTIME(__floatdidf)
  /external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c 183 double __floatdidf(di_int a);
283 assert(__floatdidf(2) == 2.0);
  /dalvik/vm/mterp/out/
InterpAsm-mips.S     [all...]
  /external/llvm/
configure     [all...]
  /external/llvm/projects/sample/
configure     [all...]

Completed in 587 milliseconds