Home | History | Annotate | Download | only in ceres

Lines Matching defs:PX

133     A PX[3];
135 PX[i] = RowMajorAccess(P, 3, 4, i, 0) * X[0] +
140 if (PX[2] != 0.0) {
141 x[0] = PX[0] / PX[2];
142 x[1] = PX[1] / PX[2];
168 double PX[12 + 4];
170 PX[i] = RandDouble();
174 double *P = PX + 0;
175 double *X = PX + 12;
184 ASSERT_TRUE((SymmetricDiff<Projective, double, 2, 12 + 4>(b, PX, del,
195 double *parameters[] = { PX };