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

/external/v8/src/
H A Ddouble.h79 if (IsDenormal()) return kDenormalExponent;
90 if (!IsDenormal()) {
98 bool IsDenormal() const { function in class:v8::internal::Double
/external/v8/test/cctest/
H A Dtest-double.cc95 TEST(IsDenormal) {
97 CHECK(Double(min_double64).IsDenormal());
99 CHECK(Double(bits).IsDenormal());
101 CHECK(!Double(bits).IsDenormal());

Completed in 453 milliseconds