Home
last modified time | relevance | path

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

/external/compiler-rt/test/builtins/Unit/ppc/
Dqadd_test.c1815 double worstUlps = 0.5; in testAccuracy() local
1835 if (ulpError > worstUlps) { in testAccuracy()
1842 worstUlps = ulpError; in testAccuracy()
1847 return worstUlps; in testAccuracy()
Dqsub_test.c1817 double worstUlps = 0.5; in testAccuracy() local
1837 if (ulpError > worstUlps) { in testAccuracy()
1844 worstUlps = ulpError; in testAccuracy()
1849 return worstUlps; in testAccuracy()
Dqdiv_test.c738 double worstUlps = 0.5; in testAccuracy() local
758 if (ulpError > worstUlps) { in testAccuracy()
765 worstUlps = ulpError; in testAccuracy()
770 return worstUlps; in testAccuracy()
Dqmul_test.c736 double worstUlps = 0.5; in testAccuracy() local
756 if (ulpError > worstUlps) { in testAccuracy()
763 worstUlps = ulpError; in testAccuracy()
768 return worstUlps; in testAccuracy()