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

  /external/swiftshader/third_party/llvm-subzero/lib/Support/
NativeFormatting.cpp 51 IntegerStyle Style, bool IsNegative) {
60 if (IsNegative)
77 IntegerStyle Style, bool IsNegative = false) {
81 IsNegative);
83 write_unsigned_impl(S, N, MinDigits, Style, IsNegative);
  /external/v8/src/compiler/
node-matchers.h 134 bool IsNegative() const { return this->HasValue() && this->Value() < 0; }
164 bool IsNegative() const { return this->HasValue() && this->Value() < 0.0; }
machine-operator-reducer.cc 268 if (mleftmatcher.left().IsNegative() ||
269 mleftmatcher.right().IsNegative()) {
    [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc     [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc     [all...]
  /external/googletest/googletest/test/
gtest_unittest.cc     [all...]
  /external/v8/testing/gtest/test/
gtest_unittest.cc     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_unittest.cc     [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest_unittest.cc     [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest_unittest.cc     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/clang/lib/Driver/
Tools.cpp 66 bool IsNegative = Name.startswith("no-");
67 if (IsNegative)
69 Features.push_back(Args.MakeArgString((IsNegative ? "-" : "+") + Name));
    [all...]

Completed in 5314 milliseconds