This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Add new libm tests


This patch adds new libm tests.


H.J.
----
2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>

	* math/libm-test.inc (acosh_test) [TEST_DOUBLE]: Add new
	test.
	(acosh_test) [TEST_FLOAT]: Likewise.
	(asinh_test) [!TEST_LDOUBLE]: Likewise.
	(asinh_test) [TEST_FLOAT]: Likewise.
	(atanh_test) [!TEST_LDOUBLE]: Likewise.
	(atanh_test) [TEST_FLOAT]: Likewise.
	(cbrt_test) [!TEST_LDOUBLE]: Likewise.
	(cbrt_test) [TEST_FLOAT]: Likewise.
	(erf_test) [!TEST_LDOUBLE]: Likewise.
	(erf_test) [TEST_FLOAT]: Likewise.
	(erfc_test) [TEST_FLOAT]: Likewise.
	(expm1_test) [!TEST_LDOUBLE]: Likewise.
	(expm1_test) [TEST_FLOAT]: Likewise.
	(log1p_test) [!TEST_LDOUBLE]: Likewise.
	(log1p_test) [TEST_FLOAT]: Likewise.
	(sqrt_test) [TEST_DOUBLE]: Likewise.
	(sqrt_test) [TEST_FLOAT]: Likewise.
	(tanh_test) [!TEST_LDOUBLE]: Likewise.
	(tanh_test) [TEST_FLOAT]: Likewise.

	* sysdeps/i386/fpu/libm-test-ulps: Regenerated with gcc 4.1. 
	* sysdeps/ia64/fpu/libm-test-ulps: Likewise.
	* sysdeps/x86_64/fpu/libm-test-ulps: Likewise.

--- libc/math/libm-test.inc.both-good	2006-03-31 11:24:19.000000000 -0800
+++ libc/math/libm-test.inc	2006-04-14 08:56:31.000000000 -0700
@@ -760,6 +760,14 @@ acosh_test (void)
   TEST_f_f (acosh, 1, 0);
   TEST_f_f (acosh, 7, 2.63391579384963341725009269461593689L);
 
+#ifdef TEST_DOUBLE
+  TEST_f_f (acosh, 0X1.01FB0B7471C13P+0, 0X1.FD303BDCD51D2P-4);
+#endif
+
+#ifdef TEST_FLOAT
+  TEST_f_f (acosh, 0X1.0007FP+0, 0X1.FDFDAEP-7);
+#endif
+
   END (acosh);
 }
 
@@ -813,6 +821,14 @@ asinh_test (void)
   TEST_f_f (asinh, nan_value, nan_value);
   TEST_f_f (asinh, 0.75L, 0.693147180559945309417232121458176568L);
 
+#ifndef TEST_LDOUBLE
+  TEST_f_f (asinh, -0X1.0A1A86A1A87P-1, -0X1.FEC35B3E7215AP-2);
+#endif
+
+#ifdef TEST_FLOAT
+  TEST_f_f (asinh, -0X1.0420E2P-1, -0X1.F42258P-2);
+#endif
+
   END (asinh);
 }
 
@@ -869,6 +885,14 @@ atanh_test (void)
 
   TEST_f_f (atanh, 0.75L, 0.972955074527656652552676371721589865L);
 
+#ifndef TEST_LDOUBLE
+  TEST_f_f (atanh, 0X1.C56B0B96CDF91P-2, 0X1.E71D3517D3E02P-2);
+#endif
+
+#ifdef TEST_FLOAT
+  TEST_f_f (atanh, 0X1.CC8928P-3, 0X1.D48AF4P-3);
+#endif
+
   END (atanh);
 }
 
@@ -1474,6 +1498,14 @@ cbrt_test (void)
   TEST_f_f (cbrt, 0.9921875L, 0.997389022060725270579075195353955217L);
   TEST_f_f (cbrt, 0.75L, 0.908560296416069829445605878163630251L);
 
+#ifndef TEST_LDOUBLE
+  TEST_f_f (cbrt, -0X1.7B95A68B6D5B2P-101, -0X1.6FCB97ED7355EP-34);
+#endif
+
+#ifdef TEST_FLOAT
+  TEST_f_f (cbrt, 0X1.0103P-40, 0X1.96E8C8P-14);
+#endif
+
   END (cbrt);
 }
 
@@ -2435,6 +2467,14 @@ erf_test (void)
   TEST_f_f (erf, 4.125L, 0.999999994576599200434933994687765914L);
   TEST_f_f (erf, 27.0L, 1.0L);
 
+#ifndef TEST_LDOUBLE
+  TEST_f_f (erf, 0X1.B1C23A062D3A9P-13, 0X1.E971BBC2C41E9P-13);
+#endif
+
+#ifdef TEST_FLOAT
+  TEST_f_f (erf, 0.83668571710586548, 0.76329082250595093);
+#endif
+
   END (erf);
 }
 
@@ -2468,6 +2508,10 @@ erfc_test (void)
 # endif
 #endif
 
+#ifndef TEST_LDOUBLE
+  TEST_f_f (erfc, 0X1.3FFFFFFFFFF0CP+0, 0X1.3BCD133AA1397P-4);
+#endif
+
   END (erfc);
 }
 
@@ -2583,6 +2627,14 @@ expm1_test (void)
   TEST_f_f (expm1, 1, M_El - 1.0);
   TEST_f_f (expm1, 0.75L, 1.11700001661267466854536981983709561L);
 
+#ifndef TEST_LDOUBLE
+  TEST_f_f (expm1, 0X1.672A28295E9C9P-2, 0X1.AE35F07F55B87P-2);
+#endif
+
+#ifdef TEST_FLOAT
+  TEST_f_f (expm1, 0X1.0833B4P-1, 0X1.59C6E6P-1);
+#endif
+
   END (expm1);
 }
 
@@ -4037,6 +4089,14 @@ log1p_test (void)
   TEST_f_f (log1p, -0.25L, -0.287682072451780927439219005993827432L);
   TEST_f_f (log1p, -0.875, -2.07944154167983592825169636437452970L);
 
+#ifndef TEST_LDOUBLE
+  TEST_f_f (log1p, 0X1.9800000000004P-2, 0X1.5767717455A6FP-2);
+#endif
+
+#ifdef TEST_FLOAT
+  TEST_f_f (log1p, 0X1.B6AE94P+0, 0X1.FF1E1EP-1);
+#endif
+
   END (log1p);
 }
 
@@ -5357,6 +5417,14 @@ sqrt_test (void)
   TEST_f_f (sqrt, 15190.5625L, 123.25L);
   TEST_f_f (sqrt, 0.75L, 0.866025403784438646763723170752936183L);
 
+#ifdef TEST_DOUBLE
+  TEST_f_f (sqrt, 0X1.0000000000001P-1022, 0X1P-511);
+#endif
+
+#ifdef TEST_FLOAT
+  TEST_f_f (sqrt, 0X1.FFFFFEP+1, 0X1.FFFFFEP+0);
+#endif
+
   END (sqrt);
 }
 
@@ -5413,6 +5481,14 @@ tanh_test (void)
   /* 2^-57  */
   TEST_f_f (tanh, 0x1p-57L, 6.938893903907228377647697925567626953125e-18L);
 
+#ifndef TEST_LDOUBLE
+  TEST_f_f (tanh, -0X1.D95F582C6D0B6P-3, -0X1.D11E67E06147DP-3);
+#endif
+
+#ifdef TEST_FLOAT
+  TEST_f_f (tanh, 0X1.D5BA9EP-3, 0X1.CDA96EP-3);
+#endif
+
   END (tanh);
 }
 
--- libc/sysdeps/i386/fpu/libm-test-ulps.both-good	2006-01-29 12:18:43.000000000 -0800
+++ libc/sysdeps/i386/fpu/libm-test-ulps	2006-04-14 06:52:58.000000000 -0700
@@ -9,18 +9,17 @@ ldouble: 1
 Test "asin (-0.5) == -pi/6":
 ildouble: 1
 ldouble: 1
-Test "asin (-1.0) == -pi/2":
-ildouble: 1
-ldouble: 1
 Test "asin (0.5) == pi/6":
 ildouble: 1
 ldouble: 1
 Test "asin (0.75) == 0.848062078981481008052944338998418080":
 ildouble: 1
 ldouble: 1
-Test "asin (1.0) == pi/2":
-ildouble: 1
-ldouble: 1
+
+# asinh
+Test "asinh (-0X1.0A1A86A1A87P-1) == -0X1.FEC35B3E7215AP-2":
+float: 1
+ifloat: 1
 
 # atanh
 Test "atanh (0.75) == 0.972955074527656652552676371721589865":
@@ -35,20 +34,6 @@ ildouble: 2
 ldouble: 2
 
 # cacosh
