Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Ddouble.h79 if (IsDenormal()) return kDenormalExponent; in Exponent()
90 if (!IsDenormal()) { in Significand()
98 bool IsDenormal() const { in IsDenormal() function
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
Ddouble.h102 if (IsDenormal()) return kDenormalExponent; in Exponent()
113 if (!IsDenormal()) { in Significand()
121 bool IsDenormal() const { in IsDenormal() function
/external/chromium_org/v8/test/cctest/
Dtest-double.cc95 TEST(IsDenormal) { in TEST() argument
97 CHECK(Double(min_double64).IsDenormal()); in TEST()
99 CHECK(Double(bits).IsDenormal()); in TEST()
101 CHECK(!Double(bits).IsDenormal()); in TEST()
/external/chromium_org/tools/deep_memory_profiler/tests/data/heap.01234.symmap/
Dchrome.abcdef.nm817 00000000056bac20 t v8::internal::Double::IsDenormal() const<00000000056bac20>