Lines Matching +full:0 +full:x39b0

3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
38 0x3ff0000000000000, // x = 1.0
39 0x4024000000000000, // x = 10.0
40 0x4059000000000000, // x = 10^2
41 0x408f400000000000, // x = 10^3
42 0x40c3880000000000, // x = 10^4
43 0x40f86a0000000000, // x = 10^5
44 0x412e848000000000, // x = 10^6
45 0x416312d000000000, // x = 10^7
46 0x4197d78400000000, // x = 10^8
47 0x41cdcd6500000000, // x = 10^9
48 0x4202a05f20000000, // x = 10^10
49 0x42374876e8000000, // x = 10^11
50 0x426d1a94a2000000, // x = 10^12
51 0x42a2309ce5400000, // x = 10^13
52 0x42d6bcc41e900000, // x = 10^14
53 0x430c6bf526340000, // x = 10^15
54 0x4341c37937e08000, // x = 10^16
55 0x4376345785d8a000, // x = 10^17
56 0x43abc16d674ec800, // x = 10^18
57 0x43e158e460913d00, // x = 10^19
58 0x4415af1d78b58c40, // x = 10^20
59 0x444b1ae4d6e2ef50, // x = 10^21
60 0x4480f0cf064dd592, // x = 10^22
61 0x3fefffffffef06ad, 0x3fefde0f22c7d0eb, 0x225e7812faadb32f,
62 0x3fee1076964c2903, 0x3fdfe93fff7fceb0, 0x3ff012631ad8df10,
63 0x3fefbfdaa448ed98, 0x3fd00a8cefe9a5f8, 0x3fd0b4d870eb22f8,
64 0x3c90c40cef04efb5, 0x449d2ccad399848e, 0x4aa12ccdffd9d2ec,
65 0x5656f070b92d36ce, 0x6db06dcb74f76bcc, 0x7f1954e72ffd4596,
66 0x5671e2f1628093e4, 0x73dac56e2bf1a951, 0x8001bc6879ea14c5,
67 0x45ca5f497ec291df, // x = 0x1.a5f497ec291dfp+93
69 for (int i = 0; i < N; ++i) {
77 double x = 0x1.0p-1074;
93 uint64_t fails = 0;
94 uint64_t count = 0;
95 uint64_t cc = 0;
101 for (uint64_t i = 0, v = start; i <= COUNT; ++i, v += step) {
105 LIBC_NAMESPACE::libc_errno = 0;
150 test_all_rounding(0x0000'0000'0000'0001ULL, 0x0010'0000'0000'0000ULL,
153 test_all_rounding(0x39B0'0000'0000'0000ULL, 0x3A50'0000'0000'0000ULL,
156 test_all_rounding(0x3CD0'0000'0000'0000ULL, 0x3D20'0000'0000'0000ULL, "2^-50",
159 test_all_rounding(0x3E10'0000'0000'0000ULL, 0x3E40'0000'0000'0000ULL, "2^-30",
162 test_all_rounding(0x3FD0'0000'0000'0000ULL, 0x4010'0000'0000'0000ULL, "0.25",
165 test_all_rounding(0x4630'0000'0000'0000ULL, 0x4670'0000'0000'0000ULL, "2^100",
168 test_all_rounding(0x7FD0'0000'0000'0000ULL, 0x7FF0'0000'0000'0000ULL,