-Test "Real part of: cacosh (-2 - 3 i) == 1.9833870299165354323470769028940395 - 2.1414491111159960199416055713254211 i":
-double: 1
-float: 9
-idouble: 1
-ifloat: 9
-ildouble: 6
-ldouble: 6
-Test "Imaginary part of: cacosh (-2 - 3 i) == 1.9833870299165354323470769028940395 - 2.1414491111159960199416055713254211 i":
-double: 1
-float: 4
-idouble: 1
-ifloat: 4
-ildouble: 1
-ldouble: 1
 Test "Real part of: cacosh (0.75 + 1.25 i) == 1.13239363160530819522266333696834467 + 1.11752014915610270578240049553777969 i":
 ildouble: 1
 ldouble: 1
@@ -113,6 +98,9 @@ double: 1
 idouble: 1
 
 # cbrt
+Test "cbrt (-0X1.7B95A68B6D5B2P-101) == -0X1.6FCB97ED7355EP-34":
+double: 1
+idouble: 1
 Test "cbrt (-27.0) == -3.0":
 ildouble: 1
 ldouble: 1
@@ -124,8 +112,6 @@ ldouble: 1
 Test "Imaginary part of: ccos (-2 - 3 i) == -4.18962569096880723013255501961597373 - 9.10922789375533659797919726277886212 i":
 float: 1
 ifloat: 1
-ildouble: 1
-ldouble: 1
 Test "Real part of: ccos (0.75 + 1.25 i) == 1.38173873063425888530729933139078645 - 1.09193013555397466170919531722024128 i":
 double: 1
 idouble: 1
@@ -186,8 +172,6 @@ ifloat: 1
 Test "Imaginary part of: clog10 (-2 - 3 i) == 0.556971676153418384603252578971164214 - 0.937554462986374708541507952140189646 i":
 double: 1
 idouble: 1
-ildouble: 1
-ldouble: 1
 Test "Imaginary part of: clog10 (-3 + inf i) == inf + pi/2*log10(e) i":
 double: 1
 float: 1
@@ -262,27 +246,12 @@ ifloat: 1
 # cos
 Test "cos (M_PI_6l * 2.0) == 0.5":
 double: 1
-float: 1
 idouble: 1
-ifloat: 1
 Test "cos (M_PI_6l * 4.0) == -0.5":
 double: 2
 float: 1
 idouble: 2
 ifloat: 1
-ildouble: 1
-ldouble: 1
-Test "cos (pi/2) == 0":
-double: 1
-float: 1
-idouble: 1
-ifloat: 1
-ildouble: 1
-ldouble: 1
-
-# cosh
-Test "cosh (0.75) == 1.29468328467684468784170818539018176":
-ildouble: 1
 
 # cpow
 Test "Real part of: cpow (0.75 + 1.25 i, 0.0 + 1.0 i) == 0.331825439177608832276067945276730566 + 0.131338600281188544930936345230903032 i":
@@ -353,8 +322,6 @@ double: 1
 float: 1
 idouble: 1
 ifloat: 1
-ildouble: 2
-ldouble: 2
 Test "Real part of: csinh (0.75 + 1.25 i) == 0.259294854551162779153349830618433028 + 1.22863452409509552219214606515777594 i":
 double: 1
 float: 1
@@ -370,13 +337,13 @@ ifloat: 1
 Test "Real part of: ctan (-2 - 3 i) == 0.376402564150424829275122113032269084e-2 - 1.00323862735360980144635859782192726 i":
 double: 1
 idouble: 1
-ildouble: 439
-ldouble: 439
+ildouble: 1
+ldouble: 1
 Test "Imaginary part of: ctan (-2 - 3 i) == 0.376402564150424829275122113032269084e-2 - 1.00323862735360980144635859782192726 i":
 float: 1
 ifloat: 1
-ildouble: 2
-ldouble: 2
+ildouble: 1
+ldouble: 1
 Test "Real part of: ctan (0.75 + 1.25 i) == 0.160807785916206426725166058173438663 + 0.975363285031235646193581759755216379 i":
 ildouble: 1
 ldouble: 1
@@ -390,13 +357,13 @@ ldouble: 3
 
 # ctanh
 Test "Real part of: ctanh (-2 - 3 i) == -0.965385879022133124278480269394560686 + 0.988437503832249372031403430350121098e-2 i":
-ildouble: 5
-ldouble: 5
+ildouble: 3
+ldouble: 3
 Test "Imaginary part of: ctanh (-2 - 3 i) == -0.965385879022133124278480269394560686 + 0.988437503832249372031403430350121098e-2 i":
 float: 1
 ifloat: 1
-ildouble: 25
-ldouble: 25
+ildouble: 1
+ldouble: 1
 Test "Imaginary part of: ctanh (0 + pi/4 i) == 0.0 + 1.0 i":
 float: 1
 ifloat: 1
@@ -419,9 +386,9 @@ double: 1
 idouble: 1
 
 # erfc
-Test "erfc (0.75) == 0.288844366346484868401062165408589223":
-float: 1
-ifloat: 1
+Test "erfc (0X1.3FFFFFFFFFF0CP+0) == 0X1.3BCD133AA1397P-4":
+double: 1
+idouble: 1
 Test "erfc (1.25) == 0.0770998717435417698634765188027188596":
 ildouble: 1
 ldouble: 1
@@ -434,14 +401,6 @@ idouble: 1
 ildouble: 1
 ldouble: 1
 
-# exp
-Test "exp (0.75) == 2.11700001661267466854536981983709561":
-ildouble: 1
-Test "exp (1000.0) == 0.197007111401704699388887935224332313e435":
-ildouble: 754
-Test "exp (50.0) == 5184705528587072464087.45332293348538":
-ildouble: 16
-
 # exp10
 Test "exp10 (-1) == 0.1":
 ildouble: 1
@@ -481,26 +440,24 @@ float: 1
 # j0
 Test "j0 (-4.0) == -3.9714980986384737228659076845169804197562E-1":
 double: 1
-float: 2
+float: 1
 idouble: 1
-ifloat: 2
+ifloat: 1
 ildouble: 1
 ldouble: 1
 Test "j0 (10.0) == -0.245935764451348335197760862485328754":
-double: 3
+double: 2
 float: 1
-idouble: 3
+idouble: 2
 ifloat: 1
 Test "j0 (2.0) == 0.223890779141235668051827454649948626":
-double: 1
 float: 1
-idouble: 1
 ifloat: 1
 Test "j0 (4.0) == -3.9714980986384737228659076845169804197562E-1":
 double: 1
-float: 2
+float: 1
 idouble: 1
-ifloat: 2
+ifloat: 1
 ildouble: 1
 ldouble: 1
 Test "j0 (8.0) == 0.171650807137553906090869407851972001":
@@ -508,73 +465,47 @@ float: 1
 ifloat: 1
 
 # j1
-Test "j1 (0.75) == 0.349243602174862192523281016426251335":
-double: 1
-idouble: 1
 Test "j1 (10.0) == 0.0434727461688614366697487680258592883":
-double: 1
 float: 1
-idouble: 1
 ifloat: 1
 ildouble: 1
 ldouble: 1
-Test "j1 (2.0) == 0.576724807756873387202448242269137087":
-double: 1
-idouble: 1
 Test "j1 (8.0) == 0.234636346853914624381276651590454612":
-double: 1
-float: 1
-idouble: 1
-ifloat: 1
 ildouble: 1
 ldouble: 1
 
 # jn
 Test "jn (0, -4.0) == -3.9714980986384737228659076845169804197562E-1":
 double: 1
-float: 2
+float: 1
 idouble: 1
-ifloat: 2
+ifloat: 1
 ildouble: 1
 ldouble: 1
 Test "jn (0, 10.0) == -0.245935764451348335197760862485328754":
-double: 3
+double: 2
 float: 1
-idouble: 3
+idouble: 2
 ifloat: 1
 Test "jn (0, 2.0) == 0.223890779141235668051827454649948626":
-double: 1
 float: 1
-idouble: 1
 ifloat: 1
 Test "jn (0, 4.0) == -3.9714980986384737228659076845169804197562E-1":
 double: 1
-float: 2
+float: 1
 idouble: 1
-ifloat: 2
+ifloat: 1
 ildouble: 1
 ldouble: 1
 Test "jn (0, 8.0) == 0.171650807137553906090869407851972001":
 float: 1
 ifloat: 1
-Test "jn (1, 0.75) == 0.349243602174862192523281016426251335":
-double: 1
-idouble: 1
 Test "jn (1, 10.0) == 0.0434727461688614366697487680258592883":
-double: 1
 float: 1
-idouble: 1
 ifloat: 1
 ildouble: 1
 ldouble: 1
