Home | History | Annotate | Download | only in cctest

Lines Matching refs:V8_2PART_UINT64_C

43   uint64_t ordered = V8_2PART_UINT64_C(0x01234567, 89ABCDEF);
46 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001);
49 uint64_t max_double64 = V8_2PART_UINT64_C(0x7fefffff, ffffffff);
55 uint64_t ordered = V8_2PART_UINT64_C(0x01234567, 89ABCDEF);
59 CHECK(V8_2PART_UINT64_C(0x00134567, 89ABCDEF) == diy_fp.f()); // NOLINT
61 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001);
67 uint64_t max_double64 = V8_2PART_UINT64_C(0x7fefffff, ffffffff);
70 CHECK(V8_2PART_UINT64_C(0x001fffff, ffffffff) == diy_fp.f()); // NOLINT
75 uint64_t ordered = V8_2PART_UINT64_C(0x01234567, 89ABCDEF);
78 CHECK((V8_2PART_UINT64_C(0x00134567, 89ABCDEF) << 11) ==
81 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001);
85 CHECK(V8_2PART_UINT64_C(0x80000000, 00000000) == diy_fp.f()); // NOLINT
87 uint64_t max_double64 = V8_2PART_UINT64_C(0x7fefffff, ffffffff);
90 CHECK((V8_2PART_UINT64_C(0x001fffff, ffffffff) << 11) ==
96 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001);
98 uint64_t bits = V8_2PART_UINT64_C(0x000FFFFF, FFFFFFFF);
100 bits = V8_2PART_UINT64_C(0x00100000, 00000000);
109 uint64_t bits = V8_2PART_UINT64_C(0xFFF12345, 00000000);
136 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001);
147 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001);
174 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001);
186 uint64_t smallest_normal64 = V8_2PART_UINT64_C(0x00100000, 00000000);
197 uint64_t largest_denormal64 = V8_2PART_UINT64_C(0x000FFFFF, FFFFFFFF);
206 uint64_t max_double64 = V8_2PART_UINT64_C(0x7fefffff, ffffffff);
230 Double(V8_2PART_UINT64_C(0x7fefffff, ffffffff)).NextDouble());