OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__fixunssfdi
(Results
1 - 9
of
9
) sorted by null
/frameworks/compile/libbcc/runtime/lib/
fixunssfdi.c
1
/* ===-- fixunssfdi.c - Implement
__fixunssfdi
-----------------------------===
10
* This file implements
__fixunssfdi
for the compiler_rt library.
30
__fixunssfdi
(float a)
function
apple_versioning.c
73
NOT_HERE_BEFORE_10_6(
__fixunssfdi
)
/external/llvm/lib/Support/
SearchForAddressOfSpecialSymbol.cpp
38
EXPLICIT_SYMBOL(
__fixunssfdi
);
/frameworks/compile/libbcc/runtime/test/Unit/
fixunssfdi_test.c
1
//===-- fixunssfdi_test.c - Test
__fixunssfdi
-----------------------------===//
10
// This file tests
__fixunssfdi
for the compiler_rt library.
27
du_int
__fixunssfdi
(float a);
31
du_int x =
__fixunssfdi
(a);
33
printf("error in
__fixunssfdi
(%A) = %llX, expected %llX\n",
/external/llvm/lib/Support/Windows/
explicit_symbols.inc
42
EXPLICIT_SYMBOL(
__fixunssfdi
)
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/config/arm/
bpabi.h
104
extern UDWtype
__fixunssfdi
(SFtype) __asm__("__aeabi_f2ulz") __attribute__((pcs("aapcs")));
108
extern UDWtype
__fixunssfdi
(SFtype) __attribute__((pcs("aapcs")));
/frameworks/compile/libbcc/lib/ExecutionEngine/
RuntimeStub.h
40
extern du_int
__fixunssfdi
(float);
Runtime.def
145
DEF_LLVM_RUNTIME(
__fixunssfdi
)
/external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c
178
du_int
__fixunssfdi
( float a);
280
assert(
__fixunssfdi
(2.0) == 2);
Completed in 835 milliseconds