Searched refs:min_double64 (Results 1 – 1 of 1) sorted by relevance
21 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001); in TEST() local22 CHECK_EQ(5e-324, Double(min_double64).value()); in TEST()35 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001); in TEST() local36 diy_fp = Double(min_double64).AsDiyFp(); in TEST()55 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001); in TEST() local56 diy_fp = Double(min_double64).AsNormalizedDiyFp(); in TEST()70 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001); in TEST() local71 CHECK(Double(min_double64).IsDenormal()); in TEST()110 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001); in TEST() local111 CHECK(!Double(min_double64).IsInfinite()); in TEST()[all …]