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
150
) sorted by null
1
2
3
4
5
6
/external/compiler-rt/lib/builtins/x86_64/
floatundisf.S
6
// float
__floatundisf
(du_int a);
20
DEFINE_COMPILERRT_FUNCTION(
__floatundisf
)
33
END_COMPILERRT_FUNCTION(
__floatundisf
)
/external/compiler-rt/lib/builtins/i386/
floatundisf.S
6
// float
__floatundisf
(du_int a);
31
DEFINE_COMPILERRT_FUNCTION(
__floatundisf
)
45
END_COMPILERRT_FUNCTION(
__floatundisf
)
76
DEFINE_COMPILERRT_FUNCTION(
__floatundisf
)
103
END_COMPILERRT_FUNCTION(
__floatundisf
)
/external/compiler-rt/test/builtins/Unit/
floatundisf_test.c
1
//===-- floatundisf_test.c - Test
__floatundisf
---------------------------===//
10
// This file tests
__floatundisf
for the compiler_rt library.
25
COMPILER_RT_ABI float
__floatundisf
(du_int a);
29
float x =
__floatundisf
(a);
31
printf("error in
__floatundisf
(%llX) = %a, expected %a\n",
/external/compiler-rt/test/builtins/timing/
floatundisf.c
6
#define FUNCTION_NAME
__floatundisf
/external/compiler-rt/lib/builtins/
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
99
NOT_HERE_BEFORE_10_6(
__floatundisf
)
273
NOT_HERE_UNTIL_AFTER_4_3(
__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 {
soft-sitofp.ll
46
; CHECK: call{{l|q}}
__floatundisf
/bionic/libc/arch-arm/bionic/
libgcc_compat.c
88
extern char
__floatundisf
;
167
&
__floatundisf
,
/device/google/contexthub/firmware/lib/builtins/
aeabi_ul2f.c
1
/*===-- floatundisf.c - Implement
__floatundisf
---------------------------===
10
* This file implements
__floatundisf
for the compiler_rt library.
/external/llvm/lib/Target/Mips/
Mips16HardFloatInfo.cpp
32
{ "
__floatundisf
", { NoSig, FRet } },
/external/swiftshader/third_party/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 {
/external/llvm/test/CodeGen/SPARC/
float.ll
168
; V8: call
__floatundisf
172
; V9: call
__floatundisf
176
; SPARC64-NOT: call
__floatundisf
/prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/
libdumpstateutil.so
/prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-sp/
libcompiler_rt.so
/prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-core/
libdumpstateutil.so
/prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-sp/
libcompiler_rt.so
/system/extras/simpleperf/testdata/
libsgmainso-6.4.36.so
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
softfloat-for-gcc.h
102
#define uint64_to_float32
__floatundisf
224
#define
__floatundisf
__aeabi_ul2f
macro
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
softfloat-for-gcc.h
102
#define uint64_to_float32
__floatundisf
224
#define
__floatundisf
__aeabi_ul2f
macro
/device/google/contexthub/firmware/os/cpu/cortexm4/
cortexm4.mk
70
BADWORDS += "
__floatundisf
=When casting a uint64_t to float, use floatFromUint64"
/prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-sp/
libcompiler_rt.so
/prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-sp/
libcompiler_rt.so
Completed in 4003 milliseconds
1
2
3
4
5
6