Searched refs:test__fixdfsivfp (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/test/builtins/Unit/
H A Dfixdfsivfp_test.c22 int test__fixdfsivfp(double a) function
27 printf("error in test__fixdfsivfp(%f) = %d, expected %d\n",
36 if (test__fixdfsivfp(0.0))
38 if (test__fixdfsivfp(1.0))
40 if (test__fixdfsivfp(-1.0))
42 if (test__fixdfsivfp(2147483647))
44 if (test__fixdfsivfp(-2147483648.0))

Completed in 181 milliseconds