OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__fixunsxfdi
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/
fixunsxfdi.c
1
/* ===-- fixunsxfdi.c - Implement
__fixunsxfdi
-----------------------------===
10
* This file implements
__fixunsxfdi
for the compiler_rt library.
34
__fixunsxfdi
(long double a)
function
apple_versioning.c
85
NOT_HERE_BEFORE_10_6(
__fixunsxfdi
)
/external/compiler-rt/test/Unit/
fixunsxfdi_test.c
1
//===-- fixunsxfdi_test.c - Test
__fixunsxfdi
-----------------------------===//
10
// This file tests
__fixunsxfdi
for the compiler_rt library.
31
du_int
__fixunsxfdi
(long double a);
35
du_int x =
__fixunsxfdi
(a);
37
printf("error in
__fixunsxfdi
(%LA) = %llX, expected %llX\n",
Completed in 51 milliseconds