HomeSort by relevance Sort by last modified time
    Searched refs:isDenormal (Results 1 - 22 of 22) sorted by null

  /external/llvm/include/llvm/ADT/
APFloat.h 410 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
423 bool isDenormal() const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 325 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
338 bool isDenormal() const;
646 bool isDenormal() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
APFloat.h 325 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
338 bool isDenormal() const;
652 bool isDenormal() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
APFloat.h 325 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
338 bool isDenormal() const;
652 bool isDenormal() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
APFloat.h 325 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
338 bool isDenormal() const;
652 bool isDenormal() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
APFloat.h 325 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
338 bool isDenormal() const;
652 bool isDenormal() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
APFloat.h 325 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
338 bool isDenormal() const;
652 bool isDenormal() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
APFloat.h 325 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
338 bool isDenormal() const;
652 bool isDenormal() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 325 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
338 bool isDenormal() const;
646 bool isDenormal() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
APFloat.h 325 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
338 bool isDenormal() const;
652 bool isDenormal() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
APFloat.h 325 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
338 bool isDenormal() const;
652 bool isDenormal() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
APFloat.h 325 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
338 bool isDenormal() const;
652 bool isDenormal() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
APFloat.h 325 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
338 bool isDenormal() const;
652 bool isDenormal() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
APFloat.h 325 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
338 bool isDenormal() const;
652 bool isDenormal() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
APFloat.h 325 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
338 bool isDenormal() const;
652 bool isDenormal() const;
    [all...]
  /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/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APFloat.h 358 bool isNormal() const { return !isDenormal() && isFiniteNonZero(); }
371 bool isDenormal() const;
    [all...]
  /external/llvm/lib/Support/
APFloat.cpp 706 APFloat::isDenormal() const {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 

Completed in 385 milliseconds