HomeSort by relevance Sort by last modified time
    Searched refs:P5 (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/libgsm/inc/
unproto.h 18 #undef P5
proto.h 30 #undef P5
44 # define P5(x, a, b, c, d, e) (a, b, c, d, e)
58 # define P5(x, a, b, c, d, e) x a; b; c; d; e;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ExecutionContextTask.h 122 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)
CrossThreadTask.h 213 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, MP5, P6, MP6, P7, MP7> CrossThreadTask
    [all...]
  /external/chromium_org/third_party/webrtc/base/
refcount.h 52 template<typename P1, typename P2, typename P3, typename P4, typename P5>
53 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5)
54 : T(p1, p2, p3, p4, p5), ref_count_(0) {
bind.h 468 class P5>
476 P5 p5)
482 p5_(p5) {}
492 P5 p5_;
500 class P5>
503 Functor5(const FunctorT& functor, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5)
509 p5_(p5) {}
518 P5 p5_
    [all...]
callback.h 231 class P5>
238 R operator()(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) {
241 return helper_->Run(p1, p2, p3, p4, 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) {
253 return functor_(p1, p2, p3, p4, p5);
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
ref_count.h 60 template<typename P1, typename P2, typename P3, typename P4, typename P5>
61 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5)
62 : T(p1, p2, p3, p4, p5), ref_count_(0) {}
  /external/webrtc/src/system_wrappers/interface/
ref_count.h 60 template<typename P1, typename P2, typename P3, typename P4, typename P5>
61 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5)
62 : T(p1, p2, p3, p4, p5), ref_count_(0) {}
  /external/chromium_org/third_party/WebKit/Source/wtf/
Functional.h 142 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)
154 return m_function(p1, p2, p3, p4, 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)
    [all...]
  /external/chromium_org/gin/
function_template.h 92 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)>& callback
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_exp.c 37 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
38 * (where z=r*r, and the values of P1 to P5 are listed below)
41 * | 2.0+P1*z+...+P5*z - R(z) | <= 2
52 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
98 P5 = 4.13813679705723846039e-08; /* 0x3E663769, 0x72BEA4D0 */
151 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
  /external/chromium_org/ppapi/shared_impl/
thread_aware_callback.h 94 template <class P1, class P2, class P3, class P4, class P5>
99 const P5& p5) {
100 InternalRunOnTargetThread(base::Bind(func_, p1, p2, p3, p4, p5));
proxy_lock.h 156 class P1, class P2, class P3, class P4, class P5>
162 const P5& p5) {
164 return function(p1, p2, p3, p4, p5);
  /external/fdlibm/
e_exp.c 34 * 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 */
146 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
  /external/chromium_org/base/
bind.h 290 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;
354 new BindState(internal::MakeRunnable(functor), p1, p2, p3, p4, p5));
358 typename P5, typename P6>
367 typename internal::CallbackParamTraits<P5>::StorageType,
371 const P5& p5, const P6& p6)
    [all...]
  /external/chromium_org/testing/
gmock_mutant.h 666 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>& p
4399 const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) { member in namespace:testing
4488 const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) { member in namespace:testing
4580 const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, member in namespace:testing
4675 const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, member in namespace:testing
4771 const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, member in namespace:testing
4867 A5), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, member in namespace:testing
4967 const P5& p5, const P6& p6) { member in namespace:testing
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
template_arity.hpp 61 , typename P5
72 , typename P5, typename P6
quote.hpp 100 , typename P5
  /external/chromium_org/remoting/base/
dispatch_win.h 405 template <typename P1, typename P2, typename P3, typename P4, typename P5>
413 const P5& p5,
443 hr = disp_args[5 - 5].Wrap(p5);
468 disp_args[5 - 5].Unwrap(p5);
478 template <typename P1, typename P2, typename P3, typename P4, typename P5,
487 const P5& p5,
518 hr = disp_args[6 - 5].Wrap(p5);
546 disp_args[6 - 5].Unwrap(p5);
    [all...]
  /external/libgsm/src/
rpe.c 256 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),
  /external/chromium_org/v8/src/
hydrogen.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities_poly.h 225 double P4[2],P5[2],P6[2],P7[2];
254 P5[0]=A[13];
280 db_SubtractPolyProduct0_2(p,P5,neg_three1);
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_poly.h 225 double P4[2],P5[2],P6[2],P7[2];
254 P5[0]=A[13];
280 db_SubtractPolyProduct0_2(p,P5,neg_three1);

Completed in 1517 milliseconds

1 2 3