Searched defs:P1 (Results 1 - 25 of 44) sorted by last modified time

12

/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp2972 int *P1 = NULL, *P2 = NULL; member in namespace:test61
2981 if (P1 == NULL) {
2982 P1 = &GLOB;
2983 *P1 = 1;
2992 if (P1) {
2994 P2 = P1;
2995 P1 = NULL;
/external/svox/pico/lib/
H A Dpicopam.c268 #define P1 0 /*field 1 of the input vector*/ macro
1632 outVect[P1] = phonVect[nOffs1];
1634 outVect[P1] = PICOPAM_PH_DONT_CARE_VAL;
1688 case P1:
3118 if ((pam->sSyllFeats[pam->nCurrSyllable].phoneV[P1]
3160 if (pam->sSyllFeats[pam->nCurrSyllable].phoneV[P1] == 0) {
3492 if ((pam->sSyllFeats[pam->nCurrSyllable].phoneV[P1]
3517 if ((pam->sSyllFeats[pam->nCurrSyllable].phoneV[P1]
4034 && (pam->sSyllFeats[pam->nCurrSyllable].phoneV[P1]
4122 if (pam->sSyllFeats[pam->nCurrSyllable].phoneV[P1] !
[all...]
/external/speex/libspeex/
H A Dpreprocess.c843 spx_word16_t P1; local
859 P1 = QCONST16(.199f,15)+MULT16_16_Q15(QCONST16(.8f,15),qcurve (st->zeta[i]));
860 q = Q15_ONE-MULT16_16_Q15(Pframe,P1);
/external/qemu/distrib/sdl-1.2.15/src/video/
H A De_pow.h80 P1 = 1.66666666666666019037e-01, /* 0x3FC55555, 0x5555553E */ variable
294 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcf2hints.c1563 FT_Vector P0, P1; local
1581 P1.x = x + xOffset;
1582 P1.y = y + yOffset;
1592 glyphpath->offsetStart1 = P1; /* record second point */
1602 P1,
1610 glyphpath->prevElemP1 = P1;
1636 FT_Vector P0, P1, P2, P3; local
1662 P1.x = x1 + xOffset1;
1663 P1.y = y1 + yOffset1;
1678 glyphpath->offsetStart1 = P1; /* recor
[all...]
/external/opencv/cvaux/src/
H A Dcvmorphcontours.cpp74 double _cvStretchingWork(CvPoint2D32f* P1,
83 double _cvStretchingWork(CvPoint2D32f* P1, argument
88 L1 = sqrt( (double)P1->x*P1->x + P1->y*P1->y);
/external/openssl/crypto/modes/
H A Dgcm128.c1582 *P1=NULL, local
1794 #define P19 P1
/external/llvm/unittests/Analysis/
H A DScalarEvolutionTest.cpp61 const SCEV *P1 = SE.getAddExpr(S1, S1); local
65 const SCEVMulExpr *M1 = cast<SCEVMulExpr>(P1);
/external/llvm/unittests/IR/
H A DConstantsTest.cpp180 Constant *P1 = ConstantExpr::getUIToFP(P0, FloatTy); local
198 CHECK(ConstantExpr::getFNeg(P1), "fsub float -0.000000e+00, " P1STR);
205 CHECK(ConstantExpr::getFAdd(P1, P1), "fadd float " P1STR ", " P1STR);
207 CHECK(ConstantExpr::getFSub(P1, P1), "fsub float " P1STR ", " P1STR);
209 CHECK(ConstantExpr::getFMul(P1, P1), "fmul float " P1STR ", " P1STR);
212 CHECK(ConstantExpr::getFDiv(P1, P1), "fdi
[all...]
/external/llvm/include/llvm/ADT/
H A DSTLExtras.h301 inline int array_pod_sort_comparator(const void *P1, const void *P2) { argument
302 if (std::less<T>()(*reinterpret_cast<const T*>(P1),
306 *reinterpret_cast<const T*>(P1)))
H A DVariadicFunction.h201 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 { argument
251 return Func(P0, P1, P2, ArrayRef<const ArgT *>());
255 ResultT operator()(Param0T P0, Param1T P1, Param2T P2, \
258 return Func(P0, P1, P2, makeArrayRef(Args)); \
/external/llvm/lib/IR/
H A DLegacyPassManager.cpp851 Pass *P1 = *I; local
852 if (P1->getAsImmutablePass() == nullptr &&
854 P1->getPassID()) ==
/external/llvm/lib/Support/
H A DScaledNumber.cpp30 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR; local
33 uint64_t Upper = P1, Lower = P4;
/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp350 const Value *P1 = Earlier.Ptr->stripPointerCasts(); local
355 if (P1 == P2) {
383 const Value *UO1 = GetUnderlyingObject(P1, DL),
402 const Value *BP1 = GetPointerBaseWithConstantOffset(P1, EarlierOff, DL);
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp714 static int ConstantIntSortPredicate(ConstantInt *const *P1, argument
716 const ConstantInt *LHS = *P1;
/external/linux-tools-perf/perf-3.12.0/arch/blackfin/lib/
H A Dmemcpy.S36 P1 = R1 ; /* src*/ define
64 R3 = B[P1++] (X);
74 I1 = P1;
91 P1 = I1; /* in case there's something left, */ define
99 R1 = B[P1++] (X);
114 P1 = P1 + P2; define
115 P1 += -1;
118 R1 = B[P1--] (X);
H A Dmemset.S39 P1 = P2 >> 2; /* count = n/4 */ define
45 LSETUP (.Lquad_loop , .Lquad_loop) LC0=P1;
75 P1 = R0; define
81 P2 -= P1; /* reduce count */
/external/libgsm/inc/
H A Dproto.h26 #undef P1 macro
40 # define P1(x, a) (a) macro
54 # define P1(x, a) x a; macro
H A Dunproto.h14 #undef P1 macro
/external/libcxx/test/utilities/utility/pairs/pair.astuple/
H A Dtuple_element.pass.cpp21 typedef std::pair<int, short> P1; typedef
22 static_assert((std::is_same<std::tuple_element<0, P1>::type, int>::value), "");
23 static_assert((std::is_same<std::tuple_element<1, P1>::type, short>::value), "");
26 typedef std::pair<int*, char> P1; typedef
27 static_assert((std::is_same<std::tuple_element<0, P1>::type, int*>::value), "");
28 static_assert((std::is_same<std::tuple_element<1, P1>::type, char>::value), "");
H A Dtuple_size.pass.cpp21 typedef std::pair<int, short> P1; typedef
22 static_assert((std::tuple_size<P1>::value == 2), "");
/external/libcxx/test/utilities/utility/pairs/pairs.pair/
H A Dassign_const_pair_U_V.pass.cpp22 typedef std::pair<int, short> P1; typedef
24 P1 p1(3, 4);
H A Dassign_rv_pair_U_V.pass.cpp34 typedef std::pair<std::unique_ptr<Derived>, short> P1; typedef
36 P1 p1(std::unique_ptr<Derived>(), 4);
H A Dconst_pair_U_V.pass.cpp22 typedef std::pair<int, short> P1; typedef
24 P1 p1(3, 4);
32 typedef std::pair<int, short> P1; typedef
34 constexpr P1 p1(3, 4);
H A Dcopy_ctor.pass.cpp22 typedef std::pair<int, short> P1; typedef
23 P1 p1(3, 4);
24 P1 p2 = p1;
33 typedef std::pair<int, short> P1; typedef
34 constexpr P1 p1(3, 4);
35 constexpr P1 p2 = p1;

Completed in 6857 milliseconds

12