HomeSort by relevance Sort by last modified time
    Searched defs:P0 (Results 1 - 25 of 32) sorted by null

1 2

  /external/libgsm/src/
gsm_create.c 34 gsm gsm_create P0()
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
omxVCM4P10_TransformDequantChromaDCFromPair_s.S 51 P0: add r5, pc
72 .word armVCM4P10_QPDivTable-(P0+8)
omxVCM4P10_TransformDequantLumaDCFromPair_s.S 35 P0: ADD r2, pc
79 .word armVCM4P10_QPDivTable-(P0+8)
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.S 45 P0: ADD r11, pc
137 .word armVCM4P10_QPModuloTable-(P0+8)
armVCM4P10_Interpolate_Chroma_s.S 31 .word WidthIs2MVIsNotZero-(P0+8), WidthIs2MVIsNotZero-(P0+8)
32 .word WidthIs4MVIsNotZero-(P0+8), WidthIs4MVIsNotZero-(P0+8)
33 .word WidthIs8MVIsNotZero-(P0+8)
36 .word WidthIs2MVIsZero-(P0+8), WidthIs2MVIsZero-(P0+8)
37 .word WidthIs4MVIsZero-(P0+8), WidthIs4MVIsZero-(P0+8)
38 .word WidthIs8MVIsZero-(P0+8
    [all...]
omxVCM4P10_PredictIntraChroma_8x8_s.S 30 .word OMX_VC_CHROMA_DC-(P0+8), OMX_VC_CHROMA_HOR-(P0+8)
31 .word OMX_VC_CHROMA_VERT-(P0+8), OMX_VC_CHROMA_PLANE-(P0+8)
49 P0: ADD pc,r8
omxVCM4P10_PredictIntra_16x16_s.S 34 .word OMX_VC_16X16_VERT-(P0+8), OMX_VC_16X16_HOR-(P0+8)
35 .word OMX_VC_16X16_DC-(P0+8), OMX_VC_16X16_PLANE-(P0+8)
56 P0: ADD pc,r9
omxVCM4P10_PredictIntra_4x4_s.S 31 .word OMX_VC_4x4_VERT-(P0+8), OMX_VC_4x4_HOR-(P0+8)
32 .word OMX_VC_4x4_DC-(P0+8), OMX_VC_4x4_DIAG_DL-(P0+8)
33 .word OMX_VC_4x4_DIAG_DR-(P0+8), OMX_VC_4x4_VR-(P0+8)
34 .word OMX_VC_4x4_HD-(P0+8), OMX_VC_4x4_VL-(P0+8)
35 .word OMX_VC_4x4_HU-(P0+8)
46 P0: ADD pc, r
    [all...]
armVCM4P10_DecodeCoeffsToPair_s.S 52 P0: ADD r6, pc
308 .word armVCM4P10_CAVLCCoeffTokenTables-(P0+8)
  /external/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
const_pair.pass.cpp 32 typedef std::pair<double, char> P0;
34 constexpr P0 p0(2.5, 'a');
35 constexpr T1 t1 = p0;
36 static_assert(std::get<0>(t1) != std::get<0>(p0), "");
37 static_assert(std::get<1>(t1) == std::get<1>(p0), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
const_pair.pass.cpp 32 typedef std::pair<double, char> P0;
34 constexpr P0 p0(2.5, 'a');
35 constexpr T1 t1 = p0;
36 static_assert(std::get<0>(t1) != std::get<0>(p0), "");
37 static_assert(std::get<1>(t1) == std::get<1>(p0), "");
  /external/linux-tools-perf/perf-3.12.0/arch/blackfin/lib/
memcpy.S 35 P0 = R0 ; /* dst*/
66 B[P0++] = R3;
78 [P0++] = R3;
84 MNOP || [P0++] = R3 || R3 = [I1++];
86 [P0++] = R3;
101 B[P0++] = R1;
112 P0 = P0 + P2;
113 P0 += -1;
120 B[P0--] = R1
    [all...]
memset.S 27 P0 = R0 ; /* P0 = address */
47 [P0++] = R2;
49 CC = P0 == P2;
55 R3 = P0; /* current position */
66 B[P0++] = R1;
76 R0 = P0; /* Recover return address */
78 B[P0++] = R1;
83 B[P0++] = R1;
84 B[P0++] = R1
    [all...]
  /external/libgsm/inc/
proto.h 25 #undef P0
39 # define P0() (void)
53 # define P0() ()
unproto.h 13 #undef P0
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cbrt.c 30 P0 = 1.87595182427177009643, /* 0x3ffe03e6, 0x0f61e692 */
89 t=t*((P0+r*(P1+r*P2))+((r*r)*r)*(P3+r*P4));
  /external/chromium_org/third_party/skia/experimental/Intersection/
LineUtilities.cpp 55 // Input: three points P0, P1, and P2
56 // Return: >0 for P2 left of the line through P0 and P1
60 // return (float) ((P1.x - P0.x)*(P2.y - P0.y) - (P2.x - P0.x)*(P1.y - P0.y));
62 _Vector P0 = line[1] - line[0];
64 return P0.cross(P2);
  /external/skia/experimental/Intersection/
LineUtilities.cpp 55 // Input: three points P0, P1, and P2
56 // Return: >0 for P2 left of the line through P0 and P1
60 // return (float) ((P1.x - P0.x)*(P2.y - P0.y) - (P2.x - P0.x)*(P1.y - P0.y));
62 _Vector P0 = line[1] - line[0];
64 return P0.cross(P2);
  /external/llvm/unittests/Analysis/
ScalarEvolutionTest.cpp 60 const SCEV *P0 = SE.getAddExpr(S0, S0);
64 const SCEVMulExpr *M0 = cast<SCEVMulExpr>(P0);
  /bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
b_tgamma.c 97 #define P0 6.21389571821820863029017800727e-01
255 p = P0 + z*(P1 + z*(P2 + z*(P3 + z*P4)));
  /external/llvm/unittests/IR/
ConstantsTest.cpp 179 Constant *P0 = ConstantExpr::getPtrToInt(Global, Int32Ty);
180 Constant *P1 = ConstantExpr::getUIToFP(P0, FloatTy);
181 Constant *P2 = ConstantExpr::getUIToFP(P0, DoubleTy);
182 Constant *P3 = ConstantExpr::getTrunc(P0, Int1Ty);
197 CHECK(ConstantExpr::getNeg(P0), "sub i32 0, " P0STR);
199 CHECK(ConstantExpr::getNot(P0), "xor i32 " P0STR ", -1");
200 CHECK(ConstantExpr::getAdd(P0, P0), "add i32 " P0STR ", " P0STR);
201 CHECK(ConstantExpr::getAdd(P0, P0, false, true), "add nsw i32 " P0STR ",
    [all...]
  /development/perftests/panorama/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);
  /packages/apps/Camera/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);
  /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/chromium_org/third_party/freetype/src/cff/
cf2hints.c     [all...]

Completed in 820 milliseconds

1 2