-Test "jn (1, 2.0) == 0.576724807756873387202448242269137087":
-double: 1
-idouble: 1
 Test "jn (1, 8.0) == 0.234636346853914624381276651590454612":
-double: 1
-float: 1
-idouble: 1
-ifloat: 1
 ildouble: 1
 ldouble: 1
 Test "jn (10, -1.0) == 0.263061512368745320699785368779050294e-9":
@@ -585,9 +516,7 @@ ifloat: 1
 ildouble: 1
 ldouble: 1
 Test "jn (10, 0.125) == 0.250543369809369890173993791865771547e-18":
-double: 1
 float: 1
-idouble: 1
 ifloat: 1
 Test "jn (10, 0.75) == 0.149621713117596814698712483621682835e-10":
 float: 1
@@ -602,38 +531,32 @@ ifloat: 1
 ildouble: 1
 ldouble: 1
 Test "jn (10, 10.0) == 0.207486106633358857697278723518753428":
-double: 5
+double: 1
 float: 2
-idouble: 5
+idouble: 1
 ifloat: 2
 ildouble: 2
 ldouble: 2
 Test "jn (10, 2.0) == 0.251538628271673670963516093751820639e-6":
-double: 2
-idouble: 2
 ildouble: 1
 ldouble: 1
 Test "jn (3, -1.0) == -0.0195633539826684059189053216217515083":
 ildouble: 1
 ldouble: 1
 Test "jn (3, 0.75) == 0.848438342327410884392755236884386804e-2":
-double: 1
 float: 1
-idouble: 1
 ifloat: 1
 Test "jn (3, 1.0) == 0.0195633539826684059189053216217515083":
 ildouble: 1
 ldouble: 1
 Test "jn (3, 10.0) == 0.0583793793051868123429354784103409563":
-double: 5
+double: 3
 float: 2
-idouble: 5
+idouble: 3
 ifloat: 2
 ildouble: 1
 ldouble: 1
 Test "jn (3, 2.0) == 0.128943249474402051098793332969239835":
-double: 1
-idouble: 1
 ildouble: 1
 ldouble: 1
 
@@ -644,9 +567,7 @@ idouble: 1
 ildouble: 1
 ldouble: 1
 Test "lgamma (0.7) == 0.260867246531666514385732417016759578":
-double: 1
 float: 1
-idouble: 1
 ifloat: 1
 Test "lgamma (1.2) == -0.853740900033158497197028392998854470e-1":
 double: 1
@@ -656,11 +577,6 @@ ifloat: 2
 ildouble: 1
 ldouble: 1
 
-# log
-Test "log (e) == 1":
-float: 1
-ifloat: 1
-
 # log10
 Test "log10 (0.75) == -0.124938736608299953132449886193870744":
 ildouble: 1
@@ -674,9 +590,7 @@ ldouble: 1
 # sincos
 Test "sincos (M_PI_6l*2.0, &sin_res, &cos_res) puts 0.5 in cos_res":
 double: 1
-float: 1
 idouble: 1
-ifloat: 1
 Test "sincos (M_PI_6l*2.0, &sin_res, &cos_res) puts 0.86602540378443864676372317075293616 in sin_res":
 double: 1
 float: 1
@@ -684,24 +598,12 @@ idouble: 1
 ifloat: 1
 ildouble: 1
 ldouble: 1
-Test "sincos (pi/2, &sin_res, &cos_res) puts 0 in cos_res":
-double: 1
-float: 1
-idouble: 1
-ifloat: 1
-ildouble: 1
-ldouble: 1
 
 # sinh
 Test "sinh (0.75) == 0.822316731935829980703661634446913849":
 double: 1
 ildouble: 1
 
-# tan
-Test "tan (pi/4) == 1":
-double: 1
-idouble: 1
-
 # tgamma
 Test "tgamma (-0.5) == -2 sqrt (pi)":
 double: 2
@@ -718,9 +620,6 @@ double: 1
 float: 1
 idouble: 1
 ifloat: 1
-Test "tgamma (4) == 6":
-ildouble: 1
-ldouble: 1
 
 # y0
 Test "y0 (0.125) == -1.38968062514384052915582277745018693":
@@ -732,28 +631,15 @@ float: 1
 idouble: 1
 ifloat: 1
 Test "y0 (1.0) == 0.0882569642156769579829267660235151628":
-double: 2
-float: 1
-idouble: 2
-ifloat: 1
 ildouble: 1
 ldouble: 1
-Test "y0 (1.5) == 0.382448923797758843955068554978089862":
-double: 1
-float: 1
-idouble: 1
-ifloat: 1
 Test "y0 (10.0) == 0.0556711672835993914244598774101900481":
-double: 1
 float: 1
-idouble: 1
 ifloat: 1
 ildouble: 1
 ldouble: 1
 Test "y0 (8.0) == 0.223521489387566220527323400498620359":
-double: 1
 float: 1
-idouble: 1
 ifloat: 1
 ildouble: 1
 ldouble: 1
@@ -766,22 +652,18 @@ Test "y1 (1.0) == -0.7812128213002887165
 double: 1
 idouble: 1
 Test "y1 (10.0) == 0.249015424206953883923283474663222803":
-double: 2
-float: 2
-idouble: 2
-ifloat: 2
-Test "y1 (2.0) == -0.107032431540937546888370772277476637":
 double: 1
-float: 2
+float: 1
 idouble: 1
-ifloat: 2
+ifloat: 1
+Test "y1 (2.0) == -0.107032431540937546888370772277476637":
+float: 1
+ifloat: 1
 ildouble: 1
 ldouble: 1
 Test "y1 (8.0) == -0.158060461731247494255555266187483550":
-double: 1
-float: 2
-idouble: 1
-ifloat: 2
+float: 1
+ifloat: 1
 ildouble: 1
 ldouble: 1
 
@@ -795,28 +677,15 @@ float: 1
 idouble: 1
 ifloat: 1
 Test "yn (0, 1.0) == 0.0882569642156769579829267660235151628":
-double: 2
-float: 1
-idouble: 2
-ifloat: 1
 ildouble: 1
 ldouble: 1
-Test "yn (0, 1.5) == 0.382448923797758843955068554978089862":
-double: 1
-float: 1
-idouble: 1
-ifloat: 1
 Test "yn (0, 10.0) == 0.0556711672835993914244598774101900481":
-double: 1
 float: 1
-idouble: 1
 ifloat: 1
 ildouble: 1
 ldouble: 1
 Test "yn (0, 8.0) == 0.223521489387566220527323400498620359":
-double: 1
 float: 1
-idouble: 1
 ifloat: 1
 ildouble: 1
 ldouble: 1
@@ -827,29 +696,23 @@ Test "yn (1, 1.0) == -0.7812128213002887
 double: 1
 idouble: 1
 Test "yn (1, 10.0) == 0.249015424206953883923283474663222803":
-double: 2
-float: 2
-idouble: 2
-ifloat: 2
-Test "yn (1, 2.0) == -0.107032431540937546888370772277476637":
 double: 1
-float: 2
+float: 1
 idouble: 1
-ifloat: 2
+ifloat: 1
+Test "yn (1, 2.0) == -0.107032431540937546888370772277476637":
+float: 1
+ifloat: 1
 ildouble: 1
 ldouble: 1
 Test "yn (1, 8.0) == -0.158060461731247494255555266187483550":
-double: 1
-float: 2
-idouble: 1
-ifloat: 2
+float: 1
+ifloat: 1
 ildouble: 1
 ldouble: 1
 Test "yn (10, 0.125) == -127057845771019398.252538486899753195":
 double: 1
-float: 1
 idouble: 1
-ifloat: 1
 ildouble: 2
 ldouble: 2
 Test "yn (10, 0.75) == -2133501638.90573424452445412893839236":
@@ -858,50 +721,39 @@ ifloat: 1
 ildouble: 4
 ldouble: 4
 Test "yn (10, 1.0) == -121618014.278689189288130426667971145":
-double: 1
 float: 2
-idouble: 1
 ifloat: 2
 Test "yn (10, 10.0) == -0.359814152183402722051986577343560609":
-double: 1
-float: 3
-idouble: 1
-ifloat: 3
+float: 1
+ifloat: 1
 Test "yn (10, 2.0) == -129184.542208039282635913145923304214":
-double: 2
-float: 3
-idouble: 2
-ifloat: 3
+float: 1
+ifloat: 1
 Test "yn (3, 0.125) == -2612.69757350066712600220955744091741":
 ildouble: 1
 ldouble: 1
 Test "yn (3, 0.75) == -12.9877176234475433186319774484809207":
 double: 1
-float: 1
 idouble: 1
