Home | History | Annotate | Download | only in cctest

Lines Matching full:uint64_t

18   uint64_t ordered = V8_2PART_UINT64_C(0x01234567, 89ABCDEF);
21 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001);
24 uint64_t max_double64 = V8_2PART_UINT64_C(0x7fefffff, ffffffff);
29 uint64_t ordered = V8_2PART_UINT64_C(0x01234567, 89ABCDEF);
35 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001);
41 uint64_t max_double64 = V8_2PART_UINT64_C(0x7fefffff, ffffffff);
49 uint64_t ordered = V8_2PART_UINT64_C(0x01234567, 89ABCDEF);
55 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001);
61 uint64_t max_double64 = V8_2PART_UINT64_C(0x7fefffff, ffffffff);
70 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001);
72 uint64_t bits = V8_2PART_UINT64_C(0x000FFFFF, FFFFFFFF);
83 uint64_t bits = V8_2PART_UINT64_C(0xFFF12345, 00000000);
110 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001);
117 uint64_t other_nan = V8_2PART_UINT64_C(0xFFFFFFFF, 00000001);
125 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001);
136 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001);
163 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001);
172 CHECK((static_cast<uint64_t>(1) << 62) ==
175 uint64_t smallest_normal64 = V8_2PART_UINT64_C(0x00100000, 00000000);
186 uint64_t largest_denormal64 = V8_2PART_UINT64_C(0x000FFFFF, FFFFFFFF);
195 uint64_t max_double64 = V8_2PART_UINT64_C(0x7fefffff, ffffffff);