mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Update.
!= 1 correctly and more than one digit before decimal point..
This commit is contained in:
@@ -43,6 +43,19 @@ static const struct ltest tests[] =
|
||||
{ "0xAp0", 10.0, '\0', 0 },
|
||||
{ "0x0Ap0", 10.0, '\0', 0 },
|
||||
{ "0x0A", 10.0, '\0', 0 },
|
||||
{ "0xA0", 160.0, '\0', 0 },
|
||||
{ "0x0.A0p8", 160.0, '\0', 0 },
|
||||
{ "0x0.50p9", 160.0, '\0', 0 },
|
||||
{ "0x0.28p10", 160.0, '\0', 0 },
|
||||
{ "0x0.14p11", 160.0, '\0', 0 },
|
||||
{ "0x0.0A0p12", 160.0, '\0', 0 },
|
||||
{ "0x0.050p13", 160.0, '\0', 0 },
|
||||
{ "0x0.028p14", 160.0, '\0', 0 },
|
||||
{ "0x0.014p15", 160.0, '\0', 0 },
|
||||
{ "0x00.00A0p16", 160.0, '\0', 0 },
|
||||
{ "0x00.0050p17", 160.0, '\0', 0 },
|
||||
{ "0x00.0028p18", 160.0, '\0', 0 },
|
||||
{ "0x00.0014p19", 160.0, '\0', 0 },
|
||||
{ NULL, 0, '\0', 0 }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user