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

  /frameworks/compile/libbcc/runtime/lib/x86_64/
floatundisf.S 6 // float __floatundisf(du_int a);
19 DEFINE_COMPILERRT_FUNCTION(__floatundisf)
  /frameworks/compile/libbcc/runtime/lib/
floatundisf.c 1 /*===-- floatundisf.c - Implement __floatundisf ---------------------------===
10 * This file implements __floatundisf for the compiler_rt library.
27 __floatundisf(du_int a) function
apple_versioning.c 90 NOT_HERE_BEFORE_10_6(__floatundisf)
  /frameworks/compile/libbcc/runtime/test/Unit/
floatundisf_test.c 1 //===-- floatundisf_test.c - Test __floatundisf ---------------------------===//
10 // This file tests __floatundisf for the compiler_rt library.
25 float __floatundisf(du_int a);
29 float x = __floatundisf(a);
31 printf("error in __floatundisf(%llX) = %a, expected %a\n",
  /frameworks/compile/libbcc/runtime/test/timing/
floatundisf.c 6 #define FUNCTION_NAME __floatundisf
  /frameworks/compile/libbcc/runtime/lib/i386/
floatundisf.S 6 // float __floatundisf(du_int a);
31 DEFINE_COMPILERRT_FUNCTION(__floatundisf)
71 DEFINE_COMPILERRT_FUNCTION(__floatundisf)
  /bionic/libc/arch-arm/bionic/
libgcc_compat.c 132 XX(__floatundisf) \
  /frameworks/compile/libbcc/lib/ExecutionEngine/
RuntimeStub.h 46 extern float __floatundisf(du_int);
Runtime.def 159 DEF_LLVM_RUNTIME(__floatundisf)
  /external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c 186 float __floatundisf(du_int a);
284 assert(__floatundisf(2) == 2.0);

Completed in 1092 milliseconds