Searched defs:P4 (Results 1 - 13 of 13) sorted by path

/external/clang/test/Modules/Inputs/
H A Dcategory_top.h22 @protocol P3, P4; variable
H A Dredecl-merge-bottom.h5 @protocol P4; variable
6 @protocol P4; variable
7 @protocol P4; variable
H A Dredecl-merge-left.h46 @protocol P3, P4; variable
H A Dredecl-merge-right.h51 @protocol P4, P3; variable
/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
97 P4 = -1.65339022054652515390e-06, /* 0xBEBBBD41, 0xC5D26BF1 */ variable
146 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A De_pow.c87 P4 = -1.65339022054652515390e-06, /* 0xBEBBBD41, 0xC5D26BF1 */ variable
301 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
/external/libgsm/inc/
H A Dproto.h29 #undef P4 macro
43 # define P4(x, a, b, c, d) (a, b, c, d) macro
57 # define P4(x, a, b, c, d) x a; b; c; d; macro
H A Dunproto.h17 #undef P4 macro
/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/unittests/IR/
H A DConstantsTest.cpp183 Constant *P4 = ConstantExpr::getPtrToInt(Global2, Int32Ty); local
184 Constant *P5 = ConstantExpr::getUIToFP(P4, FloatTy);
185 Constant *P6 = ConstantExpr::getBitCast(P4, VectorType::get(Int16Ty, 2));
237 CHECK(ConstantExpr::getSelect(P3, P0, P4), "select i1 " P3STR ", i32 " P0STR
239 CHECK(ConstantExpr::getICmp(CmpInst::ICMP_EQ, P0, P4), "icmp eq i32 " P0STR
/external/openssl/crypto/modes/
H A Dgcm128.c1613 static const u8 P4[]= {0xd9,0x31,0x32,0x25,0xf8,0x84,0x06,0xe5,0xa5,0x59,0x09,0xc5,0xaf,0xf5,0x26,0x9a, local
1627 #define P5 P4
/external/qemu/distrib/sdl-1.2.15/src/video/
H A De_pow.h83 P4 = -1.65339022054652515390e-06, /* 0xBEBBBD41, 0xC5D26BF1 */ variable
294 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
/external/svox/pico/lib/
H A Dpicopam.c271 #define P4 3 macro
1647 outVect[P4] = phonVect[nOffs1];
1649 outVect[P4] = PICOPAM_PH_DONT_CARE_VAL;
1691 case P4:
4199 pam->sSyllFeats[pam->nCurrSyllable].phoneV[P4] = 1;
4624 && (pam->sSyllFeats[pam->nCurrSyllable].phoneV[P4] == 1)) {

Completed in 330 milliseconds