-ifloat: 1
 ildouble: 2
 ldouble: 2
 Test "yn (3, 10.0) == -0.251362657183837329779204747654240998":
-double: 1
 float: 1
-idouble: 1
-ifloat: 1
-Test "yn (3, 2.0) == -1.12778377684042778608158395773179238":
-double: 1
-float: 1
-idouble: 1
 ifloat: 1
 
 # Maximal error of functions:
 Function: "acos":
-ildouble: 622
-ldouble: 622
+ildouble: 1
+ldouble: 1
 
 Function: "asin":
 ildouble: 1
 ldouble: 1
 
+Function: "asinh":
+float: 1
+ifloat: 1
+
 Function: "atanh":
 ildouble: 2
 ldouble: 1
@@ -913,18 +765,6 @@ ildouble: 2
 ldouble: 2
 
 Function: Real part of "cacosh":
-double: 1
-float: 9
-idouble: 1
-ifloat: 9
-ildouble: 6
-ldouble: 6
-
-Function: Imaginary part of "cacosh":
-double: 1
-float: 4
-idouble: 1
-ifloat: 4
 ildouble: 1
 ldouble: 1
 
@@ -973,6 +813,8 @@ ildouble: 1
 ldouble: 1
 
 Function: "cbrt":
+double: 1
+idouble: 1
 ildouble: 1
 ldouble: 1
 
@@ -1029,8 +871,6 @@ double: 1
 float: 1
 idouble: 1
 ifloat: 1
-ildouble: 1
-ldouble: 1
 
 Function: "cos":
 double: 2
@@ -1040,16 +880,13 @@ ifloat: 1
 ildouble: 1
 ldouble: 1
 
-Function: "cosh":
-ildouble: 1
-
 Function: Real part of "cpow":
 double: 1
 float: 4
 idouble: 1
 ifloat: 4
-ildouble: 763
-ldouble: 763
+ildouble: 6
+ldouble: 6
 
 Function: Imaginary part of "cpow":
 double: 2
@@ -1082,14 +919,12 @@ double: 1
 float: 1
 idouble: 1
 ifloat: 1
-ildouble: 2
-ldouble: 2
 
 Function: Real part of "ctan":
 double: 1
 idouble: 1
-ildouble: 439
-ldouble: 439
+ildouble: 1
+ldouble: 1
 
 Function: Imaginary part of "ctan":
 double: 1
@@ -1104,16 +939,16 @@ double: 1
 float: 1
 idouble: 1
 ifloat: 1
-ildouble: 5
-ldouble: 5
+ildouble: 3
+ldouble: 3
 
 Function: Imaginary part of "ctanh":
 double: 1
 float: 1
 idouble: 1
 ifloat: 1
-ildouble: 25
-ldouble: 25
+ildouble: 1
+ldouble: 1
 
 Function: "erf":
 double: 1
@@ -1121,15 +956,10 @@ idouble: 1
 
 Function: "erfc":
 double: 1
-float: 1
 idouble: 1
-ifloat: 1
 ildouble: 1
 ldouble: 1
 
-Function: "exp":
-ildouble: 754
-
 Function: "exp10":
 ildouble: 8
 ldouble: 8
@@ -1144,25 +974,23 @@ Function: "hypot":
 float: 1
 
 Function: "j0":
-double: 3
-float: 2
-idouble: 3
-ifloat: 2
+double: 2
+float: 1
+idouble: 2
+ifloat: 1
 ildouble: 1
 ldouble: 1
 
 Function: "j1":
-double: 1
 float: 1
-idouble: 1
 ifloat: 1
 ildouble: 1
 ldouble: 1
 
 Function: "jn":
-double: 5
+double: 3
 float: 2
-idouble: 5
+idouble: 3
 ifloat: 2
 ildouble: 2
 ldouble: 2
@@ -1210,26 +1038,26 @@ ildouble: 1
 ldouble: 1
 
 Function: "y0":
-double: 2
+double: 1
 float: 1
-idouble: 2
+idouble: 1
 ifloat: 1
 ildouble: 1
 ldouble: 1
 
 Function: "y1":
-double: 2
-float: 2
-idouble: 2
-ifloat: 2
+double: 1
+float: 1
+idouble: 1
+ifloat: 1
 ildouble: 1
 ldouble: 1
 
 Function: "yn":
-double: 2
-float: 3
-idouble: 2
-ifloat: 3
+double: 1
+float: 2
+idouble: 1
+ifloat: 2
 ildouble: 4
 ldouble: 4
 
--- libc/sysdeps/ia64/fpu/libm-test-ulps.both-good	2006-01-29 12:18:43.000000000 -0800
+++ libc/sysdeps/ia64/fpu/libm-test-ulps	2006-04-14 06:46:15.000000000 -0700
@@ -1,5 +1,10 @@
 # Begin of automatic generation
 
+# asinh
+Test "asinh (-0X1.0A1A86A1A87P-1) == -0X1.FEC35B3E7215AP-2":
+float: 1
+ifloat: 1
+
 # cacos
 Test "Imaginary part of: cacos (0.75 + 1.25 i) == 1.11752014915610270578240049553777969 - 1.13239363160530819522266333696834467 i":
 float: 1
@@ -7,20 +12,6 @@ ifloat: 1
 ildouble: 2
 ldouble: 2
 
-# cacosh
-Test "Real part of: cacosh (-2 - 3 i) == 1.9833870299165354323470769028940395 - 2.1414491111159960199416055713254211 i":
-double: 1
-float: 7
-idouble: 1
-ifloat: 7
-ildouble: 7
-ldouble: 7
-Test "Imaginary part of: cacosh (-2 - 3 i) == 1.9833870299165354323470769028940395 - 2.1414491111159960199416055713254211 i":
-double: 1
-idouble: 1
-ildouble: 1
-ldouble: 1
-
 # casin
 Test "Real part of: casin (0.75 + 1.25 i) == 0.453276177638793913448921196101971749 + 1.13239363160530819522266333696834467 i":
 double: 1
@@ -82,8 +73,6 @@ idouble: 1
 Test "Imaginary part of: ccos (-2 - 3 i) == -4.18962569096880723013255501961597373 - 9.10922789375533659797919726277886212 i":
 float: 1
 ifloat: 1
-ildouble: 1
-ldouble: 1
 Test "Real part of: ccos (0.75 + 1.25 i) == 1.38173873063425888530729933139078645 - 1.09193013555397466170919531722024128 i":
 double: 1
 idouble: 1
@@ -142,8 +131,6 @@ ifloat: 1
 Test "Imaginary part of: clog10 (-2 - 3 i) == 0.556971676153418384603252578971164214 - 0.937554462986374708541507952140189646 i":
 double: 1
 idouble: 1
-ildouble: 1
-ldouble: 1
 Test "Imaginary part of: clog10 (-3 + inf i) == inf + pi/2*log10(e) i":
 double: 1
 float: 1
@@ -221,23 +208,12 @@ double: 1
 idouble: 1
 Test "cos (M_PI_6l * 2.0) == 0.5":
 double: 1
-float: 1
 idouble: 1
-ifloat: 1
 Test "cos (M_PI_6l * 4.0) == -0.5":
 double: 2
 float: 1
 idouble: 2
 ifloat: 1
-ildouble: 1
-ldouble: 1
-Test "cos (pi/2) == 0":
-double: 1
-float: 1
-idouble: 1
-ifloat: 1
-ildouble: 1
-ldouble: 1
 
 # cpow
 Test "Real part of: cpow (0.75 + 1.25 i, 0.0 + 1.0 i) == 0.331825439177608832276067945276730566 + 0.131338600281188544930936345230903032 i":
@@ -310,8 +286,6 @@ double: 1
 float: 1
 idouble: 1
 ifloat: 1
-ildouble: 2
-ldouble: 2
 Test "Real part of: csinh (0.75 + 1.25 i) == 0.259294854551162779153349830618433028 + 1.22863452409509552219214606515777594 i":
 float: 1
 ifloat: 1
@@ -331,8 +305,6 @@ ifloat: 1
 
 # ctan
 Test "Real part of: ctan (-2 - 3 i) == 0.376402564150424829275122113032269084e-2 - 1.00323862735360980144635859782192726 i":
-double: 1
-idouble: 1
 ildouble: 2
 ldouble: 2
 Test "Imaginary part of: ctan (-2 - 3 i) == 0.376402564150424829275122113032269084e-2 - 1.00323862735360980144635859782192726 i":
@@ -356,8 +328,6 @@ ldouble: 1
 Test "Imaginary part of: ctanh (-2 - 3 i) == -0.965385879022133124278480269394560686 + 0.988437503832249372031403430350121098e-2 i":
 float: 1
 ifloat: 1
