Searched refs:min_float (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | double-conversion-strtod.cpp | 552 float min_float = 1e-45f; in Strtof() local 553 upper_boundary = Double(static_cast<double>(min_float) / 2).AsDiyFp(); in Strtof()
|
/third_party/icu/vendor/double-conversion/upstream/test/cctest/ |
D | test-bignum-dtoa.cc | 267 float min_float = 1e-45f; in TEST() local 268 BignumDtoa(min_float, BIGNUM_DTOA_SHORTEST_SINGLE, 0, in TEST()
|
D | test-fast-dtoa.cc | 132 float min_float = 1e-45f; in TEST() local 133 status = FastDtoa(min_float, FAST_DTOA_SHORTEST_SINGLE, 0, in TEST()
|
D | test-dtoa.cc | 151 float min_float = 1e-45f; in TEST() local 152 DoubleToAscii(min_float, SHORTEST_SINGLE, 0, buffer, &sign, &length, &point); in TEST()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | double-conversion-strtod.cpp | 606 float min_float = 1e-45f; in StrtofTrimmed() local 607 upper_boundary = Double(static_cast<double>(min_float) / 2).AsDiyFp(); in StrtofTrimmed()
|
/third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
D | strtod.cc | 590 float min_float = 1e-45f; in StrtofTrimmed() local 591 upper_boundary = Double(static_cast<double>(min_float) / 2).AsDiyFp(); in StrtofTrimmed()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | double-conversion-strtod.cpp | 606 float min_float = 1e-45f; in StrtofTrimmed() local 607 upper_boundary = Double(static_cast<double>(min_float) / 2).AsDiyFp(); in StrtofTrimmed()
|
/third_party/icu/icu4c/source/i18n/ |
D | double-conversion-strtod.cpp | 606 float min_float = 1e-45f; in StrtofTrimmed() local 607 upper_boundary = Double(static_cast<double>(min_float) / 2).AsDiyFp(); in StrtofTrimmed()
|