Searched defs:P1 (Results 1 - 16 of 16) sorted by relevance

/external/clang/test/CodeGenCXX/
H A DPR5863-unreachable-block.cpp6 void P1() { function
/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/fdlibm/
H A De_exp.c34 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
35 * (where z=r*r, and the values of P1 to P5 are listed below)
38 * | 2.0+P1*z+...+P5*z - R(z) | <= 2
49 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
94 P1 = 1.66666666666666019037e-01, /* 0x3FC55555, 0x5555553E */ variable
146 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A De_pow.c84 P1 = 1.66666666666666019037e-01, /* 0x3FC55555, 0x5555553E */ variable
301 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
/external/llvm/unittests/Analysis/
H A DScalarEvolutionTest.cpp61 const SCEV *P1 = SE.getAddExpr(S1, S1); local
65 const SCEVMulExpr *M1 = cast<SCEVMulExpr>(P1);
/external/qemu/distrib/sdl-1.2.12/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/llvm/include/llvm/ADT/
H A DSTLExtras.h231 static inline int array_pod_sort_comparator(const void *P1, const void *P2) { argument
232 if (*reinterpret_cast<const T*>(P1) < *reinterpret_cast<const T*>(P2))
234 if (*reinterpret_cast<const T*>(P2) < *reinterpret_cast<const T*>(P1))
/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp290 const Value *P1 = Earlier.Ptr->stripPointerCasts(); local
295 if (P1 == P2) {
326 const Value *UO1 = GetUnderlyingObject(P1, &TD),
346 const Value *BP1 = GetPointerBaseWithConstantOffset(P1, EarlierOff, TD);
/external/clang/include/clang/Analysis/
H A DProgramPoint.h72 ProgramPoint(const void *P1, const void *P2, Kind k, const LocationContext *l, argument
74 : Data(P1, P2), K(k), L(l), Tag(tag) {}
/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/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/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp670 static int ConstantIntSortPredicate(const void *P1, const void *P2) { argument
671 const ConstantInt *LHS = *(const ConstantInt**)P1;
/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/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp2970 int *P1 = NULL, *P2 = NULL; member in namespace:test61
2979 if (P1 == NULL) {
2980 P1 = &GLOB;
2981 *P1 = 1;
2990 if (P1) {
2992 P2 = P1;
2993 P1 = NULL;
/external/valgrind/unittest/
H A Dracecheck_unittest.cc2648 int *P1 = NULL, *P2 = NULL; member in namespace:test61
2657 if (P1 == NULL) {
2658 P1 = &GLOB;
2659 *P1 = 1;
2668 if (P1) {
2670 P2 = P1;
2671 P1 = NULL;

Completed in 195 milliseconds