OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__fixunssfsi
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/libbcc/runtime/lib/
fixunssfsi.c
1
/* ===-- fixunssfsi.c - Implement
__fixunssfsi
-----------------------------===
10
* This file implements
__fixunssfsi
for the compiler_rt library.
30
__fixunssfsi
(float a)
function
apple_versioning.c
74
NOT_HERE_BEFORE_10_6(
__fixunssfsi
)
/frameworks/compile/libbcc/runtime/test/Unit/
fixunssfsi_test.c
1
//===-- fixunssfsi_test.c - Test
__fixunssfsi
-----------------------------===//
10
// This file tests
__fixunssfsi
for the compiler_rt library.
27
su_int
__fixunssfsi
(float a);
31
su_int x =
__fixunssfsi
(a);
33
printf("error in
__fixunssfsi
(%A) = %X, expected %X\n", a, x, expected);
/frameworks/compile/libbcc/lib/ExecutionEngine/
RuntimeStub.h
41
extern su_int
__fixunssfsi
(float);
Runtime.def
147
DEF_LLVM_OR_VFP_RUNTIME(
__fixunssfsi
)
/external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c
174
su_int
__fixunssfsi
( float a);
278
assert(
__fixunssfsi
(2.0) == 2);
Completed in 51 milliseconds