Home
last modified time | relevance | path

Searched refs:ulpError (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/test/builtins/Unit/ppc/
Dqadd_test.c1833 double ulpError = scalbn(error, 106 - exponent); in testAccuracy() local
1835 if (ulpError > worstUlps) { in testAccuracy()
1840 printf("\tError: %f ulps\n", ulpError); in testAccuracy()
1842 worstUlps = ulpError; in testAccuracy()
Dqsub_test.c1835 double ulpError = scalbn(error, 106 - exponent); in testAccuracy() local
1837 if (ulpError > worstUlps) { in testAccuracy()
1842 printf("\tError: %f ulps\n", ulpError); in testAccuracy()
1844 worstUlps = ulpError; in testAccuracy()
Dqdiv_test.c756 double ulpError = scalbn(error, 106 - exponent); in testAccuracy() local
758 if (ulpError > worstUlps) { in testAccuracy()
763 printf("\tError: %f ulps\n", ulpError); in testAccuracy()
765 worstUlps = ulpError; in testAccuracy()
Dqmul_test.c754 double ulpError = scalbn(error, 106 - exponent); in testAccuracy() local
756 if (ulpError > worstUlps) { in testAccuracy()
761 printf("\tError: %f ulps\n", ulpError); in testAccuracy()
763 worstUlps = ulpError; in testAccuracy()