minix/lib/libc/gdtoa/test/pftestQ.out
Lionel Sambuc f14fb60209 Libraries updates and cleanup
* Updating common/lib
 * Updating lib/csu
 * Updating lib/libc
 * Updating libexec/ld.elf_so
 * Corrected test on __minix in featuretest to actually follow the
   meaning of the comment.
 * Cleaned up _REENTRANT-related defintions.
 * Disabled -D_REENTRANT for libfetch
 * Removing some unneeded __NBSD_LIBC defines and tests

Change-Id: Ic1394baef74d11b9f86b312f5ff4bbc3cbf72ce2
2013-01-14 11:36:26 +01:00

16 lines
830 B
Plaintext

d.x = 1.23 = #7ae147ae 3ff3ae14; %.8a ==> 0x1.3ae147aep+0
d.x = 1.23 = #7ae147ae 3ff3ae14; %.7a ==> 0x1.3ae147bp+0
d.x = 1.23 = #7ae147ae 3ff3ae14; %.2a ==> 0x1.3bp+0
x.x = 1.23 = #3fff3ae1 47ae147a e147ae14 7ae147ae; %.La ==> 0x1p+0
x.x = 1.23 = #3fff3ae1 47ae147a e147ae14 7ae147ae; %.20La ==> 0x1.3ae147ae147ae147ae14p+0
x.x = 3e+27 = #405a3631 56bbee30 16d70000 0; %La ==> 0x1.363156bbee3016d7p+91
x.x = 1.7e+27 = #40595f8d 402a5236 80490000 0; %La ==> 0x1.5f8d402a52368049p+90
d.x = 1.5 = #0 3ff80000; %a ==> 0x1.8p+0
d.x = 2.5 = #0 40040000; %a ==> 0x1.4p+1
d.x = 4.5 = #0 40120000; %a ==> 0x1.2p+2
d.x = 8.5 = #0 40210000; %a ==> 0x1.1p+3
x.x = 1.5 = #3fff8000 0 0 0; %La ==> 0x1.8p+0
x.x = 2.5 = #40004000 0 0 0; %La ==> 0x1.4p+1
x.x = 4.5 = #40012000 0 0 0; %La ==> 0x1.2p+2
x.x = 8.5 = #40021000 0 0 0; %La ==> 0x1.1p+3