OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test__floatsisfvfp
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/test/builtins/Unit/
floatsisfvfp_test.c
23
int
test__floatsisfvfp
(int a)
function
28
printf("error in
test__floatsisfvfp
(%d) = %f, expected %f\n",
37
if (
test__floatsisfvfp
(0))
39
if (
test__floatsisfvfp
(1))
41
if (
test__floatsisfvfp
(-1))
43
if (
test__floatsisfvfp
(0x7FFFFFFF))
45
if (
test__floatsisfvfp
(0x80000000))
Completed in 71 milliseconds