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

1 2

  /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...]
  /external/libgsm/inc/
unproto.h 13 #undef P0
proto.h 25 #undef P0
39 # define P0() (void)
53 # define P0() ()
  /external/libgsm/src/
gsm_create.c 34 gsm gsm_create P0()
  /cts/suite/audio_quality/test_description/processing/
calc_thd.py 37 P0 = math.pow(la.norm(fftData[baseSignalLoc - iMargain/2: baseSignalLoc + iMargain/2]), 2)
43 print "P0", P0, "Pothers", Pothers
45 return Pothers / P0
  /external/llvm/include/llvm/ADT/
VariadicFunction.h 154 ResultT operator()(Param0T P0) const {
155 return Func(P0, ArrayRef<const ArgT *>());
159 ResultT operator()(Param0T P0, LLVM_COMMA_JOIN ## N(const ArgT &A)) const { \
161 return Func(P0, makeArrayRef(Args)); \
201 ResultT operator()(Param0T P0, Param1T P1) const {
202 return Func(P0, P1, ArrayRef<const ArgT *>());
206 ResultT operator()(Param0T P0, Param1T P1, \
209 return Func(P0, P1, makeArrayRef(Args)); \
250 ResultT operator()(Param0T P0, Param1T P1, Param2T P2) const {
251 return Func(P0, P1, P2, ArrayRef<const ArgT *>())
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
armVCM4P10_Interpolate_Chroma_s.S 16 .word WidthIs2MVIsNotZero-(P0+8), WidthIs2MVIsNotZero-(P0+8)
17 .word WidthIs4MVIsNotZero-(P0+8), WidthIs4MVIsNotZero-(P0+8)
18 .word WidthIs8MVIsNotZero-(P0+8)
21 .word WidthIs2MVIsZero-(P0+8), WidthIs2MVIsZero-(P0+8)
22 .word WidthIs4MVIsZero-(P0+8), WidthIs4MVIsZero-(P0+8)
23 .word WidthIs8MVIsZero-(P0+8
    [all...]
omxVCM4P10_TransformDequantChromaDCFromPair_s.S 36 P0: add r5, pc
57 .word armVCM4P10_QPDivTable-(P0+8)
omxVCM4P10_PredictIntra_4x4_s.S 16 .word OMX_VC_4x4_VERT-(P0+8), OMX_VC_4x4_HOR-(P0+8)
17 .word OMX_VC_4x4_DC-(P0+8), OMX_VC_4x4_DIAG_DL-(P0+8)
18 .word OMX_VC_4x4_DIAG_DR-(P0+8), OMX_VC_4x4_VR-(P0+8)
19 .word OMX_VC_4x4_HD-(P0+8), OMX_VC_4x4_VL-(P0+8)
20 .word OMX_VC_4x4_HU-(P0+8)
31 P0: ADD pc, r
    [all...]
omxVCM4P10_TransformDequantLumaDCFromPair_s.S 20 P0: ADD r2, pc
64 .word armVCM4P10_QPDivTable-(P0+8)
omxVCM4P10_PredictIntraChroma_8x8_s.S 15 .word OMX_VC_CHROMA_DC-(P0+8), OMX_VC_CHROMA_HOR-(P0+8)
16 .word OMX_VC_CHROMA_VERT-(P0+8), OMX_VC_CHROMA_PLANE-(P0+8)
34 P0: ADD pc,r8
omxVCM4P10_PredictIntra_16x16_s.S 20 .word OMX_VC_16X16_VERT-(P0+8), OMX_VC_16X16_HOR-(P0+8)
21 .word OMX_VC_16X16_DC-(P0+8), OMX_VC_16X16_PLANE-(P0+8)
42 P0: ADD pc,r9
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.S 30 P0: ADD r11, pc
122 .word armVCM4P10_QPModuloTable-(P0+8)
  /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/libvpx/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 376 Abs v14, v13, v2, v3 ;# |P1 - P0|
390 Abs v14, v13, v3, v4 ;# |P0 - Q0|
421 lvx v3, r7, r3 ;# P0
433 .macro common_adjust P0, Q0, P1, Q1, HEV_PRESENT
435 vxor \P0, \P0, v11 ;# SP0
443 vsubsbs v14, \Q0, \P0 ;# -126 <= X = Q0-P0 <= +126
446 vaddsbs v13, v13, v14 ;# A = c( c(P1-Q1) + 3*(Q0-P0))
460 vaddsbs \P0, \P0, v15 ;# u2 = c (SP0 + f2
    [all...]
filter_bilinear_altivec.asm 131 .macro vfilter_16 P0 P1
132 vmuleub v22, \P0, v20 ;# 64 + 4 positive taps
134 vmuloub v23, \P0, v20
144 vmrghh \P0, v22, v23 ;# v18 v19 = 16-bit result in order
146 vpkuhus \P0, \P0, v23 ;# P0 = 8-bit result
filter_altivec.asm 66 .macro vinterp_no_store P0 P1 P2 P3 P4 P5
67 vmuleub v8, \P0, v0 ;# 64 + 4 positive taps
69 vmuloub v8, \P0, v0
85 vpkuhus \P0, v18, v19 ;# P0 = 8-bit result
88 .macro vinterp_no_store_8x8 P0 P1 P2 P3 P4 P5
89 vmuleub v24, \P0, v13 ;# 64 + 4 positive taps
91 vmuloub v24, \P0, v13
107 vpkuhus \P0, v23, v24 ;# P0 = 8-bit resul
    [all...]
variance_subpixel_altivec.asm 107 .macro vfilter_16 P0 P1
108 vmuleub v22, \P0, v20 ;# 64 + 4 positive taps
110 vmuloub v23, \P0, v20
120 vmrghh \P0, v22, v23 ;# v18 v19 = 16-bit result in order
122 vpkuhus \P0, \P0, v23 ;# P0 = 8-bit result
  /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/Gallery2/jni_mosaic/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);
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 157 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,
162 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,
  /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)));
  /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...]
  /external/llvm/unittests/Analysis/
ScalarEvolutionTest.cpp 60 const SCEV *P0 = SE.getAddExpr(S0, S0);
64 const SCEVMulExpr *M0 = cast<SCEVMulExpr>(P0);

Completed in 400 milliseconds

1 2