Searched defs:P3 (Results 1 - 17 of 17) sorted by last modified time

/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/disas/
H A Dmips.c1146 #define P3 INSN_4650
1802 {"mad", "s,t", 0x70000000, 0xfc00ffff, RD_s|RD_t|MOD_HILO, 0, P3 },
1803 {"madu", "s,t", 0x70000001, 0xfc00ffff, RD_s|RD_t|MOD_HILO, 0, P3 },
1953 {"mul", "d,v,t", 0x70000002, 0xfc0007ff, WR_d|RD_s|RD_t|WR_HILO, 0, I32|P3|N55},
1145 #define P3 macro
/external/qemu/distrib/sdl-1.2.15/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcf2hints.c1636 FT_Vector P0, P1, P2, P3; local
1667 P3.x = x3 + xOffset3;
1668 P3.y = y3 + yOffset3;
1698 glyphpath->prevElemP3 = P3;
/external/openssl/crypto/modes/
H A Dgcm128.c1599 P3[]= {0xd9,0x31,0x32,0x25,0xf8,0x84,0x06,0xe5,0xa5,0x59,0x09,0xc5,0xaf,0xf5,0x26,0x9a, local
/external/llvm/unittests/IR/
H A DConstantsTest.cpp182 Constant *P3 = ConstantExpr::getTrunc(P0, Int1Ty); local
237 CHECK(ConstantExpr::getSelect(P3, P0, P4), "select i1 " P3STR ", i32 " P0STR
/external/llvm/lib/Support/
H A DScaledNumber.cpp30 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR; local
40 addWithCarry(P3);
/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/libcxx/test/utilities/utility/pairs/pairs.pair/
H A Dpiecewise.pass.cpp28 typedef std::pair<P1, P2> P3; typedef
29 P3 p3(std::piecewise_construct, std::tuple<int, int*>(3, nullptr),
/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/freetype/src/cff/
H A Dcf2hints.c1733 FT_Vector P0, P1, P2, P3; local
1764 P3.x = x3 + xOffset3;
1765 P3.y = y3 + yOffset3;
1795 glyphpath->prevElemP3 = P3;
/external/clang/test/Modules/Inputs/
H A Dcategory_top.h22 @protocol P3, P4; variable
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/chromium_org/third_party/freetype/src/cff/
H A Dcf2hints.c1622 FT_Vector P0, P1, P2, P3; local
1653 P3.x = x3 + xOffset3;
1654 P3.y = y3 + yOffset3;
1684 glyphpath->prevElemP3 = P3;

Completed in 4966 milliseconds