Searched defs:testAccuracy (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/test/Unit/ppc/
H A Dqadd_test.c6 double testAccuracy();
13 if (testAccuracy() > 1.0)
1811 double testAccuracy() { function
H A Dqdiv_test.c6 double testAccuracy();
13 if (testAccuracy() > 4.0)
734 double testAccuracy() { function
H A Dqmul_test.c6 double testAccuracy();
13 if (testAccuracy() > 2.0)
732 double testAccuracy() { function
H A Dqsub_test.c6 double testAccuracy();
13 if (testAccuracy() > 1.0)
1813 double testAccuracy() { function

Completed in 100 milliseconds