HomeSort by relevance Sort by last modified time
    Searched refs:P0 (Results 1 - 25 of 34) 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/chromium_org/chrome/browser/sync/test/integration/performance/
dictionary_sync_perf_test.cc 21 IN_PROC_BROWSER_TEST_F(DictionarySyncPerfTest, P0) {
bookmarks_sync_perf_test.cc 86 IN_PROC_BROWSER_TEST_F(BookmarksSyncPerfTest, P0) {
extensions_sync_perf_test.cc 78 IN_PROC_BROWSER_TEST_F(ExtensionsSyncPerfTest, P0) {
passwords_sync_perf_test.cc 78 #define MAYBE_P0 P0
typed_urls_sync_perf_test.cc 97 IN_PROC_BROWSER_TEST_F(TypedUrlsSyncPerfTest, P0) {
  /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...]
  /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/Camera2/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/freetype/src/cff/
cf2hints.c     [all...]
  /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,

Completed in 495 milliseconds

1 2