Searched defs:P5 (Results 1 - 8 of 8) sorted by relevance

/external/libgsm/inc/
H A Dproto.h30 #undef P5 macro
44 # define P5(x, a, b, c, d, e) (a, b, c, d, e) macro
58 # define P5(x, a, b, c, d, e) x a; b; c; d; e; macro
H A Dunproto.h18 #undef P5 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
35 * (where z=r*r, and the values of P1 to P5 are listed below)
38 * | 2.0+P1*z+...+P5*z - R(z) | <= 2
49 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
98 P5 = 4.13813679705723846039e-08; /* 0x3E663769, 0x72BEA4D0 */ variable
146 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A De_pow.c88 P5 = 4.13813679705723846039e-08, /* 0x3E663769, 0x72BEA4D0 */ variable
301 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
/external/llvm/unittests/IR/
H A DConstantsTest.cpp184 Constant *P5 = ConstantExpr::getUIToFP(P4, FloatTy); local
241 CHECK(ConstantExpr::getFCmp(CmpInst::FCMP_ULT, P1, P5), "fcmp ult float "
/external/qemu/distrib/sdl-1.2.15/src/video/
H A De_pow.h84 P5 = 4.13813679705723846039e-08, /* 0x3E663769, 0x72BEA4D0 */ variable
294 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
/external/openssl/crypto/modes/
H A Dgcm128.c1627 #define P5 P4 macro
1638 #define P6 P5
/external/svox/pico/lib/
H A Dpicopam.c272 #define P5 4 macro
1653 outVect[P5] = phonVect[nOffs1];
1655 outVect[P5] = PICOPAM_PH_DONT_CARE_VAL;
1692 case P5:
3547 case PICOPAM_DIR_FORW: /*remember : content syllable indicator already on P5*/
3552 if (pam->sSyllFeats[pam->nCurrSyllable].phoneV[P5] == 1)
3662 if (pam->sSyllFeats[pam->nCurrSyllable].phoneV[P5] == 1)
3694 if (pam->sSyllFeats[pam->nCurrSyllable].phoneV[P5] == 1)
3714 if (pam->sSyllFeats[pam->nCurrSyllable].phoneV[P5] == 1)
4345 pam->sSyllFeats[pam->nCurrSyllable].phoneV[P5]
[all...]

Completed in 481 milliseconds