Searched defs:P4 (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/Modules/Inputs/
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/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/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/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/clang/include/clang/ASTMatchers/
H A DASTMatchers.h949 anyOf(const M1 &P1, const M2 &P2, const M3 &P3, const M4 &P4) { argument
950 return anyOf(P1, anyOf(P2, anyOf(P3, P4)));
958 anyOf(const M1 &P1, const M2 &P2, const M3 &P3, const M4 &P4, const M5 &P5) { argument
959 return anyOf(P1, anyOf(P2, anyOf(P3, anyOf(P4, P5))));
/external/openssl/crypto/modes/
H A Dgcm128.c1493 static const u8 P4[]= {0xd9,0x31,0x32,0x25,0xf8,0x84,0x06,0xe5,0xa5,0x59,0x09,0xc5,0xaf,0xf5,0x26,0x9a, local
1507 #define P5 P4
/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 126 milliseconds