START lib/libc/cephes 2021-02-21T16:47:15Z ==== run-regress-ieetst ==== cc -O2 -pipe -MD -MP -c /usr/src/regress/lib/libc/cephes/drand.c cc -O2 -pipe -MD -MP -c /usr/src/regress/lib/libc/cephes/econst.c cc -O2 -pipe -MD -MP -c /usr/src/regress/lib/libc/cephes/eexp.c cc -O2 -pipe -MD -MP -c /usr/src/regress/lib/libc/cephes/elog.c cc -O2 -pipe -MD -MP -c /usr/src/regress/lib/libc/cephes/epow.c cc -O2 -pipe -MD -MP -c /usr/src/regress/lib/libc/cephes/etanh.c cc -O2 -pipe -MD -MP -c /usr/src/regress/lib/libc/cephes/etodec.c cc -O2 -pipe -MD -MP -c /usr/src/regress/lib/libc/cephes/ieee.c cc -O2 -pipe -MD -MP -c /usr/src/regress/lib/libc/cephes/ieetst.c cc -O2 -pipe -MD -MP -c /usr/src/regress/lib/libc/cephes/mtherr.c cc -o ieetst drand.o econst.o eexp.o elog.o epow.o etanh.o etodec.o ieee.o ieetst.o mtherr.o ./ieetst Steve Moshier's printf/scanf tester, version 0.2. Testing FLOAT precision. 1. Checking 10^n - 1 for n = -9 to 9. No errors found. 2. Checking powers of 10 from 10^-13 to 10^13. No errors found. 3. Checking (10^9-1)*10^n from n = -13 to 13. No errors found. 4. Checking powers of 2 from 2^-24 to 2^+56. No errors found. 5. Checking 2^n - 1 for n = 0 to 24. No errors found. 6. Checking 2^n + 1 for n = 0 to 24. No errors found. 7. Checking 100 values M * 10^N with random integer M and N, 1 <= M <= 10^9 - 1 and -13 <= N <= +13. No errors found. 8. Checking critical rounding cases. No errors found. 9. Testing on 100 random non-denormal values. No errors found. Maximum relative printf error found = 3.464E-9 . Maximum relative scanf error found = 5.689E-8 . 10. Checking denormal numbers. No errors found. Testing DOUBLE precision. 1. Checking 10^n - 1 for n = -17 to 17. No errors found. 2. Checking powers of 10 from 10^-27 to 10^27. No errors found. 3. Checking (10^17-1)*10^n from n = -27 to 27. No errors found. 4. Checking powers of 2 from 2^-24 to 2^+56. No errors found. 5. Checking 2^n - 1 for n = 0 to 53. No errors found. 6. Checking 2^n + 1 for n = 0 to 53. No errors found. 7. Checking 100 values M * 10^N with random integer M and N, 1 <= M <= 10^17 - 1 and -27 <= N <= +27. No errors found. 8. Checking critical rounding cases. No errors found. 9. Testing on 100 random non-denormal values. No errors found. Maximum relative printf error found = 4.247E-17 . Maximum relative scanf error found = 9.202E-17 . 10. Checking denormal numbers. No errors found. End of test. PASS lib/libc/cephes Duration 0m14.06s