OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__floattisf
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/
floattisf.c
1
/* ===-- floattisf.c - Implement
__floattisf
-------------------------------===
10
* This file implements
__floattisf
for the compiler_rt library.
30
__floattisf
(ti_int a)
function
apple_versioning.c
95
NOT_HERE_BEFORE_10_6(
__floattisf
)
/external/compiler-rt/test/Unit/
floattisf_test.c
1
//===-- floattisf_test.c - Test
__floattisf
-------------------------------===//
10
// This file tests
__floattisf
for the compiler_rt library.
27
float
__floattisf
(ti_int a);
31
float x =
__floattisf
(a);
36
printf("error in
__floattisf
(0x%.16llX%.16llX) = %a, expected %a\n",
Completed in 852 milliseconds