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

/external/compiler-rt/test/Unit/
H A Dnegdf2vfp_test.c22 int test__negdf2vfp(double a) function
27 printf("error in test__negdf2vfp(%f) = %f, expected %f\n",
36 if (test__negdf2vfp(1.0))
38 if (test__negdf2vfp(HUGE_VALF))
40 if (test__negdf2vfp(0.0))
42 if (test__negdf2vfp(-1.0))

Completed in 47 milliseconds