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

  /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 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/compiler-rt/lib/builtins/
fixsfdi.c 1 /* ===-- fixsfdi.c - Implement __fixsfdi -----------------------------------===
10 * This file implements __fixsfdi for the compiler_rt library.
29 __fixsfdi(float a)
apple_versioning.c 76 NOT_HERE_BEFORE_10_6(__fixsfdi)
257 NOT_HERE_UNTIL_AFTER_4_3(__fixsfdi)
  /external/llvm/lib/Support/Windows/
explicit_symbols.inc 36 EXPLICIT_SYMBOL(__fixsfdi)
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 89 extern "C" int64_t __fixsfdi(float op1); // FLOAT_TO_LONG
  /external/llvm/
configure     [all...]

Completed in 70 milliseconds