-ildouble: 24
-ldouble: 24
 Test "Imaginary part of: ctanh (0 + pi/4 i) == 0.0 + 1.0 i":
 float: 1
 ifloat: 1
@@ -370,58 +340,11 @@ idouble: 1
 ildouble: 1
 ldouble: 1
 
-# erf
-Test "erf (1.25) == 0.922900128256458230136523481197281140":
-double: 1
-idouble: 1
-
-# erfc
-Test "erfc (0.75) == 0.288844366346484868401062165408589223":
-float: 1
-ifloat: 1
-Test "erfc (1.25) == 0.0770998717435417698634765188027188596":
-ildouble: 1
-ldouble: 1
-Test "erfc (2.0) == 0.00467773498104726583793074363274707139":
-double: 1
-idouble: 1
-Test "erfc (4.125) == 0.542340079956506600531223408575531062e-8":
-double: 1
-idouble: 1
-ildouble: 1
-ldouble: 1
-
-# exp10
-Test "exp10 (-1) == 0.1":
-double: 2
-float: 1
-idouble: 2
-ifloat: 1
-Test "exp10 (0.75) == 5.62341325190349080394951039776481231":
-double: 1
-float: 1
-idouble: 1
-ifloat: 1
-ildouble: 1
-ldouble: 1
-Test "exp10 (3) == 1000":
-double: 6
-float: 2
-idouble: 6
-ifloat: 2
-ildouble: 3
-ldouble: 3
-
 # expm1
 Test "expm1 (1) == M_El - 1.0":
 ildouble: 1
 ldouble: 1
 
-# gamma
-Test "gamma (-0.5) == log(2*sqrt(pi))":
-ildouble: 1
-ldouble: 1
-
 # hypot
 Test "hypot (-0.7, -12.4) == 12.419742348374220601176836866763271":
 float: 1
@@ -479,8 +402,8 @@ ifloat: 1
 
 # j1
 Test "j1 (10.0) == 0.0434727461688614366697487680258592883":
-float: 2
-ifloat: 2
+float: 1
+ifloat: 1
 ildouble: 1
 ldouble: 1
 Test "j1 (2.0) == 0.576724807756873387202448242269137087":
@@ -519,8 +442,8 @@ Test "jn (0, 8.0) == 0.17165080713755390
 float: 1
 ifloat: 1
 Test "jn (1, 10.0) == 0.0434727461688614366697487680258592883":
-float: 2
-ifloat: 2
+float: 1
+ifloat: 1
 ildouble: 1
 ldouble: 1
 Test "jn (1, 2.0) == 0.576724807756873387202448242269137087":
@@ -587,13 +510,8 @@ ildouble: 1
 ldouble: 1
 
 # lgamma
-Test "lgamma (-0.5) == log(2*sqrt(pi))":
-ildouble: 1
-ldouble: 1
 Test "lgamma (0.7) == 0.260867246531666514385732417016759578":
-double: 1
 float: 1
-idouble: 1
 ifloat: 1
 Test "lgamma (1.2) == -0.853740900033158497197028392998854470e-1":
 double: 1
@@ -603,11 +521,6 @@ ifloat: 2
 ildouble: 1
 ldouble: 1
 
-# log
-Test "log (e) == 1":
-float: 1
-ifloat: 1
-
 # log10
 Test "log10 (e) == log10(e)":
 float: 1
@@ -621,9 +534,7 @@ double: 1
 idouble: 1
 Test "sincos (M_PI_6l*2.0, &sin_res, &cos_res) puts 0.5 in cos_res":
 double: 1
-float: 1
 idouble: 1
-ifloat: 1
 Test "sincos (M_PI_6l*2.0, &sin_res, &cos_res) puts 0.86602540378443864676372317075293616 in sin_res":
 double: 1
 float: 1
@@ -631,30 +542,8 @@ idouble: 1
 ifloat: 1
 ildouble: 1
 ldouble: 1
-Test "sincos (pi/2, &sin_res, &cos_res) puts 0 in cos_res":
-double: 1
-float: 1
-idouble: 1
-ifloat: 1
-ildouble: 1
-ldouble: 1
-
-# tan
-Test "tan (pi/4) == 1":
-double: 1
-idouble: 1
 
 # tgamma
-Test "tgamma (-0.5) == -2 sqrt (pi)":
-double: 1
-float: 1
-idouble: 1
-ifloat: 1
-ildouble: 1
-ldouble: 1
-Test "tgamma (0.5) == sqrt (pi)":
-float: 1
-ifloat: 1
 Test "tgamma (0.7) == 1.29805533264755778568117117915281162":
 double: 1
 float: 1
@@ -682,9 +571,6 @@ double: 1
 float: 1
 idouble: 1
 ifloat: 1
-Test "y0 (2.0) == 0.510375672649745119596606592727157873":
-double: 1
-idouble: 1
 Test "y0 (8.0) == 0.223521489387566220527323400498620359":
 double: 1
 float: 1
@@ -699,16 +585,14 @@ double: 1
 idouble: 1
 ildouble: 1
 ldouble: 1
-Test "y1 (10.0) == 0.249015424206953883923283474663222803":
-double: 3
-float: 1
-idouble: 3
-ifloat: 1
-Test "y1 (1.5) == -0.412308626973911295952829820633445323";
+Test "y1 (1.5) == -0.412308626973911295952829820633445323":
 float: 1
 ifloat: 1
 ildouble: 1
 ldouble: 1
+Test "y1 (10.0) == 0.249015424206953883923283474663222803":
+double: 1
+idouble: 1
 Test "y1 (2.0) == -0.107032431540937546888370772277476637":
 double: 1
 float: 1
@@ -743,9 +627,6 @@ double: 1
 float: 1
 idouble: 1
 ifloat: 1
-Test "yn (0, 2.0) == 0.510375672649745119596606592727157873":
-double: 1
-idouble: 1
 Test "yn (0, 8.0) == 0.223521489387566220527323400498620359":
 double: 1
 float: 1
@@ -758,16 +639,14 @@ double: 1
 idouble: 1
 ildouble: 1
 ldouble: 1
-Test "yn (1, 10.0) == 0.249015424206953883923283474663222803":
-double: 3
-float: 1
-idouble: 3
-ifloat: 1
-Test "yn (1, 1.5) == -0.412308626973911295952829820633445323";
+Test "yn (1, 1.5) == -0.412308626973911295952829820633445323":
 float: 1
 ifloat: 1
-ldouble: 1
 ildouble: 1
+ldouble: 1
+Test "yn (1, 10.0) == 0.249015424206953883923283474663222803":
+double: 1
+idouble: 1
 Test "yn (1, 2.0) == -0.107032431540937546888370772277476637":
 double: 1
 float: 1
@@ -794,14 +673,14 @@ Test "yn (10, 1.0) == -121618014.2786891
 float: 2
 ifloat: 2
 Test "yn (10, 10.0) == -0.359814152183402722051986577343560609":
-double: 2
+double: 1
 float: 2
-idouble: 2
+idouble: 1
 ifloat: 2
 Test "yn (10, 2.0) == -129184.542208039282635913145923304214":
-double: 3
+double: 2
 float: 1
-idouble: 3
+idouble: 2
 ifloat: 1
 Test "yn (3, 0.125) == -2612.69757350066712600220955744091741":
 double: 1
@@ -813,36 +692,21 @@ float: 1
 ifloat: 1
 ildouble: 1
 ldouble: 1
-Test "yn (3, 10.0) == -0.251362657183837329779204747654240998":
-double: 1
-float: 1
-idouble: 1
-ifloat: 1
 Test "yn (3, 2.0) == -1.12778377684042778608158395773179238":
 double: 1
 idouble: 1
 
 # Maximal error of functions:
+Function: "asinh":
+float: 1
+ifloat: 1
+
 Function: Imaginary part of "cacos":
 float: 1
 ifloat: 1
 ildouble: 2
 ldouble: 2
 
-Function: Real part of "cacosh":
-double: 1
-float: 7
-idouble: 1
-ifloat: 7
-ildouble: 7
-ldouble: 7
-
-Function: Imaginary part of "cacosh":
-double: 1
-idouble: 1
-ildouble: 1
-ldouble: 1
-
 Function: Real part of "casin":
 double: 1
 float: 1
@@ -940,8 +804,6 @@ double: 1
 float: 1
 idouble: 1
 ifloat: 1
-ildouble: 1
-ldouble: 1
 
 Function: "cos":
 double: 2
@@ -990,16 +852,12 @@ double: 1
 float: 1
 idouble: 1
 ifloat: 1
-ildouble: 2
-ldouble: 2
 
 Function: Real part of "csqrt":
 float: 1
 ifloat: 1
 
 Function: Real part of "ctan":
