Searched refs:invert (Results 1 - 25 of 420) sorted by last modified time

1234567891011>>

/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c2247 Bool invert; local
2255 condPos = positiveIse_AMD64Condcode ( cond, &invert );
2256 if (invert) {
9024 // | cmp op invert after?
22826 /* This is simple: just invert the result, if necessary, and
22837 invert only that one lane. But at least the other lanes are
22850 were swapped. So we have to possibly invert the bottom lane,
22941 /* This is simple: just invert the result, if necessary, and
[all...]
H A Dguest_arm64_toIR.c2254 Bool invert )
2278 if (invert) {
6637 Bool invert = INSN(22,22) == 1; local
6644 invert ? unop(Iop_NotV128, getQReg128(mm))
H A Dguest_x86_toIR.c1374 Bool invert; local
1382 condPos = positiveIse_X86Condcode ( cond, &invert );
1383 if (invert) {
/external/stlport/test/unit/cppunit/
H A Dcppunit_mini.h59 static int run(Reporter *in_reporter = 0, const char *in_testName = "", bool invert = false);
63 virtual void myRun(const char * /*in_name*/, bool /*invert*/ = false) {}
94 bool invert, bool explicit_test, bool &do_progress) {
102 return invert ? (match ? !match : !explicit_test)
107 return !explicit_test && (match == !invert);
144 virtual void myRun(const char *in_name, bool invert = false) { \
152 bool shouldRun = shouldRunThis(in_name, className, #X, invert, Y, do_progress); \
171 bool shouldRun = shouldRunThis(in_name, className, #X, invert, Y, do_progress); \
93 shouldRunThis(const char *in_desiredTest, const char *in_className, const char *in_functionName, bool invert, bool explicit_test, bool &do_progress) argument
H A Dtest_main.cpp37 int TestCase::run(Reporter *in_reporter, const char *in_testName, bool invert) { argument
45 tmp->myRun(in_testName, invert);
/external/stressapptest/src/
H A Dpattern.cc287 bool invert,
293 inverse_ = invert;
299 if (invert)
285 Initialize(const struct PatternData &pattern_init, int buswidth, bool invert, int weight) argument
H A Dpattern.h56 bool invert,
/external/sqlite/dist/orig/
H A Dsqlite3.c92288 int invert; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c92308 int invert; local
[all...]
/external/skia/samplecode/
H A DSampleApp.cpp1155 if (!m.invert(&m)) {
1492 //m = this->getLocalMatrix();//.invert(&m);
H A DSampleSkLayer.cpp20 if (mat.invert(&inv)) {
23 SkDebugf("--- invert failed\n");
H A DSampleWarp.cpp355 fMatrix.invert(&fInverse);
/external/skia/src/core/
H A DSkBitmapProcShader.cpp392 if (!this->getLocalMatrix().invert(&lmInverse)) {
397 if (!localMatrix->invert(&inv)) {
H A DSkBitmapProcState.cpp437 if (fInvMatrix.invert(&forward)) {
H A DSkCanvas.cpp1725 // if we can't invert the CTM, we can't return local clip bounds
1726 if (!fMCRec->fMatrix->invert(&inverse)) {
H A DSkDraw.cpp121 if (!fMatrix->invert(&inverse)) {
2042 if (!m.invert(&im)) {
2048 if (!this->getCTM().invert(&ctmInv)) {
H A DSkMatrix.cpp21 // doubles for more precision (as we do in concat and invert).
1443 if (!tempMap.invert(&result)) {
H A DSkMatrixClipStateMgr.cpp45 bool result = current.invert(&delta);
H A DSkScalerContext.cpp843 if (!matrix.invert(&inverse)) {
H A DSkShader.cpp85 return m->invert(totalInverse);
/external/skia/src/effects/
H A DSk2DPathEffect.cpp17 fMatrixIsInvertible = mat.invert(&fInverse);
78 fMatrixIsInvertible = fMatrix.invert(&fInverse);
H A DSkAlphaThresholdFilter.cpp316 if (!ctx.ctm().invert(&localInverse)) {
H A DSkMatrixImageFilter.cpp64 if (!ctx.ctm().invert(&matrix)) {
107 if (!fTransform.invert(&transformInverse)) {
111 if (!ctm.invert(&matrix)) {
H A DSkPerlinNoiseShader.cpp454 if (!newMatrix.invert(&invMatrix)) {
948 if (!m.invert(&invM)) {
/external/skia/src/effects/gradients/
H A DSkLinearGradient.cpp560 if (!this->getLocalMatrix().invert(&matrix)) {
565 if (!localMatrix->invert(&inv)) {

Completed in 803 milliseconds

1234567891011>>