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

12

/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_org/third_party/WebKit/Source/core/dom/
H A DCrossThreadTask.h213 template<typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3, typename P4, typename MP4, typename P5, typename MP5>
217 typedef CrossThreadTask5<P1, MP1, P2, MP2, P3, MP3, P4, MP4, P5, MP5> CrossThreadTask;
222 typedef typename CrossThreadTaskTraits<P5>::ParamType Param5;
251 P5 m_parameter5;
254 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>
258 typedef CrossThreadTask6<P1, MP1, P2, MP2, P3, MP3, P4, MP4, P5, MP5, P6, MP6> CrossThreadTask;
263 typedef typename CrossThreadTaskTraits<P5>::ParamType Param5;
294 P5 m_parameter5;
298 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>
302 typedef CrossThreadTask7<P1, MP1, P2, MP2, P3, MP3, P4, MP4, P5, MP
[all...]
H A DExecutionContextTask.h122 template<typename FunctionType, typename P1, typename P2, typename P3, typename P4, typename P5>
125 const P1& parameter1, const P2& parameter2, const P3& parameter3, const P4& parameter4, const P5& parameter5)
135 template<typename FunctionType, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6>
138 const P1& parameter1, const P2& parameter2, const P3& parameter3, const P4& parameter4, const P5& parameter5, const P6& parameter6)
/external/chromium_org/third_party/webrtc/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/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/chromium_org/third_party/WebKit/Source/wtf/
H A DFunctional.h142 template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5>
143 class FunctionWrapper<R(*)(P1, P2, P3, P4, P5)> {
147 explicit FunctionWrapper(R(*function)(P1, P2, P3, P4, P5))
152 R operator()(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5)
158 R(*m_function)(P1, P2, P3, P4, P5);
161 template<typename R, typename P1, typename P2, typename P3, typename P4, typename P5, typename P6>
162 class FunctionWrapper<R(*)(P1, P2, P3, P4, P5, P6)> {
166 explicit FunctionWrapper(R(*function)(P1, P2, P3, P4, P5, P6))
171 R operator()(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6)
177 R(*m_function)(P1, P2, P3, P4, P5, P
[all...]
/external/chromium_org/gin/
H A Dfunction_template.h92 typename P3 = void, typename P4 = void, typename P5 = void,
97 const base::Callback<R(P1, P2, P3, P4, P5, P6)>& callback,
102 const P5& a5,
107 template<typename P1, typename P2, typename P3, typename P4, typename P5,
109 struct Invoker<void, P1, P2, P3, P4, P5, P6> {
112 const base::Callback<void(P1, P2, P3, P4, P5, P6)>& callback,
117 const P5& a5,
124 typename P5>
125 struct Invoker<R, P1, P2, P3, P4, P5, void> {
128 const base::Callback<R(P1, P2, P3, P4, P5)>
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Drefcount.h52 template<typename P1, typename P2, typename P3, typename P4, typename P5>
53 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5)
H A Dbind.h468 class P5>
476 P5 p5)
492 P5 p5_;
500 class P5>
503 Functor5(const FunctorT& functor, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5)
518 P5 p5_;
522 #define FP_T(x) R (ObjectT::*x)(P1, P2, P3, P4, P5)
529 class P5>
530 MethodFunctor5<ObjectT, FP_T(NONAME), R, P1, P2, P3, P4, P5>
536 typename detail::identity<P5>
[all...]
H A Dcallback.h231 class P5>
238 R operator()(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) {
248 virtual R Run(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) = 0;
252 virtual R Run(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/chromium_org/base/
H A Dbind.h290 typename P5>
299 typename internal::CallbackParamTraits<P5>::StorageType)>
302 const P5& p5) {
343 COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P5>::value,
350 typename internal::CallbackParamTraits<P5>::StorageType)> BindState;
358 typename P5, typename P6>
367 typename internal::CallbackParamTraits<P5>::StorageType,
371 const P5& p5, const P6& p6) {
413 COMPILE_ASSERT(!internal::NeedsScopedRefptrButGetsRawPtr<P5>::value,
422 typename internal::CallbackParamTraits<P5>
[all...]
/external/chromium_org/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/chromium_org/ppapi/shared_impl/
H A Dthread_aware_callback.h94 template <class P1, class P2, class P3, class P4, class P5>
99 const P5& p5) {
H A Dproxy_lock.h156 class P1, class P2, class P3, class P4, class P5>
162 const P5& p5) {
/external/chromium_org/remoting/base/
H A Ddispatch_win.h405 template <typename P1, typename P2, typename P3, typename P4, typename P5>
413 const P5& p5,
478 template <typename P1, typename P2, typename P3, typename P4, typename P5,
487 const P5& p5,
557 template <typename P1, typename P2, typename P3, typename P4, typename P5,
566 const P5& 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),
/external/chromium_org/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...]
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1129 typename P5 = VariadicOperatorNoArg,
1140 const P5 &Param5 = VariadicOperatorNoArg(),
1181 const P5 Param5;
1224 const M5 &P5) const {
1226 P5);
1233 const M5 &P5, const M6 &P6) const {
1235 Func, P1, P2, P3, P4, P5, P6);
1242 const M5 &P5, const M6 &P6, const M7 &P7) const {
1244 Func, P1, P2, P3, P4, P5, P6, P7);
1251 const M5 &P5, cons
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbe.h178 void sqlite3VdbeChangeP5(Vdbe*, u8 P5);
/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))));

Completed in 1213 milliseconds

12