-double: 1
-idouble: 1
 ildouble: 2
 ldouble: 2
 
@@ -1022,37 +880,13 @@ double: 1
 float: 1
 idouble: 1
 ifloat: 1
-ildouble: 24
-ldouble: 24
-
-Function: "erf":
-double: 1
-idouble: 1
-
-Function: "erfc":
-double: 1
-float: 1
-idouble: 1
-ifloat: 1
 ildouble: 1
 ldouble: 1
 
-Function: "exp10":
-double: 6
-float: 2
-idouble: 6
-ifloat: 2
-ildouble: 3
-ldouble: 3
-
 Function: "expm1":
 ildouble: 1
 ldouble: 1
 
-Function: "gamma":
-ildouble: 1
-ldouble: 1
-
 Function: "hypot":
 float: 1
 ifloat: 1
@@ -1067,9 +901,9 @@ ldouble: 2
 
 Function: "j1":
 double: 1
-float: 2
+float: 1
 idouble: 1
-ifloat: 2
+ifloat: 1
 ildouble: 1
 ldouble: 1
 
@@ -1116,8 +950,6 @@ double: 1
 float: 1
 idouble: 1
 ifloat: 1
-ildouble: 1
-ldouble: 1
 
 Function: "y0":
 double: 2
@@ -1128,17 +960,17 @@ ildouble: 1
 ldouble: 1
 
 Function: "y1":
-double: 3
+double: 1
 float: 2
-idouble: 3
+idouble: 1
 ifloat: 2
 ildouble: 1
 ldouble: 1
 
 Function: "yn":
-double: 3
+double: 2
 float: 2
-idouble: 3
+idouble: 2
 ifloat: 2
 ildouble: 2
 ldouble: 2
--- libc/sysdeps/x86_64/fpu/libm-test-ulps.both-good	2006-01-29 12:18:57.000000000 -0800
+++ libc/sysdeps/x86_64/fpu/libm-test-ulps	2006-04-14 06:26:49.000000000 -0700
@@ -1,9 +1,12 @@
 # Begin of automatic generation
 
-# acos
-Test "acos (0.75) == 0.722734247813415611178377352641333362":
-ildouble: 1
-ldouble: 1
+# acosh
+Test "acosh (0X1.0007FP+0) == 0X1.FDFDAEP-7":
+float: 2
+ifloat: 2
+Test "acosh (0X1.01FB0B7471C13P+0) == 0X1.FD303BDCD51D2P-4":
+double: 2
+idouble: 2
 
 # asin
 Test "asin (-0.5) == -pi/6":
@@ -22,6 +25,16 @@ Test "asin (1.0) == pi/2":
 ildouble: 1
 ldouble: 1
 
+# asinh
+Test "asinh (-0X1.0420E2P-1) == -0X1.F42258P-2":
+float: 2
+ifloat: 2
+Test "asinh (-0X1.0A1A86A1A87P-1) == -0X1.FEC35B3E7215AP-2":
+double: 2
+float: 1
+idouble: 2
+ifloat: 1
+
 # atan2
 Test "atan2 (-0.75, -1.0) == -2.49809154479650885165983415456218025":
 float: 1
@@ -39,29 +52,22 @@ float: 1
 ifloat: 1
 ildouble: 1
 ldouble: 1
+Test "atanh (0X1.C56B0B96CDF91P-2) == 0X1.E71D3517D3E02P-2":
+double: 2
+idouble: 2
+Test "atanh (0X1.CC8928P-3) == 0X1.D48AF4P-3":
+float: 2
+ifloat: 2
 
 # cacos
 Test "Imaginary part of: cacos (0.75 + 1.25 i) == 1.11752014915610270578240049553777969 - 1.13239363160530819522266333696834467 i":
-float: 1
-ifloat: 1
 ildouble: 2
 ldouble: 2
 
 # cacosh
-Test "Real part of: cacosh (-2 - 3 i) == 1.9833870299165354323470769028940395 - 2.1414491111159960199416055713254211 i":
-double: 1
-float: 7
-idouble: 1
-ifloat: 7
-ildouble: 6
-ldouble: 6
 Test "Imaginary part of: cacosh (-2 - 3 i) == 1.9833870299165354323470769028940395 - 2.1414491111159960199416055713254211 i":
-double: 1
-float: 3
-idouble: 1
-ifloat: 3
-ildouble: 1
-ldouble: 1
+float: 1
+ifloat: 1
 Test "Real part of: cacosh (0.75 + 1.25 i) == 1.13239363160530819522266333696834467 + 1.11752014915610270578240049553777969 i":
 ildouble: 1
 ldouble: 1
@@ -75,8 +81,6 @@ ifloat: 1
 ildouble: 2
 ldouble: 2
 Test "Imaginary part of: casin (0.75 + 1.25 i) == 0.453276177638793913448921196101971749 + 1.13239363160530819522266333696834467 i":
-float: 1
-ifloat: 1
 ildouble: 2
 ldouble: 2
 
@@ -103,21 +107,13 @@ double: 1
 float: 1
 idouble: 1
 ifloat: 1
-ldouble: 1
-ildouble: 1
 
 # catan
-Test "Real part of: catan (-2 - 3 i) == -1.4099210495965755225306193844604208 - 0.22907268296853876629588180294200276 i":
-float: 3
-ifloat: 3
 Test "Imaginary part of: catan (-2 - 3 i) == -1.4099210495965755225306193844604208 - 0.22907268296853876629588180294200276 i":
 double: 1
 float: 1
 idouble: 1
 ifloat: 1
-Test "Real part of: catan (0.75 + 1.25 i) == 1.10714871779409050301706546017853704 + 0.549306144334054845697622618461262852 i":
-float: 4
-ifloat: 4
 
 # catanh
 Test "Real part of: catanh (-2 - 3 i) == -0.14694666622552975204743278515471595 - 1.3389725222944935611241935759091443 i":
@@ -125,20 +121,17 @@ double: 4
 idouble: 4
 ildouble: 1
 ldouble: 1
-Test "Imaginary part of: catanh (-2 - 3 i) == -0.14694666622552975204743278515471595 - 1.3389725222944935611241935759091443 i":
-float: 4
-ifloat: 4
 Test "Real part of: catanh (0.75 + 1.25 i) == 0.261492138795671927078652057366532140 + 0.996825126463918666098902241310446708 i":
 double: 1
 idouble: 1
-Test "Imaginary part of: catanh (0.75 + 1.25 i) == 0.261492138795671927078652057366532140 + 0.996825126463918666098902241310446708 i":
-float: 6
-ifloat: 6
 
 # cbrt
 Test "cbrt (-0.001) == -0.1":
 ildouble: 1
 ldouble: 1
+Test "cbrt (-0X1.7B95A68B6D5B2P-101) == -0X1.6FCB97ED7355EP-34":
+double: 3
+idouble: 3
 Test "cbrt (-27.0) == -3.0":
 double: 1
 idouble: 1
@@ -150,16 +143,14 @@ double: 1
 idouble: 1
 ildouble: 1
 ldouble: 1
+Test "cbrt (0X1.0103P-40) == 0X1.96E8C8P-14":
+float: 1
+ifloat: 1
 
 # ccos
-Test "Real part of: ccos (-2 - 3 i) == -4.18962569096880723013255501961597373 - 9.10922789375533659797919726277886212 i":
-double: 1
-idouble: 1
 Test "Imaginary part of: ccos (-2 - 3 i) == -4.18962569096880723013255501961597373 - 9.10922789375533659797919726277886212 i":
 float: 1
 ifloat: 1
-ildouble: 1
-ldouble: 1
 Test "Real part of: ccos (0.75 + 1.25 i) == 1.38173873063425888530729933139078645 - 1.09193013555397466170919531722024128 i":
 double: 1
 float: 1
@@ -168,19 +159,17 @@ ifloat: 1
 ildouble: 1
 ldouble: 1
 Test "Imaginary part of: ccos (0.75 + 1.25 i) == 1.38173873063425888530729933139078645 - 1.09193013555397466170919531722024128 i":
-ildouble: 1
-ldouble: 1
 float: 1
 ifloat: 1
+ildouble: 1
+ldouble: 1
 
 # ccosh
 Test "Real part of: ccosh (-2 - 3 i) == -3.72454550491532256547397070325597253 + 0.511822569987384608834463849801875634 i":
 float: 1
 ifloat: 1
 Test "Imaginary part of: ccosh (-2 - 3 i) == -3.72454550491532256547397070325597253 + 0.511822569987384608834463849801875634 i":
-double: 1
 float: 1
-idouble: 1
 ifloat: 1
 ildouble: 1
 ldouble: 1
@@ -205,9 +194,6 @@ ildouble: 1
 ldouble: 1
 
 # clog
