OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__fixxfti
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/builtins/
fixxfti.c
1
/* ===-- fixxfti.c - Implement
__fixxfti
-----------------------------------===
10
* This file implements
__fixxfti
for the compiler_rt library.
31
__fixxfti
(long double a)
function
apple_versioning.c
90
NOT_HERE_BEFORE_10_6(
__fixxfti
)
/external/compiler-rt/test/builtins/Unit/
fixxfti_test.c
1
//===-- fixxfti_test.c - Test
__fixxfti
-----------------------------------===//
10
// This file tests
__fixxfti
for the compiler_rt library.
28
COMPILER_RT_ABI ti_int
__fixxfti
(long double a);
32
ti_int x =
__fixxfti
(a);
39
printf("error in
__fixxfti
(%LA) = 0x%.16llX%.16llX, expected 0x%.16llX%.16llX\n",
Completed in 4422 milliseconds