Home
last modified time | relevance | path

Searched refs:hasNegative (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/js/binary/
Darith.js401 var hasNegative = (s.length > 0 && s[0] == '-');
402 if (hasNegative) {
409 if (hasNegative) {
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp690 bool hasNegative = false; in visitSRem() local
691 for (unsigned i = 0; !hasNegative && i != VWidth; ++i) in visitSRem()
694 hasNegative = true; in visitSRem()
696 if (hasNegative) { in visitSRem()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp1492 bool hasNegative = false; in visitSRem() local
1503 hasNegative = true; in visitSRem()
1506 if (hasNegative && !hasMissing) { in visitSRem()