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

  /external/compiler-rt/lib/builtins/
fixsfdi.c 1 /* ===-- fixsfdi.c - Implement __fixsfdi -----------------------------------===
24 __fixsfdi(float a)
43 __fixsfdi(fp_t a) { function
apple_versioning.c 76 NOT_HERE_BEFORE_10_6(__fixsfdi)
257 NOT_HERE_UNTIL_AFTER_4_3(__fixsfdi)
  /external/compiler-rt/test/builtins/Unit/
fixsfdi_test.c 1 //===-- fixsfdi_test.c - Test __fixsfdi -----------------------------------===//
10 // This file tests __fixsfdi for the compiler_rt library.
25 COMPILER_RT_ABI di_int __fixsfdi(float a);
29 di_int x = __fixsfdi(a);
31 printf("error in __fixsfdi(%A) = %llX, expected %llX\n", a, x, expected);
  /external/swiftshader/third_party/LLVM/lib/Support/Windows/
explicit_symbols.inc 36 EXPLICIT_SYMBOL(__fixsfdi)
  /art/runtime/interpreter/mterp/mips/
op_float_to_long.S 47 JAL(__fixsfdi)
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
softfloat-for-gcc.h 117 #define float32_to_int64_round_to_zero __fixsfdi
230 #define __fixsfdi __aeabi_f2lz macro
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
softfloat-for-gcc.h 117 #define float32_to_int64_round_to_zero __fixsfdi
230 #define __fixsfdi __aeabi_f2lz macro
  /external/llvm/lib/Support/Windows/
explicit_symbols.inc 42 EXPLICIT_SYMBOL(__fixsfdi)
  /art/runtime/arch/mips64/
entrypoints_init_mips64.cc 75 extern "C" int64_t __fixsfdi(float op1); // FLOAT_TO_LONG
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 76 extern "C" int64_t __fixsfdi(float op1); // FLOAT_TO_LONG
  /art/runtime/interpreter/mterp/out/
mterp_mips.S     [all...]
  /external/swiftshader/third_party/LLVM/
configure     [all...]

Completed in 206 milliseconds