HomeSort by relevance Sort by last modified time
    Searched defs:P0 (Results 26 - 38 of 38) sorted by null

12

  /external/llvm/unittests/IR/
ConstantsTest.cpp 182 Constant *P0 = ConstantExpr::getPtrToInt(Global, Int32Ty);
183 Constant *P1 = ConstantExpr::getUIToFP(P0, FloatTy);
184 Constant *P2 = ConstantExpr::getUIToFP(P0, DoubleTy);
185 Constant *P3 = ConstantExpr::getTrunc(P0, Int1Ty);
207 CHECK(ConstantExpr::getNeg(P0), "sub i32 0, " P0STR);
209 CHECK(ConstantExpr::getNot(P0), "xor i32 " P0STR ", -1");
210 CHECK(ConstantExpr::getAdd(P0, P0), "add i32 " P0STR ", " P0STR);
211 CHECK(ConstantExpr::getAdd(P0, P0, false, true), "add nsw i32 " P0STR ",
    [all...]
  /external/opencv3/modules/calib3d/src/
five-point.cpp     [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_poly.h 224 double P0[2],P1[2],P2[2],P3[2];
248 P0[0]=A[8];
267 db_SubtractPolyProduct0_0(neg_three1,P0,two23);
270 db_AddPolyProduct0_1( three2,P0,two13);
274 db_AddPolyProduct0_1( three3,P0,two12);
  /external/freetype/src/cff/
cf2hints.c     [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cf2hints.c     [all...]
  /external/pdfium/third_party/freetype/src/cff/
cf2hints.c     [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 81 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
86 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
  /external/skia/src/core/
SkGeometry.cpp 133 Sk2s P0 = from_point(src[0]);
137 Sk2s B = P1 - P0;
151 Sk2s p0 = from_point(src[0]); local
156 Sk2s p01 = interp(p0, p1, tt);
159 dst[0] = to_point(p0);
321 Sk2s P0 = from_point(src[0]);
326 coeff.fA = P3 + Sk2s(3) * (P1 - P2) - P0;
327 coeff.fB = times_2(P2 - times_2(P1) + P0);
328 coeff.fC = P1 - P0;
333 Sk2s P0 = from_point(src[0])
1046 Sk2s p0 = from_point(fPts[0]); local
1080 Sk2s p0 = from_point(fPts[0]); local
    [all...]
  /external/v8/src/base/
ieee754.cc     [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 734 int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2;
859 P0 = ((P_I + P_J + 1) >> 1);
862 temp = P0 | (P1 << 8); // [P0 P1 Q0 Q1]
1059 P0 = P_X + P_A + 1;
1062 P1 = (P0 + Q0) >> 2;
1066 P0 >>= 1;
1074 temp = P0 | (Q0 << 8); //[P0 Q0 R0 S0]
1076 temp |= (R0 << 16); //[P2 P0 Q0 R0
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_VC1.c 621 #define P0(x) psb__trace_message("PARAMS: " #x "\t= %d\n", p->sequence_fields.bits.x)
622 P0(interlace);
623 P0(syncmarker);
624 P0(overlap);
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_VC1.c 627 #define P0(x) psb__trace_message("PARAMS: " #x "\t= %d\n", p->sequence_fields.bits.x)
628 P0(interlace);
629 P0(syncmarker);
630 P0(overlap);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]

Completed in 483 milliseconds

12