/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | NativeFormatting.cpp | 53 IntegerStyle Style, bool IsNegative) { in write_unsigned_impl() argument 62 if (IsNegative) in write_unsigned_impl() 79 IntegerStyle Style, bool IsNegative = false) { in write_unsigned() argument 83 IsNegative); in write_unsigned() 85 write_unsigned_impl(S, N, MinDigits, Style, IsNegative); in write_unsigned()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | NativeFormatting.cpp | 53 IntegerStyle Style, bool IsNegative) { in write_unsigned_impl() argument 62 if (IsNegative) in write_unsigned_impl() 79 IntegerStyle Style, bool IsNegative = false) { in write_unsigned() argument 83 IsNegative); in write_unsigned() 85 write_unsigned_impl(S, N, MinDigits, Style, IsNegative); in write_unsigned()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/AsmParser/ |
D | WebAssemblyAsmParser.cpp | 301 void ParseSingleInteger(bool IsNegative, OperandVector &Operands) { in ParseSingleInteger() argument 304 if (IsNegative) Val = -Val; in ParseSingleInteger() 311 bool ParseOperandStartingWithInteger(bool IsNegative, in ParseOperandStartingWithInteger() argument 314 ParseSingleInteger(IsNegative, Operands); in ParseOperandStartingWithInteger()
|
/external/v8/src/compiler/ |
D | node-matchers.h | 135 bool IsNegative() const { return this->HasValue() && this->Value() < 0; } in IsNegative() function 165 bool IsNegative() const { return this->HasValue() && this->Value() < 0.0; } in IsNegative() function
|
D | machine-operator-reducer.cc | 268 if (mleftmatcher.left().IsNegative() || in Reduce() 269 mleftmatcher.right().IsNegative()) { in Reduce()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 622 bool IsNegative = false; in canonicalizeSaturatedSubtract() local 624 IsNegative = true; in canonicalizeSaturatedSubtract() 637 return IsNegative ? Builder.CreateSub(B, Max) : Builder.CreateSub(Max, B); in canonicalizeSaturatedSubtract()
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 1579 bool IsNegative = Token.is(MIToken::minus); in parseOffset() local 1586 if (IsNegative) in parseOffset()
|
/external/googletest/googletest/docs/ |
D | faq.md | 398 bool IsNegative(T x) { 406 ASSERT_PRED1(IsNegative<int>, -5);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 2149 bool IsNegative = Token.is(MIToken::minus); in parseOffset() local 2156 if (IsNegative) in parseOffset()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 856 bool IsNegative, IsNotNegative; in simplifyRangeCheck() local 857 ComputeSignBit(RangeEnd, IsNotNegative, IsNegative, /*Depth=*/0, Cmp1); in simplifyRangeCheck()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 856 bool IsNegative = C && C->getAPIntValue().isNegative(); in LowerSETCC() local 857 if (IsNegative || isSExtFree(LHS) || isSExtFree(RHS)) in LowerSETCC()
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_unittest.cc | 2491 bool IsNegative(T x) { in IsNegative() function 2511 EXPECT_PRED1(IsNegative<int>, -5); in TEST()
|
/external/googletest/googletest/test/ |
D | gtest_unittest.cc | 2433 bool IsNegative(T x) { in IsNegative() function 2453 EXPECT_PRED1(IsNegative<int>, -5); in TEST()
|
/external/clang/lib/Driver/ |
D | Tools.cpp | 66 bool IsNegative = Name.startswith("no-"); in handleTargetFeaturesGroup() local 67 if (IsNegative) in handleTargetFeaturesGroup() 69 Features.push_back(Args.MakeArgString((IsNegative ? "-" : "+") + Name)); in handleTargetFeaturesGroup()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 2399 bool IsNegative) { in getAbsolute() argument 2401 if (IsNegative) in getAbsolute()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 2560 bool IsNegative) { in getAbsolute() argument 2562 if (IsNegative) in getAbsolute()
|