HomeSort by relevance Sort by last modified time
    Searched full:isdenormal (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/v8/src/
double.h 79 if (IsDenormal()) return kDenormalExponent;
90 if (!IsDenormal()) {
98 bool IsDenormal() const {
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
double.h 102 if (IsDenormal()) return kDenormalExponent;
113 if (!IsDenormal()) {
121 bool IsDenormal() const {
  /external/chromium_org/v8/test/cctest/
test-double.cc 95 TEST(IsDenormal) {
97 CHECK(Double(min_double64).IsDenormal());
99 CHECK(Double(bits).IsDenormal());
101 CHECK(!Double(bits).IsDenormal());
  /external/llvm/unittests/ADT/
APFloatTest.cpp 220 EXPECT_FALSE(test.isDenormal());
229 EXPECT_FALSE(test.isDenormal());
238 EXPECT_TRUE(test.isDenormal());
247 EXPECT_TRUE(test.isDenormal());
297 EXPECT_TRUE(test.isDenormal());
306 EXPECT_TRUE(test.isDenormal());
315 EXPECT_TRUE(!test.isDenormal());
324 EXPECT_TRUE(!test.isDenormal());
381 EXPECT_TRUE(test.isDenormal());
391 EXPECT_TRUE(test.isDenormal());
    [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 368 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
381 bool isDenormal() const;
  /external/llvm/lib/Support/
APFloat.cpp 701 APFloat::isDenormal() const {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp     [all...]
  /external/chromium_org/tools/deep_memory_profiler/tests/data/heap.01234.symmap/
chrome.abcdef.nm     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /prebuilts/clang/linux-x86/host/3.4/bin/
llvm-as 

Completed in 545 milliseconds