Home
last modified time | relevance | path

Searched refs:min_double64 (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/cctest/
Dtest-double.cc46 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001); in TEST() local
47 CHECK_EQ(5e-324, Double(min_double64).value()); in TEST()
61 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001); in TEST() local
62 diy_fp = Double(min_double64).AsDiyFp(); in TEST()
81 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001); in TEST() local
82 diy_fp = Double(min_double64).AsNormalizedDiyFp(); in TEST()
96 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001); in TEST() local
97 CHECK(Double(min_double64).IsDenormal()); in TEST()
136 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001); in TEST() local
137 CHECK(!Double(min_double64).IsInfinite()); in TEST()
[all …]