diff options
author | Andreas Jaeger <jaegerandi@gmail.com> | 2012-04-24 22:10:04 +0200 |
---|---|---|
committer | Andreas Jaeger <jaegerandi@gmail.com> | 2012-04-24 22:10:04 +0200 |
commit | f23f459dd38eaf61cb574c7312599975e13468a9 (patch) | |
tree | 6beb572da1ebbe80343a6dc48345d89db20083da /math/libm-test.inc | |
parent | e5a6e5674bff85242bcc4d476e226c2475bf1e5c (diff) | |
parent | c1820385dfe63bdddad462a3384267614c043415 (diff) | |
download | glibc-f23f459dd38eaf61cb574c7312599975e13468a9.tar.gz glibc-f23f459dd38eaf61cb574c7312599975e13468a9.tar.xz glibc-f23f459dd38eaf61cb574c7312599975e13468a9.zip |
Merge branch 'master' of git://sourceware.org/git/glibc
Diffstat (limited to 'math/libm-test.inc')
-rw-r--r-- | math/libm-test.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/libm-test.inc b/math/libm-test.inc index 94d60bff7e..e0ac6131da 100644 --- a/math/libm-test.inc +++ b/math/libm-test.inc @@ -3442,6 +3442,9 @@ floor_test (void) TEST_f_f (floor, 10141204801825835211973625643008.5L, 10141204801825835211973625643008.0L); TEST_f_f (floor, 10141204801825835211973625643008.75L, 10141204801825835211973625643008.0L); TEST_f_f (floor, 10141204801825835211973625643009.5L, 10141204801825835211973625643009.0L); + + TEST_f_f (floor, 0xf.ffffffffffffff8p+47L, 0xf.fffffffffffep+47L); + TEST_f_f (floor, -0x8.000000000000004p+48L, -0x8.000000000001p+48L); #endif END (floor); |