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