OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__floatunditf
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/test/builtins/Unit/ppc/
floatunditf_test.c
4
COMPILER_RT_ABI long double
__floatunditf
(uint64_t);
18
computed.ld =
__floatunditf
(tests[i].input);
22
printf("Error on
__floatunditf
( 0x%016llx ):\n", tests[i].input);
/external/compiler-rt/lib/builtins/
floatunditf.c
20
COMPILER_RT_ABI fp_t
__floatunditf
(du_int a) {
function
apple_versioning.c
100
NOT_HERE_BEFORE_10_6(
__floatunditf
)
/external/compiler-rt/lib/builtins/ppc/
floatunditf.c
5
/* long double
__floatunditf
(unsigned long long x); */
10
long double
__floatunditf
(uint64_t a) {
function
/external/compiler-rt/test/builtins/Unit/
floatunditf_test.c
1
//===-- floatunditf_test.c - Test
__floatunditf
---------------------------===//
10
// This file tests
__floatunditf
for the compiler_rt library.
25
COMPILER_RT_ABI long double
__floatunditf
(unsigned long long a);
29
long double x =
__floatunditf
(a);
33
printf("error in
__floatunditf
(%Lu) = %.20Lf, "
Completed in 167 milliseconds