Searched refs:P5 (Results 1 - 21 of 21) sorted by relevance

/external/libgsm/inc/
H A Dunproto.h18 #undef P5 macro
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
/external/webrtc/src/system_wrappers/interface/
H A Dref_count.h60 template<typename P1, typename P2, typename P3, typename P4, typename P5>
61 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5)
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
H A DSecP192K1Field.java16 private static final int P5 = 0xFFFFFFFF; field in class:SecP192K1Field
23 if (c != 0 || (z[5] == P5 && Nat192.gte(z, P)))
44 if (c != 0 || (z[5] == P5 && Nat192.gte(z, P)))
53 if (z[5] == P5 && Nat192.gte(z, P))
111 if (c != 0 || (z[5] == P5 && Nat192.gte(z, P)))
120 || (z[5] == P5 && Nat192.gte(z, P)))
172 if (c != 0 || (z[5] == P5 && Nat192.gte(z, P)))
H A DSecP192R1Field.java18 private static final int P5 = 0xFFFFFFFF; field in class:SecP192R1Field
24 if (c != 0 || (z[5] == P5 && Nat192.gte(z, P)))
45 if (c != 0 || (z[5] == P5 && Nat192.gte(z, P)))
54 if (z[5] == P5 && Nat192.gte(z, P))
158 || (z[5] == P5 && Nat192.gte(z, P)))
189 || (z[5] == P5 && Nat192.gte(z, P)))
241 if (c != 0 || (z[5] == P5 && Nat192.gte(z, P)))
/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/libgsm/src/
H A Drpe.c256 static void APCM_quantization P5((xM,xMc,mant_out,exp_out,xmaxc_out),
449 void Gsm_RPE_Encoding P5((S,e,xmaxc,Mc,xMc),
472 void Gsm_RPE_Decoding P5((S, xmaxcr, Mcr, xMcr, erp),
H A Dshort_term.c265 static void Short_term_synthesis_filtering P5((S,rrp,k,wt,sr),
309 static void Fast_Short_term_synthesis_filtering P5((S,rrp,k,wt,sr),
H A Dlong_term.c49 static void Cut_Calculation_of_the_LTP_parameters P5((st, d,dp,bc_out,Nc_out),
293 static void Cut_Calculation_of_the_LTP_parameters P5((st, d,dp,bc_out,Nc_out),
637 static void Cut_Fast_Calculation_of_the_LTP_parameters P5((st,
905 void Gsm_Long_Term_Synthesis_Filtering P5((S,Ncr,bcr,erp,drp),
/external/v8/src/
H A Dhydrogen.h1214 template<class I, class P1, class P2, class P3, class P4, class P5>
1215 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) {
1219 template<class I, class P1, class P2, class P3, class P4, class P5>
1220 I* New(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) {
1224 template<class I, class P1, class P2, class P3, class P4, class P5>
1225 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) {
1229 template<class I, class P1, class P2, class P3, class P4, class P5>
1230 I* Add(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) {
1234 template<class I, class P1, class P2, class P3, class P4, class P5, class P6>
1235 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p
[all...]
H A Dhydrogen-instructions.h987 #define DECLARE_INSTRUCTION_FACTORY_P5(I, P1, P2, P3, P4, P5) \
994 P5 p5) { \
998 #define DECLARE_INSTRUCTION_FACTORY_P6(I, P1, P2, P3, P4, P5, P6) \
1005 P5 p5, \
1040 #define DECLARE_INSTRUCTION_WITH_CONTEXT_FACTORY_P5(I, P1, P2, P3, P4, P5) \
1047 P5 p5) { \
/external/libvpx/libvpx/vp8/common/ppc/
H A Dfilter_altivec.asm66 .macro vinterp_no_store P0 P1 P2 P3 P4 P5
73 Msum v16, v17, \P5, v5, v8
88 .macro vinterp_no_store_8x8 P0 P1 P2 P3 P4 P5
95 Msum v21, v22, \P5, v18, v25
111 .macro Vinterp P0 P1 P2 P3 P4 P5
112 vinterp_no_store \P0, \P1, \P2, \P3, \P4, \P5
118 .macro luma_v P0, P1, P2, P3, P4, P5
119 addi r9, r9, 16 ;# P5 = newest input row
120 lvx \P5, 0, r9
121 Vinterp \P0, \P1, \P2, \P3, \P4, \P5
[all...]
/external/mdnsresponder/mDNSShared/
H A DDebugServices.h1258 #define DebugLogMsg( LEVEL, FORMAT, P1, P2, P3, P4, P5, P6 ) \
1263 logMsg( ( FORMAT ), ( P1 ), ( P2 ), ( P3 ), ( P4 ), ( P5 ), ( P6 ) ); \
1268 #define DebugLogMsg( LEVEL, FORMAT, P1, P2, P3, P4, P5, P6 )
/external/llvm/unittests/IR/
H A DConstantsTest.cpp186 Constant *P5 = ConstantExpr::getUIToFP(P4, FloatTy); local
243 CHECK(ConstantExpr::getFCmp(CmpInst::FCMP_ULT, P1, P5), "fcmp ult float "
/external/boringssl/linux-arm/crypto/modes/
H A Dghash-armv4.S411 veor d20, d20, d21 @ t2 = (N) (P4 + P5) << 24
449 veor d20, d20, d21 @ t2 = (N) (P4 + P5) << 24
486 veor d20, d20, d21 @ t2 = (N) (P4 + P5) << 24
/external/libunwind/src/ia64/
H A Dunwind_decoder.h269 UNW_DEC_FRGR_MEM(P5, grmask, frmask, arg);
/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...]
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-generated-actions.h1368 #define GMOCK_INTERNAL_COUNT_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) P5
/external/sqlite/dist/orig/
H A Dsqlite3.c9785 #define OP_Function 1 /* synopsis: r[P3]=func(r[P2@P5]) */
9794 #define OP_AggStep 10 /* synopsis: accum=r[P3] step(r[P2@P5]) */
9995 SQLITE_PRIVATE void sqlite3VdbeChangeP5(Vdbe*, u8 P5);
12624 ** Bitfield flags for P5 value in various opcodes.
25084 /* 1 */ "Function" OpHelp("r[P3]=func(r[P2@P5])"),
25093 /* 10 */ "AggStep" OpHelp("accum=r[P3] step(r[P2@P5])"),
[all...]
/external/sqlite/dist/
H A Dsqlite3.c9785 #define OP_Function 1 /* synopsis: r[P3]=func(r[P2@P5]) */
9794 #define OP_AggStep 10 /* synopsis: accum=r[P3] step(r[P2@P5]) */
9995 SQLITE_PRIVATE void sqlite3VdbeChangeP5(Vdbe*, u8 P5);
12624 ** Bitfield flags for P5 value in various opcodes.
25084 /* 1 */ "Function" OpHelp("r[P3]=func(r[P2@P5])"),
25093 /* 10 */ "AggStep" OpHelp("accum=r[P3] step(r[P2@P5])"),
[all...]

Completed in 3096 milliseconds