-Test "Imaginary part of: clog (-2 - 3 i) == 1.2824746787307683680267437207826593 - 2.1587989303424641704769327722648368 i":
-float: 3
-ifloat: 3
 Test "Real part of: clog (0.75 + 1.25 i) == 0.376885901188190075998919126749298416 + 1.03037682652431246378774332703115153 i":
 float: 1
 ifloat: 1
@@ -227,11 +213,7 @@ idouble: 1
 ifloat: 1
 Test "Imaginary part of: clog10 (-2 - 3 i) == 0.556971676153418384603252578971164214 - 0.937554462986374708541507952140189646 i":
 double: 1
-float: 5
 idouble: 1
-ifloat: 5
-ildouble: 1
-ldouble: 1
 Test "Imaginary part of: clog10 (-3 + inf i) == inf + pi/2*log10(e) i":
 double: 1
 float: 1
@@ -276,9 +258,7 @@ float: 1
 idouble: 1
 ifloat: 1
 Test "Real part of: clog10 (0.75 + 1.25 i) == 0.163679467193165171449476605077428975 + 0.447486970040493067069984724340855636 i":
-double: 1
 float: 1
-idouble: 1
 ifloat: 1
 ildouble: 1
 ldouble: 1
@@ -306,33 +286,17 @@ ifloat: 1
 # cos
 Test "cos (M_PI_6l * 2.0) == 0.5":
 double: 1
-float: 1
 idouble: 1
-ifloat: 1
 Test "cos (M_PI_6l * 4.0) == -0.5":
 double: 2
 float: 1
 idouble: 2
 ifloat: 1
-ildouble: 1
-ldouble: 1
-Test "cos (pi/2) == 0":
-double: 1
-float: 1
-idouble: 1
-ifloat: 1
-ildouble: 1
-ldouble: 1
-Test "cos (0.80190127184058835) == 0.69534156199418473":
-double: 1
-idouble: 1
 
 # cpow
 Test "Real part of: cpow (0.75 + 1.25 i, 0.0 + 1.0 i) == 0.331825439177608832276067945276730566 + 0.131338600281188544930936345230903032 i":
 float: 1
 ifloat: 1
-ldouble: 1
-ildouble: 1
 Test "Imaginary part of: cpow (0.75 + 1.25 i, 0.0 + 1.0 i) == 0.331825439177608832276067945276730566 + 0.131338600281188544930936345230903032 i":
 float: 1
 ifloat: 1
@@ -363,9 +327,9 @@ ildouble: 1
 ldouble: 1
 Test "Real part of: cpow (2 + 3 i, 4 + 0 i) == -119.0 - 120.0 i":
 double: 1
-float: 5
+float: 4
 idouble: 1
-ifloat: 5
+ifloat: 4
 Test "Imaginary part of: cpow (2 + 3 i, 4 + 0 i) == -119.0 - 120.0 i":
 float: 2
 ifloat: 2
@@ -383,22 +347,11 @@ ldouble: 1
 Test "Real part of: csin (0.75 + 1.25 i) == 1.28722291002649188575873510790565441 + 1.17210635989270256101081285116138863 i":
 ildouble: 1
 ldouble: 1
-Test "Imaginary part of: csin (0.75 + 1.25 i) == 1.28722291002649188575873510790565441 + 1.17210635989270256101081285116138863 i":
-float: 1
-ifloat: 1
-Test "Imaginary part of: csin (-2 - 3 i) == -9.15449914691142957346729954460983256 + 4.16890695996656435075481305885375484 i":
-double: 1
-idouble: 1
 
 # csinh
-Test "Real part of: csinh (-2 - 3 i) == 3.59056458998577995201256544779481679 - 0.530921086248519805267040090660676560 i":
-double: 1
-idouble: 1
 Test "Imaginary part of: csinh (-2 - 3 i) == 3.59056458998577995201256544779481679 - 0.530921086248519805267040090660676560 i":
 double: 1
 idouble: 1
-ildouble: 2
-ldouble: 2
 Test "Real part of: csinh (0.75 + 1.25 i) == 0.259294854551162779153349830618433028 + 1.22863452409509552219214606515777594 i":
 float: 1
 ifloat: 1
@@ -418,37 +371,31 @@ ifloat: 1
 
 # ctan
 Test "Real part of: ctan (-2 - 3 i) == 0.376402564150424829275122113032269084e-2 - 1.00323862735360980144635859782192726 i":
-double: 1
-idouble: 1
-ildouble: 439
-ldouble: 439
+ildouble: 1
+ldouble: 1
 Test "Imaginary part of: ctan (-2 - 3 i) == 0.376402564150424829275122113032269084e-2 - 1.00323862735360980144635859782192726 i":
-float: 1
-ifloat: 1
-ildouble: 2
-ldouble: 2
+ildouble: 1
+ldouble: 1
 Test "Real part of: ctan (0.75 + 1.25 i) == 0.160807785916206426725166058173438663 + 0.975363285031235646193581759755216379 i":
 ildouble: 1
 ldouble: 1
 Test "Imaginary part of: ctan (0.75 + 1.25 i) == 0.160807785916206426725166058173438663 + 0.975363285031235646193581759755216379 i":
 double: 1
-float: 1
 idouble: 1
-ifloat: 1
 ildouble: 3
 ldouble: 3
 
 # ctanh
 Test "Real part of: ctanh (-2 - 3 i) == -0.965385879022133124278480269394560686 + 0.988437503832249372031403430350121098e-2 i":
-float: 2
-ifloat: 2
-ildouble: 5
-ldouble: 5
 double: 1
+float: 2
 idouble: 1
+ifloat: 2
+ildouble: 3
+ldouble: 3
 Test "Imaginary part of: ctanh (-2 - 3 i) == -0.965385879022133124278480269394560686 + 0.988437503832249372031403430350121098e-2 i":
-ildouble: 25
-ldouble: 25
+ildouble: 1
+ldouble: 1
 Test "Imaginary part of: ctanh (0 + pi/4 i) == 0.0 + 1.0 i":
 float: 1
 ifloat: 1
@@ -456,17 +403,26 @@ Test "Real part of: ctanh (0.75 + 1.25 i
 double: 1
 idouble: 1
 Test "Imaginary part of: ctanh (0.75 + 1.25 i) == 1.37260757053378320258048606571226857 + 0.385795952609750664177596760720790220 i":
-ildouble: 1
-ldouble: 1
 double: 1
 idouble: 1
+ildouble: 1
+ldouble: 1
 
 # erf
+Test "erf (0.83668571710586548) == 0.76329082250595093":
+float: 1
+ifloat: 1
+Test "erf (0X1.B1C23A062D3A9P-13) == 0X1.E971BBC2C41E9P-13":
+double: 1
+idouble: 1
 Test "erf (1.25) == 0.922900128256458230136523481197281140":
 double: 1
 idouble: 1
 
 # erfc
+Test "erfc (0X1.3FFFFFFFFFF0CP+0) == 0X1.3BCD133AA1397P-4":
+double: 4
+idouble: 4
 Test "erfc (1.25) == 0.0770998717435417698634765188027188596":
 ildouble: 1
 ldouble: 1
@@ -481,31 +437,37 @@ ldouble: 1
 
 # exp10
 Test "exp10 (-1) == 0.1":
-ildouble: 1
-ldouble: 1
-float: 1
-ifloat: 1
 double: 2
-idouble: 2
-Test "exp10 (0.75) == 5.62341325190349080394951039776481231":
-ildouble: 2
-ldouble: 2
 float: 1
+idouble: 2
 ifloat: 1
+ildouble: 1
+ldouble: 1
+Test "exp10 (0.75) == 5.62341325190349080394951039776481231":
 double: 1
+float: 1
 idouble: 1
+ifloat: 1
+ildouble: 1
+ldouble: 1
 Test "exp10 (3) == 1000":
-ildouble: 8
-ldouble: 8
-float: 2
-ifloat: 2
 double: 6
+float: 2
 idouble: 6
+ifloat: 2
+ildouble: 3
+ldouble: 3
 
 # expm1
 Test "expm1 (0.75) == 1.11700001661267466854536981983709561":
 double: 1
 idouble: 1
+Test "expm1 (0X1.0833B4P-1) == 0X1.59C6E6P-1":
+float: 1
+ifloat: 1
+Test "expm1 (0X1.672A28295E9C9P-2) == 0X1.AE35F07F55B87P-2":
+double: 1
+idouble: 1
 Test "expm1 (1) == M_El - 1.0":
 double: 1
 float: 1
@@ -570,9 +532,7 @@ ifloat: 1
 ildouble: 1
 ldouble: 1
 Test "j0 (8.0) == 0.171650807137553906090869407851972001":
