HomeSort by relevance Sort by last modified time
    Searched full:__floatundisf (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /frameworks/compile/libbcc/runtime/lib/x86_64/
floatundisf.S 6 // float __floatundisf(du_int a);
19 DEFINE_COMPILERRT_FUNCTION(__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/
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/lib/i386/
floatundisf.S 6 // float __floatundisf(du_int a);
31 DEFINE_COMPILERRT_FUNCTION(__floatundisf)
71 DEFINE_COMPILERRT_FUNCTION(__floatundisf)
  /development/ndk/platforms/android-3/arch-arm/symbols/
libm.so.functions.txt 39 __floatundisf
  /external/llvm/test/CodeGen/X86/
uint64-to-float.ll 3 ; by the compiler_rt implementation of __floatundisf.
2009-01-16-UIntToFP.ll 5 define hidden float @__floatundisf(i64 %u) nounwind readnone {
  /ndk/build/tools/toolchain-symbols/arm/
libgcc.a.functions.txt 131 __floatundisf
  /frameworks/compile/libbcc/lib/ExecutionEngine/
RuntimeStub.h 46 extern float __floatundisf(du_int);
Runtime.def 159 DEF_LLVM_RUNTIME(__floatundisf)
  /ndk/build/tools/toolchain-symbols/x86/
libgcc.a.functions.txt 395 __floatundisf
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/
libgcc_s.so 
libgcc_s.so.1 
  /bionic/libc/arch-arm/bionic/
libgcc_compat.c 132 XX(__floatundisf) \
  /development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt 131 __floatundisf
  /external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c 186 float __floatundisf(du_int a);
284 assert(__floatundisf(2) == 2.0);
  /development/ndk/platforms/android-8/arch-arm/symbols/
libc.so.functions.txt 136 __floatundisf
  /development/ndk/platforms/android-9/arch-arm/symbols/
libc.so.functions.txt 136 __floatundisf
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libgcc_s.so 
libgcc_s.so.1 
  /frameworks/compile/libbcc/runtime/
RuntimeDoc.rst 91 __floatundisf : float (unsigned long i) // (float)i [[llvm]]
README.txt 147 float __floatundisf(du_int a);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/libs/armeabi/
libstlport_shared.so 

Completed in 366 milliseconds

1 2 3 4