Home
last modified time | relevance | path

Searched defs:isNeg (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/utils/
DSkCullPoints.cpp38 bool isNeg = cross_product_is_neg(vec, x0 - rAsQuad[0].fX, y0 - rAsQuad[0].fY); in sect_test() local
/external/chromium_org/third_party/skia/src/utils/
DSkCullPoints.cpp38 bool isNeg = cross_product_is_neg(vec, x0 - rAsQuad[0].fX, y0 - rAsQuad[0].fY); in sect_test() local
/external/llvm/lib/Support/
DAPInt.cpp824 bool isNeg = T.I >> 63; in RoundDoubleToAPInt() local
872 bool isNeg = isSigned ? (*this)[BitWidth-1] : false; in roundToDouble() local
1568 bool isNeg = false; in KnuthDiv() local
2074 bool isNeg = *p == '-'; in fromString() local
/external/llvm/lib/Target/AArch64/
DAArch64ExpandPseudoInsts.cpp497 bool isNeg = false; in expandMOVImm() local
/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp1228 const bool isNeg = tcu::Float32(in0).sign() < 0; in compare() local
/external/sqlite/dist/
Dshell.c1833 int isNeg = 0; in integerValue() local
/external/sqlite/dist/orig/
Dshell.c1813 int isNeg = 0; in integerValue() local
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp1264 const bool isNeg = tcu::Float32(in0).sign() < 0; in compare() local
/external/deqp/framework/common/
DtcuCompressedTexture.cpp379 const bool isNeg = (src & (1<<2)) != 0; in extendSigned3To8() local
/external/llvm/lib/IR/
DInstructions.cpp1938 bool BinaryOperator::isNeg(const Value *V) { in isNeg() function in BinaryOperator
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp9828 bool isNeg = false; in isLegalT2AddressImmediate() local