OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test__fixunsdfsivfp
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/test/Unit/
fixunsdfsivfp_test.c
22
int
test__fixunsdfsivfp
(double a)
function
27
printf("error in
test__fixunsdfsivfp
(%f) = %u, expected %u\n",
36
if (
test__fixunsdfsivfp
(0.0))
38
if (
test__fixunsdfsivfp
(1.0))
40
if (
test__fixunsdfsivfp
(-1.0))
42
if (
test__fixunsdfsivfp
(4294967295.0))
44
if (
test__fixunsdfsivfp
(65536.0))
Completed in 1475 milliseconds