Home
last modified time | relevance | path

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

/external/llvm-project/libc/utils/MPFRWrapper/
DMPFRUtils.cpp459 double ulpError) { in compareUnaryOperationSingleOutput() argument
465 return (ulp < ulpError) || in compareUnaryOperationSingleOutput()
466 ((ulp == ulpError) && ((ulp != 0.5) || bitsAreEven)); in compareUnaryOperationSingleOutput()
481 double ulpError) { in compareUnaryOperationTwoOutputs() argument
490 return (ulp < ulpError) || in compareUnaryOperationTwoOutputs()
491 ((ulp == ulpError) && ((ulp != 0.5) || bitsAreEven)); in compareUnaryOperationTwoOutputs()
506 double ulpError) { in compareBinaryOperationTwoOutputs() argument
522 return (ulp < ulpError) || in compareBinaryOperationTwoOutputs()
523 ((ulp == ulpError) && ((ulp != 0.5) || bitsAreEven)); in compareBinaryOperationTwoOutputs()
538 T libcResult, double ulpError) { in compareBinaryOperationOneOutput() argument
[all …]
/external/compiler-rt/test/builtins/Unit/ppc/
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()
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()
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()
/external/llvm-project/compiler-rt/test/builtins/Unit/ppc/
Dqadd_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()
Dqsub_test.c1837 double ulpError = scalbn(error, 106 - exponent); in testAccuracy() local
1839 if (ulpError > worstUlps) { in testAccuracy()
1844 printf("\tError: %f ulps\n", ulpError); in testAccuracy()
1846 worstUlps = ulpError; in testAccuracy()
Dqdiv_test.c758 double ulpError = scalbn(error, 106 - exponent); in testAccuracy() local
760 if (ulpError > worstUlps) { in testAccuracy()
765 printf("\tError: %f ulps\n", ulpError); in testAccuracy()
767 worstUlps = ulpError; in testAccuracy()
Dqmul_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()