OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__fixunstfti
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/builtins/
fixunstfti.c
19
__fixunstfti
(fp_t a) {
function
/external/compiler-rt/test/builtins/Unit/
fixunstfti_test.c
1
//===-- fixunstfti_test.c - Test
__fixunstfti
-----------------------------===//
10
// This file tests
__fixunstfti
for the compiler_rt library.
29
COMPILER_RT_ABI tu_int
__fixunstfti
(long double a);
33
tu_int x =
__fixunstfti
(a);
42
printf("error in
__fixunstfti
(%.20Lf) = 0x%.16llX%.16llX, "
Completed in 54 milliseconds