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