Searched defs:P2 (Results 1 - 17 of 17) sorted by relevance

/external/libgsm/inc/
H A Dproto.h27 #undef P2 macro
41 # define P2(x, a, b) (a, b) macro
55 # define P2(x, a, b) x a; b; macro
H A Dunproto.h15 #undef P2 macro
/external/clang/test/Sema/
H A Dconst-eval.c87 float _Complex P2 = 3.3f + P; local
H A Dwarn-cast-align.c16 const volatile void *P2 = P; local
17 char *d = (char*) P2;
18 short *e = (short*) P2;
19 int *f = (int*) P2;
21 const char *g = (const char*) P2;
22 const short *h = (const short*) P2;
23 const int *i = (const int*) P2;
25 const volatile char *j = (const volatile char*) P2;
26 const volatile short *k = (const volatile short*) P2;
27 const volatile int *l = (const volatile int*) P2;
[all...]
/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
49 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
95 P2 = -2.77777777770155933842e-03, /* 0xBF66C16C, 0x16BEBD93 */ variable
146 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A De_pow.c85 P2 = -2.77777777770155933842e-03, /* 0xBF66C16C, 0x16BEBD93 */ variable
301 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
/external/llvm/unittests/Analysis/
H A DScalarEvolutionTest.cpp62 const SCEV *P2 = SE.getAddExpr(S2, S2); local
66 const SCEVMulExpr *M2 = cast<SCEVMulExpr>(P2);
/external/qemu/distrib/sdl-1.2.12/src/video/
H A De_pow.h81 P2 = -2.77777777770155933842e-03, /* 0xBF66C16C, 0x16BEBD93 */ 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.cpp291 const Value *P2 = Later.Ptr->stripPointerCasts(); local
295 if (P1 == P2) {
327 *UO2 = GetUnderlyingObject(P2, &TD);
347 const Value *BP2 = GetPointerBaseWithConstantOffset(P2, LaterOff, 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.cpp75 CvPoint2D32f* P2);
84 CvPoint2D32f* P2)
89 L2 = sqrt( (double)P2->x*P2->x + P2->y*P2->y);
83 _cvStretchingWork(CvPoint2D32f* P1, CvPoint2D32f* P2) argument
/external/clang/test/CodeGen/
H A Dx86_64-arguments.c147 struct f23S f24(struct f23S *X, struct f24s *P2) { argument
150 // CHECK: define { i64, i32 } @f24(%struct.f23S* %X, %struct.f24s* %P2)
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp670 static int ConstantIntSortPredicate(const void *P1, const void *P2) { argument
672 const ConstantInt *RHS = *(const ConstantInt**)P2;
/external/svox/pico/lib/
H A Dpicopam.c269 #define P2 1 macro
1638 outVect[P2] = phonVect[nOffs1];
1640 outVect[P2] = PICOPAM_PH_DONT_CARE_VAL;
1689 case P2:
4193 pam->sSyllFeats[pam->nCurrSyllable].phoneV[P2] = 1;
4609 if (pam->sSyllFeats[pam->nCurrSyllable].phoneV[P2] == 1) {
4795 if (pam->sSyllFeats[pam->nCurrSyllable].phoneV[P2] == 1) {
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp2970 int *P1 = NULL, *P2 = NULL; member in namespace:test61
2992 P2 = P1;
2997 *P2 = 2;
/external/valgrind/unittest/
H A Dracecheck_unittest.cc2648 int *P1 = NULL, *P2 = NULL; member in namespace:test61
2670 P2 = P1;
2675 *P2 = 2;

Completed in 457 milliseconds