Searched defs:P3 (Results 1 - 10 of 10) sorted by relevance

/external/clang/test/Modules/Inputs/
H A Dredecl-merge-left.h46 @protocol P3, P4; variable
48 @protocol P3; variable
H A Dredecl-merge-right.h51 @protocol P4, P3; variable
52 @protocol P3; variable
53 @protocol P3; variable
54 @protocol P3; variable
/external/libgsm/inc/
H A Dproto.h28 #undef P3 macro
42 # define P3(x, a, b, c) (a, b, c) macro
56 # define P3(x, a, b, c) x a; b; c; macro
H A Dunproto.h16 #undef P3 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
96 P3 = 6.61375632143793436117e-05, /* 0x3F11566A, 0xAF25DE2C */ variable
146 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A De_pow.c86 P3 = 6.61375632143793436117e-05, /* 0x3F11566A, 0xAF25DE2C */ variable
301 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
/external/qemu/distrib/sdl-1.2.12/src/video/
H A De_pow.h82 P3 = 6.61375632143793436117e-05, /* 0x3F11566A, 0xAF25DE2C */ variable
294 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
/external/openssl/crypto/modes/
H A Dgcm128.c1479 P3[]= {0xd9,0x31,0x32,0x25,0xf8,0x84,0x06,0xe5,0xa5,0x59,0x09,0xc5,0xaf,0xf5,0x26,0x9a, local
/external/svox/pico/lib/
H A Dpicopam.c270 #define P3 2 macro
1642 outVect[P3] = phonVect[nOffs];
1690 case P3:
1910 sDest[1] = pam->sPhFeats[P3]; /*phonetic id*/
4196 pam->sSyllFeats[pam->nCurrSyllable].phoneV[P3] = 1;
4616 && (pam->sSyllFeats[pam->nCurrSyllable].phoneV[P3] == 1)) {
/external/qemu/
H A Dmips-dis.c1133 #define P3 INSN_4650
1789 {"mad", "s,t", 0x70000000, 0xfc00ffff, RD_s|RD_t|MOD_HILO, 0, P3 },
1790 {"madu", "s,t", 0x70000001, 0xfc00ffff, RD_s|RD_t|MOD_HILO, 0, P3 },
1940 {"mul", "d,v,t", 0x70000002, 0xfc0007ff, WR_d|RD_s|RD_t|WR_HILO, 0, I32|P3|N55},
1132 #define P3 macro

Completed in 779 milliseconds