diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-02-20 18:06:05 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-20 18:06:05 +0000 |
commit | 5ad91f6e6fbb999a16a3c331ae1cee87bf3fc499 (patch) | |
tree | 4ea50a7edf18e31d9a6afbdc1539f18c3ec115ad /sysdeps/sh/sh4/fpu | |
parent | 06b99b02639bd0cb3755c59bd17bd5af32fe8535 (diff) | |
download | glibc-5ad91f6e6fbb999a16a3c331ae1cee87bf3fc499.tar.gz glibc-5ad91f6e6fbb999a16a3c331ae1cee87bf3fc499.tar.xz glibc-5ad91f6e6fbb999a16a3c331ae1cee87bf3fc499.zip |
Resort ULPs files with gen-libm-test.pl -n in C locale.
Diffstat (limited to 'sysdeps/sh/sh4/fpu')
-rw-r--r-- | sysdeps/sh/sh4/fpu/libm-test-ulps | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/sh/sh4/fpu/libm-test-ulps b/sysdeps/sh/sh4/fpu/libm-test-ulps index 4831f4849b..eb17664c11 100644 --- a/sysdeps/sh/sh4/fpu/libm-test-ulps +++ b/sysdeps/sh/sh4/fpu/libm-test-ulps @@ -14,10 +14,10 @@ idouble: 1 ifloat: 2 # atan2 -Test "atan2 (0.7, -1.0) == 2.530866689200584621918884506789267": +Test "atan2 (-0.7, -1.0) == -2.530866689200584621918884506789267": float: 3 ifloat: 3 -Test "atan2 (-0.7, -1.0) == -2.530866689200584621918884506789267": +Test "atan2 (0.7, -1.0) == 2.530866689200584621918884506789267": float: 3 ifloat: 3 Test "atan2 (1.4, -0.93) == 2.1571487668237843754887415992772736": |