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

  /external/compiler-rt/lib/builtins/x86_64/
floatdidf.c 5 /* double __floatdidf(di_int a); */
11 double __floatdidf(int64_t a) function
  /external/compiler-rt/lib/builtins/i386/
floatdidf.S 24 DEFINE_COMPILERRT_FUNCTION(__floatdidf)
37 END_COMPILERRT_FUNCTION(__floatdidf)
  /art/runtime/interpreter/mterp/mips/
op_long_to_double.S 16 JAL(__floatdidf) # a0/a1 <- op, a2-a3 changed
  /external/compiler-rt/lib/builtins/
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 91 NOT_HERE_BEFORE_10_6(__floatdidf)
266 NOT_HERE_UNTIL_AFTER_4_3(__floatdidf)
  /external/compiler-rt/test/builtins/timing/
floatdidf.c 6 #define FUNCTION_NAME __floatdidf
  /bionic/libc/arch-arm/bionic/
libgcc_compat.c 83 extern char __floatdidf;
162 &__floatdidf,
  /external/compiler-rt/test/builtins/Unit/
floatdidf_test.c 1 //===-- floatdidf.c - Test __floatdidf ------------------------------------===//
10 // This file tests __floatdidf for the compiler_rt library.
25 COMPILER_RT_ABI double __floatdidf(di_int a);
29 double x = __floatdidf(a);
31 printf("error in __floatdidf(%llX) = %a, expected %a\n", a, x, expected);
  /external/swiftshader/third_party/LLVM/lib/Support/Windows/
explicit_symbols.inc 45 EXPLICIT_SYMBOL(__floatdidf)
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
softfloat-for-gcc.h 88 #define int64_to_float64 __floatdidf
219 #define __floatdidf __aeabi_l2d macro
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
softfloat-for-gcc.h 88 #define int64_to_float64 __floatdidf
219 #define __floatdidf __aeabi_l2d macro
  /external/llvm/lib/Support/Windows/
explicit_symbols.inc 51 EXPLICIT_SYMBOL(__floatdidf)
  /art/runtime/arch/mips64/
entrypoints_init_mips64.cc 75 extern "C" double __floatdidf(int64_t op1); // LONG_TO_DOUBLE
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 75 extern "C" double __floatdidf(int64_t op1); // LONG_TO_DOUBLE
  /art/runtime/interpreter/mterp/out/
mterp_mips.S     [all...]
  /external/swiftshader/third_party/LLVM/
configure     [all...]

Completed in 1068 milliseconds