Searched refs:P5 (Results 1 - 23 of 23) 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/chromium/base/
H A Dbind.h76 typename P5>
78 P5> >
80 const P5& p5) {
82 new internal::InvokerStorage5<Sig, P1, P2, P3, P4, P5>(
87 typename P5, typename P6>
89 P5, P6> >
91 const P5& p5, const P6& p6) {
93 new internal::InvokerStorage6<Sig, P1, P2, P3, P4, P5, P6>(
H A Dbind_internal.h1222 typename P5>
1244 COMPILE_ASSERT(!internal::UnsafeBindtoRefCountedArg<P5>::value,
1262 const P4& p4, const P5& p5)
1267 p5_(static_cast<typename ParamTraits<P5>::StorageType>(p5)) {
1280 typename ParamTraits<P5>::StorageType p5_;
1284 typename P5, typename P6>
1306 COMPILE_ASSERT(!internal::UnsafeBindtoRefCountedArg<P5>::value,
1327 const P4& p4, const P5& p5, const P6& p6)
1332 p5_(static_cast<typename ParamTraits<P5>::StorageType>(p5)),
1346 typename ParamTraits<P5>
[all...]
/external/webkit/Source/WebCore/dom/
H A DCrossThreadTask.h194 template<typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3, typename P4, typename MP4, typename P5, typename MP5>
198 typedef CrossThreadTask5<P1, MP1, P2, MP2, P3, MP3, P4, MP4, P5, MP5> CrossThreadTask;
203 typedef typename CrossThreadTaskTraits<P5>::ParamType Param5;
232 P5 m_parameter5;
235 template<typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3, typename P4, typename MP4, typename P5, typename MP5, typename P6, typename MP6>
239 typedef CrossThreadTask6<P1, MP1, P2, MP2, P3, MP3, P4, MP4, P5, MP5, P6, MP6> CrossThreadTask;
244 typedef typename CrossThreadTaskTraits<P5>::ParamType Param5;
275 P5 m_parameter5;
279 template<typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3, typename P4, typename MP4, typename P5, typename MP5, typename P6, typename MP6, typename P7, typename MP7>
283 typedef CrossThreadTask7<P1, MP1, P2, MP2, P3, MP3, P4, MP4, P5, MP
[all...]
/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/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/webkit/Source/WebKit2/Platform/CoreIPC/
H A DHandleMessage.h40 template<typename C, typename MF, typename P1, typename P2, typename P3, typename P4, typename P5>
41 void callMemberFunction(const Arguments5<P1, P2, P3, P4, P5>& args, C* object, MF function)
46 template<typename C, typename MF, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6>
47 void callMemberFunction(const Arguments6<P1, P2, P3, P4, P5, P6>& args, C* object, MF function)
52 template<typename C, typename MF, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6, typename P7>
53 void callMemberFunction(const Arguments7<P1, P2, P3, P4, P5, P6, P7>& args, C* object, MF function)
144 template<typename C, typename MF, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6, typename R1>
145 void callMemberFunction(const Arguments6<P1, P2, P3, P4, P5, P6>& args, Arguments1<R1>& replyArgs, C* object, MF function)
150 template<typename C, typename MF, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6, typename P7, typename R1>
151 void callMemberFunction(const Arguments7<P1, P2, P3, P4, P5, P
[all...]
/external/chromium/testing/
H A Dgmock_mutant.h666 typename P3, typename P4, typename P5>
668 const Tuple5<P1, P2, P3, P4, P5>& p,
673 typename P4, typename P5>
675 const Tuple5<P1, P2, P3, P4, P5>& p,
682 typename P3, typename P4, typename P5, typename C1>
684 const Tuple5<P1, P2, P3, P4, P5>& p,
689 typename P4, typename P5, typename C1>
691 const Tuple5<P1, P2, P3, P4, P5>& p,
698 typename P3, typename P4, typename P5, typename C1, typename C2>
700 const Tuple5<P1, P2, P3, P4, P5>
[all...]
/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/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h51 typename P5>
52 class CheckerFn<RET(P1, P2, P3, P4, P5)> {
53 typedef RET (*Func)(void *, P1, P2, P3, P4, P5);
58 RET operator()(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) const {
/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/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/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/clang/include/clang/ASTMatchers/
H A DASTMatchers.h958 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.c1507 #define P5 P4 macro
1518 #define P6 P5
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-generated-actions.h1369 #define GMOCK_INTERNAL_COUNT_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) P5
/external/sqlite/dist/orig/
H A Dsqlite3.c8790 SQLITE_PRIVATE void sqlite3VdbeChangeP5(Vdbe*, u8 P5);
10826 u8 op, p5; /* Opcode and P5 of the opcode that ends the loop */
11191 ** Bitfield flags for P5 value in OP_Insert and OP_Delete
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8790 SQLITE_PRIVATE void sqlite3VdbeChangeP5(Vdbe*, u8 P5);
10826 u8 op, p5; /* Opcode and P5 of the opcode that ends the loop */
11191 ** Bitfield flags for P5 value in OP_Insert and OP_Delete
[all...]

Completed in 2257 milliseconds