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

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APFloat.h 327 bool isNegZero() const { return isZero() && isNegative(); }
  /external/llvm/include/llvm/ADT/
APFloat.h 444 bool isNegZero() const { return isZero() && isNegative(); }
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelDAGToDAG.cpp 292 } else if (CN->getValueAPF().isNegZero()) {
AlphaISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APFloat.h 392 bool isNegZero() const { return isZero() && isNegative(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 359 bool isNegZero() const { return isZero() && isNegative(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 359 bool isNegZero() const { return isZero() && isNegative(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 359 bool isNegZero() const { return isZero() && isNegative(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 359 bool isNegZero() const { return isZero() && isNegative(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 359 bool isNegZero() const { return isZero() && isNegative(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 359 bool isNegZero() const { return isZero() && isNegative(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 359 bool isNegZero() const { return isZero() && isNegative(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 359 bool isNegZero() const { return isZero() && isNegative(); }
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.cpp 185 return Imm.isZero() || Imm.isNegZero();
    [all...]
  /external/swiftshader/third_party/LLVM/unittests/ADT/
APFloatTest.cpp 248 EXPECT_TRUE(APFloat(APFloat::IEEEdouble, "-1e-99999").isNegZero());
    [all...]
  /external/llvm/unittests/ADT/
APFloatTest.cpp 149 EXPECT_TRUE(test.isNegZero());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp 650 return CFP->getValueAPF().isNegZero();
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 493 return Imm.isZero() || Imm.isNegZero();
    [all...]

Completed in 439 milliseconds