Searched refs:ulpError (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/libc/utils/MPFRWrapper/ |
D | MPFRUtils.cpp | 459 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/llvm-project/compiler-rt/test/builtins/Unit/ppc/ |
D | qadd_test.c | 1835 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()
|
D | qsub_test.c | 1837 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()
|
D | qdiv_test.c | 758 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()
|
D | qmul_test.c | 756 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()
|
/external/compiler-rt/test/builtins/Unit/ppc/ |
D | qsub_test.c | 1835 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()
|
D | qadd_test.c | 1833 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()
|
D | qdiv_test.c | 756 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()
|
D | qmul_test.c | 754 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()
|