Searched defs:isNeg (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/
H A DSkCullPoints.cpp38 bool isNeg = cross_product_is_neg(vec, x0 - rAsQuad[0].fX, y0 - rAsQuad[0].fY); local
40 if (cross_product_is_neg(vec, x0 - rAsQuad[i].fX, y0 - rAsQuad[i].fY) != isNeg) {
/external/skia/src/utils/
H A DSkCullPoints.cpp38 bool isNeg = cross_product_is_neg(vec, x0 - rAsQuad[0].fX, y0 - rAsQuad[0].fY); local
40 if (cross_product_is_neg(vec, x0 - rAsQuad[i].fX, y0 - rAsQuad[i].fY) != isNeg) {
/external/deqp/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp1228 const bool isNeg = tcu::Float32(in0).sign() < 0; local
1229 const float ref = isNeg ? (-float(int(-in0))) : float(int(in0));
/external/deqp/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp1264 const bool isNeg = tcu::Float32(in0).sign() < 0; local
1265 const float ref = isNeg ? (-float(int(-in0))) : float(int(in0));
/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp379 const bool isNeg = (src & (1<<2)) != 0; local
380 return (deInt8)((isNeg ? ~((1<<3)-1) : 0) | src);
/external/llvm/lib/IR/
H A DInstructions.cpp1938 bool BinaryOperator::isNeg(const Value *V) { function in class:BinaryOperator
/external/sqlite/dist/orig/
H A Dshell.c1813 int isNeg = 0; local
1815 isNeg = 1;
1839 return isNeg? -v : v;
/external/sqlite/dist/
H A Dshell.c1833 int isNeg = 0; local
1835 isNeg = 1;
1859 return isNeg? -v : v;
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9828 bool isNeg = false; local
9830 isNeg = true;
9841 if (isNeg)

Completed in 723 milliseconds