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