OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__fixunstfdi
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/test/Unit/
fixunstfdi_test.c
1
//===-- fixunstfdi_test.c - Test
__fixunstfdi
-----------------------------===//
10
// This file tests
__fixunstfdi
for the compiler_rt library.
27
du_int
__fixunstfdi
(long double a);
31
du_int x =
__fixunstfdi
(a);
33
printf("error in
__fixunstfdi
(%LA) = %llX, expected %llX\n",
/external/compiler-rt/lib/ppc/
fixunstfdi.c
5
/* uint64_t
__fixunstfdi
(long double x); */
10
uint64_t
__fixunstfdi
(long double input)
function
/external/compiler-rt/lib/
apple_versioning.c
84
NOT_HERE_BEFORE_10_6(
__fixunstfdi
)
Completed in 51 milliseconds