Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddouble-conversion-ieee.h126 if (IsDenormal()) return kDenormalExponent; in Exponent()
137 if (!IsDenormal()) { in Significand()
145 bool IsDenormal() const { in IsDenormal() function
304 if (IsDenormal()) return kDenormalExponent; in Exponent()
315 if (!IsDenormal()) { in Significand()
323 bool IsDenormal() const { in IsDenormal() function
/external/v8/src/
Ddouble.h83 if (IsDenormal()) return kDenormalExponent; in Exponent()
94 if (!IsDenormal()) { in Significand()
102 bool IsDenormal() const { in IsDenormal() function