Home
last modified time | relevance | path

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

/third_party/icu/vendor/double-conversion/upstream/test/cctest/
Dtest-ieee.cc376 uint32_t smallest_normal32 = 0x00800000; in TEST() local
377 diy_fp = Single(smallest_normal32).AsDiyFp(); in TEST()
379 Single(smallest_normal32).NormalizedBoundaries(&boundary_minus, in TEST()
Dtest-fast-dtoa.cc184 uint32_t smallest_normal32 = 0x00800000; in TEST() local
185 float v = Single(smallest_normal32).value(); in TEST()
Dtest-bignum-dtoa.cc310 uint32_t smallest_normal32 = 0x00800000; in TEST() local
311 double v = Single(smallest_normal32).value(); in TEST()
Dtest-dtoa.cc278 uint32_t smallest_normal32 = 0x00800000; in TEST() local
279 float f = Single(smallest_normal32).value(); in TEST()