OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__fixunssfti
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/builtins/
fixunssfti.c
1
/* ===-- fixunssfti.c - Implement
__fixunssfti
-----------------------------===
10
* This file implements
__fixunssfti
for the compiler_rt library.
23
__fixunssfti
(fp_t a) {
function
apple_versioning.c
84
NOT_HERE_BEFORE_10_6(
__fixunssfti
)
/external/compiler-rt/test/builtins/Unit/
fixunssfti_test.c
1
//===-- fixunssfti_test.c - Test
__fixunssfti
-----------------------------===//
10
// This file tests
__fixunssfti
for the compiler_rt library.
29
COMPILER_RT_ABI tu_int
__fixunssfti
(float a);
33
tu_int x =
__fixunssfti
(a);
40
printf("error in
__fixunssfti
(%A) = 0x%.16llX%.16llX, expected 0x%.16llX%.16llX\n",
Completed in 108 milliseconds