OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__floatundisf
(Results
1 - 25
of
90
) sorted by null
1
2
3
4
/external/compiler-rt/lib/x86_64/
floatundisf.S
6
// float
__floatundisf
(du_int a);
19
DEFINE_COMPILERRT_FUNCTION(
__floatundisf
)
/external/compiler-rt/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",
/external/compiler-rt/test/timing/
floatundisf.c
6
#define FUNCTION_NAME
__floatundisf
/external/compiler-rt/lib/
floatundisf.c
1
/*===-- floatundisf.c - Implement
__floatundisf
---------------------------===
10
* This file implements
__floatundisf
for the compiler_rt library.
28
__floatundisf
(du_int a)
apple_versioning.c
98
NOT_HERE_BEFORE_10_6(
__floatundisf
)
272
NOT_HERE_UNTIL_AFTER_4_3(
__floatundisf
)
/external/compiler-rt/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/unwanted-symbols/mips/
libgcc.a.functions.txt
51
__floatundisf
/ndk/build/tools/unwanted-symbols/x86/
libgcc.a.functions.txt
398
__floatundisf
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/
libgcc_s.so
libgcc_s.so.1
/bionic/libc/arch-arm/bionic/
libgcc_compat.c
144
XX(
__floatundisf
) \
/development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt
131
__floatundisf
/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
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libgcc_s.so
libgcc_s.so.1
/ndk/build/tools/unwanted-symbols/arm/
libgcc.a.functions.txt
137
__floatundisf
/external/compiler-rt/
README.txt
160
float
__floatundisf
(du_int a);
/prebuilts/ndk/6/sources/cxx-stl/stlport/libs/armeabi/
libstlport_shared.so
/prebuilts/ndk/7/sources/cxx-stl/stlport/libs/armeabi/
libstlport_shared.so
/prebuilts/ndk/7/sources/cxx-stl/stlport/libs/armeabi-v7a/
libstlport_shared.so
/prebuilts/ndk/8/sources/cxx-stl/stlport/libs/armeabi/
libstlport_shared.so
Completed in 347 milliseconds
1
2
3
4