-double: 2
 float: 1
-idouble: 2
 ifloat: 1
 
 # j1
@@ -617,9 +577,7 @@ ifloat: 1
 ildouble: 1
 ldouble: 1
 Test "jn (0, 8.0) == 0.171650807137553906090869407851972001":
-double: 2
 float: 1
-idouble: 2
 ifloat: 1
 Test "jn (1, 10.0) == 0.0434727461688614366697487680258592883":
 float: 2
@@ -714,12 +672,12 @@ ldouble: 1
 
 # log10
 Test "log10 (0.75) == -0.124938736608299953132449886193870744":
-ildouble: 1
-ldouble: 1
-float: 2
-ifloat: 2
 double: 1
+float: 2
 idouble: 1
+ifloat: 2
+ildouble: 1
+ldouble: 1
 Test "log10 (e) == log10(e)":
 float: 1
 ifloat: 1
@@ -730,13 +688,17 @@ ldouble: 1
 Test "log1p (-0.25) == -0.287682072451780927439219005993827432":
 float: 1
 ifloat: 1
+Test "log1p (0X1.9800000000004P-2) == 0X1.5767717455A6FP-2":
+double: 1
+idouble: 1
+Test "log1p (0X1.B6AE94P+0) == 0X1.FF1E1EP-1":
+float: 1
+ifloat: 1
 
 # sincos
 Test "sincos (M_PI_6l*2.0, &sin_res, &cos_res) puts 0.5 in cos_res":
 double: 1
-float: 1
 idouble: 1
-ifloat: 1
 Test "sincos (M_PI_6l*2.0, &sin_res, &cos_res) puts 0.86602540378443864676372317075293616 in sin_res":
 double: 1
 float: 1
@@ -744,24 +706,19 @@ idouble: 1
 ifloat: 1
 ildouble: 1
 ldouble: 1
-Test "sincos (pi/2, &sin_res, &cos_res) puts 0 in cos_res":
-double: 1
-float: 1
-idouble: 1
-ifloat: 1
-ildouble: 1
-ldouble: 1
 Test "sincos (pi/6, &sin_res, &cos_res) puts 0.86602540378443864676372317075293616 in cos_res":
 float: 1
 ifloat: 1
-Test "sincos (0.80190127184058835, &sin_res, &cos_res) puts 0.69534156199418473 in cos_res":
-double: 1
-idouble: 1
 
-# tan
-Test "tan (pi/4) == 1":
-double: 1
-idouble: 1
+# tanh
+Test "tanh (-0X1.D95F582C6D0B6P-3) == -0X1.D11E67E06147DP-3":
+double: 2
+float: 1
+idouble: 2
+ifloat: 1
+Test "tanh (0X1.D5BA9EP-3) == 0X1.CDA96EP-3":
+float: 2
+ifloat: 2
 
 # tgamma
 Test "tgamma (-0.5) == -2 sqrt (pi)":
@@ -941,46 +898,46 @@ double: 1
 idouble: 1
 
 # Maximal error of functions:
-Function: "acos":
-ildouble: 1
-ldouble: 1
+Function: "acosh":
+double: 2
+float: 2
+idouble: 2
+ifloat: 2
 
 Function: "asin":
 ildouble: 1
 ldouble: 1
 
+Function: "asinh":
+double: 2
+float: 2
+idouble: 2
+ifloat: 2
+
 Function: "atan2":
 float: 1
 ifloat: 1
 
 Function: "atanh":
-float: 1
-ifloat: 1
+double: 2
+float: 2
+idouble: 2
+ifloat: 2
 ildouble: 1
 ldouble: 1
 
 Function: Imaginary part of "cacos":
-float: 1
-ifloat: 1
 ildouble: 2
 ldouble: 2
 
 Function: Real part of "cacosh":
-double: 1
-float: 7
-idouble: 1
-ifloat: 7
-ildouble: 6
-ldouble: 6
-
-Function: Imaginary part of "cacosh":
-double: 1
-float: 3
-idouble: 1
-ifloat: 3
 ildouble: 1
 ldouble: 1
 
+Function: Imaginary part of "cacosh":
+float: 1
+ifloat: 1
+
 Function: Real part of "casin":
 double: 1
 float: 1
@@ -990,8 +947,6 @@ ildouble: 2
 ldouble: 2
 
 Function: Imaginary part of "casin":
-float: 1
-ifloat: 1
 ildouble: 2
 ldouble: 2
 
@@ -1011,10 +966,6 @@ ifloat: 6
 ildouble: 5
 ldouble: 5
 
-Function: Real part of "catan":
-float: 4
-ifloat: 4
-
 Function: Imaginary part of "catan":
 double: 1
 float: 1
@@ -1027,13 +978,11 @@ idouble: 4
 ildouble: 1
 ldouble: 1
 
-Function: Imaginary part of "catanh":
-float: 6
-ifloat: 6
-
 Function: "cbrt":
-double: 1
-idouble: 1
+double: 3
+float: 1
+idouble: 3
+ifloat: 1
 ildouble: 1
 ldouble: 1
 
@@ -1058,9 +1007,7 @@ idouble: 1
 ifloat: 1
 
 Function: Imaginary part of "ccosh":
-double: 1
 float: 1
-idouble: 1
 ifloat: 1
 ildouble: 1
 ldouble: 1
@@ -1081,25 +1028,17 @@ ifloat: 1
 ildouble: 1
 ldouble: 1
 
-Function: Imaginary part of "clog":
-float: 3
-ifloat: 3
-
 Function: Real part of "clog10":
-double: 1
 float: 1
-idouble: 1
 ifloat: 1
 ildouble: 1
 ldouble: 1
 
 Function: Imaginary part of "clog10":
 double: 1
-float: 5
+float: 1
 idouble: 1
-ifloat: 5
-ildouble: 1
-ldouble: 1
+ifloat: 1
 
 Function: "cos":
 double: 2
@@ -1111,9 +1050,9 @@ ldouble: 1
 
 Function: Real part of "cpow":
 double: 2
-float: 5
+float: 4
 idouble: 2
-ifloat: 5
+ifloat: 4
 ildouble: 5
 ldouble: 5
 
@@ -1129,16 +1068,8 @@ Function: Real part of "csin":
 ildouble: 1
 ldouble: 1
 
-Function: Imaginary part of "csin":
-double: 1
-float: 1
-idouble: 1
-ifloat: 1
-
 Function: Real part of "csinh":
-double: 1
 float: 1
-idouble: 1
 ifloat: 1
 ildouble: 1
 ldouble: 1
@@ -1148,24 +1079,18 @@ double: 1
 float: 1
 idouble: 1
 ifloat: 1
-ildouble: 2
-ldouble: 2
 
 Function: Real part of "csqrt":
 float: 1
 ifloat: 1
 
 Function: Real part of "ctan":
-double: 1
-idouble: 1
-ildouble: 439
-ldouble: 439
+ildouble: 1
+ldouble: 1
 
 Function: Imaginary part of "ctan":
 double: 1
-float: 1
 idouble: 1
-ifloat: 1
 ildouble: 3
 ldouble: 3
 
@@ -1174,34 +1099,36 @@ double: 1
 float: 2
 idouble: 1
 ifloat: 2
-ildouble: 5
-ldouble: 5
+ildouble: 3
+ldouble: 3
 
 Function: Imaginary part of "ctanh":
-float: 1
-ifloat: 1
-ildouble: 25
-ldouble: 25
 double: 1
+float: 1
 idouble: 1
+ifloat: 1
+ildouble: 1
+ldouble: 1
 
 Function: "erf":
 double: 1
+float: 1
 idouble: 1
+ifloat: 1
 
 Function: "erfc":
-double: 1
-idouble: 1
+double: 4
+idouble: 4
 ildouble: 1
 ldouble: 1
 
 Function: "exp10":
-ildouble: 8
-ldouble: 8
-float: 2
-ifloat: 2
 double: 6
+float: 2
 idouble: 6
+ifloat: 2
+ildouble: 3
+ldouble: 3
 
 Function: "expm1":
 double: 1
@@ -1250,15 +1177,17 @@ ildouble: 1
 ldouble: 1
 
 Function: "log10":
+double: 1
 float: 2
+idouble: 1
 ifloat: 2
 ildouble: 1
 ldouble: 1
-double: 1
-idouble: 1
 
 Function: "log1p":
+double: 1
 float: 1
+idouble: 1
 ifloat: 1
 
 Function: "sincos":
@@ -1273,6 +1202,12 @@ Function: "tan":
 double: 1
 idouble: 1
 
+Function: "tanh":
+double: 2
+float: 2
+idouble: 2
+ifloat: 2
+
 Function: "tgamma":
 double: 1
 float: 1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]