OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__floatundidf
(Results
1 - 25
of
108
) sorted by null
1
2
3
4
5
/external/compiler-rt/test/timing/
floatundidf.c
12
double
__floatundidf
(uint64_t x);
31
__floatundidf
(input[i]);
/external/compiler-rt/lib/i386/
floatundidf.S
1
//===-- floatundidf.S - Implement
__floatundidf
for i386 ------------------===//
10
// This file implements
__floatundidf
for the compiler_rt library.
16
// double
__floatundidf
(du_int a);
33
DEFINE_COMPILERRT_FUNCTION(
__floatundidf
)
floatdidf.S
6
// double
__floatundidf
(du_int a);
/external/compiler-rt/lib/x86_64/
floatundidf.S
1
//===-- floatundidf.S - Implement
__floatundidf
for x86_64 ----------------===//
10
// This file implements
__floatundidf
for the compiler_rt library.
16
// double
__floatundidf
(du_int a);
33
DEFINE_COMPILERRT_FUNCTION(
__floatundidf
)
/external/compiler-rt/test/Unit/
floatundidf_test.c
1
//===-- floatundidf_test.c - Test
__floatundidf
---------------------------===//
10
// This file tests
__floatundidf
for the compiler_rt library.
25
double
__floatundidf
(du_int a);
29
double x =
__floatundidf
(a);
31
printf("error in
__floatundidf
(%llX) = %a, expected %a\n",
/external/compiler-rt/lib/
floatundidf.c
1
/* ===-- floatundidf.c - Implement
__floatundidf
---------------------------===
10
* This file implements
__floatundidf
for the compiler_rt library.
34
__floatundidf
(du_int a)
56
__floatundidf
(du_int a)
apple_versioning.c
97
NOT_HERE_BEFORE_10_6(
__floatundidf
)
271
NOT_HERE_UNTIL_AFTER_4_3(
__floatundidf
)
/external/compiler-rt/lib/ppc/
floatunditf.c
12
/* Begins with an exact copy of the code from
__floatundidf
*/
/ndk/build/tools/unwanted-symbols/mips/
libgcc.a.functions.txt
50
__floatundidf
/ndk/build/tools/unwanted-symbols/x86/
libgcc.a.functions.txt
397
__floatundidf
/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
143
XX(
__floatundidf
) \
/development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt
112
__floatundidf
/development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt
130
__floatundidf
/development/ndk/platforms/android-8/arch-arm/symbols/
libc.so.functions.txt
135
__floatundidf
/development/ndk/platforms/android-9/arch-arm/symbols/
libc.so.functions.txt
135
__floatundidf
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libgcc_s.so
libgcc_s.so.1
/external/compiler-rt/www/
index.html
68
like
__floatundidf
in assembly that are dramatically faster than the
/ndk/build/tools/unwanted-symbols/arm/
libgcc.a.functions.txt
136
__floatundidf
/external/compiler-rt/
README.txt
161
double
__floatundidf
(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
Completed in 210 milliseconds
1
2
3
4
5