OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__fixunsxfti
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/libbcc/runtime/lib/
fixunsxfti.c
1
/* ===-- fixunsxfti.c - Implement
__fixunsxfti
-----------------------------===
10
* This file implements
__fixunsxfti
for the compiler_rt library.
34
__fixunsxfti
(long double a)
function
apple_versioning.c
79
NOT_HERE_BEFORE_10_6(
__fixunsxfti
)
/frameworks/compile/libbcc/runtime/test/Unit/
fixunsxfti_test.c
1
//===-- fixunsxfti_test.c - Test
__fixunsxfti
-----------------------------===//
10
// This file tests
__fixunsxfti
for the compiler_rt library.
30
tu_int
__fixunsxfti
(long double a);
34
tu_int x =
__fixunsxfti
(a);
41
printf("error in
__fixunsxfti
(%LA) = 0x%.16llX%.16llX, expected 0x%.16llX%.16llX\n",
Completed in 92 milliseconds