Searched refs:IsDenormal (Results 1 – 4 of 4) sorted by relevance
79 if (IsDenormal()) return kDenormalExponent; in Exponent()90 if (!IsDenormal()) { in Significand()98 bool IsDenormal() const { in IsDenormal() function
102 if (IsDenormal()) return kDenormalExponent; in Exponent()113 if (!IsDenormal()) { in Significand()121 bool IsDenormal() const { in IsDenormal() function
95 TEST(IsDenormal) { in TEST() argument97 CHECK(Double(min_double64).IsDenormal()); in TEST()99 CHECK(Double(bits).IsDenormal()); in TEST()101 CHECK(!Double(bits).IsDenormal()); in TEST()
817 00000000056bac20 t v8::internal::Double::IsDenormal() const<00000000056bac20>