Searched refs:min_double64 (Results 1 – 1 of 1) sorted by relevance
46 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001); in TEST() local47 CHECK_EQ(5e-324, Double(min_double64).value()); in TEST()61 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001); in TEST() local62 diy_fp = Double(min_double64).AsDiyFp(); in TEST()81 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001); in TEST() local82 diy_fp = Double(min_double64).AsNormalizedDiyFp(); in TEST()96 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001); in TEST() local97 CHECK(Double(min_double64).IsDenormal()); in TEST()136 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001); in TEST() local137 CHECK(!Double(min_double64).IsInfinite()); in TEST()[all …]