Searched refs:ulpError (Results 1 – 4 of 4) sorted by relevance
1833 double ulpError = scalbn(error, 106 - exponent); in testAccuracy() local1835 if (ulpError > worstUlps) { in testAccuracy()1840 printf("\tError: %f ulps\n", ulpError); in testAccuracy()1842 worstUlps = ulpError; in testAccuracy()
1835 double ulpError = scalbn(error, 106 - exponent); in testAccuracy() local1837 if (ulpError > worstUlps) { in testAccuracy()1842 printf("\tError: %f ulps\n", ulpError); in testAccuracy()1844 worstUlps = ulpError; in testAccuracy()
756 double ulpError = scalbn(error, 106 - exponent); in testAccuracy() local758 if (ulpError > worstUlps) { in testAccuracy()763 printf("\tError: %f ulps\n", ulpError); in testAccuracy()765 worstUlps = ulpError; in testAccuracy()
754 double ulpError = scalbn(error, 106 - exponent); in testAccuracy() local756 if (ulpError > worstUlps) { in testAccuracy()761 printf("\tError: %f ulps\n", ulpError); in testAccuracy()763 worstUlps = ulpError; in testAccuracy()