Searched refs:P5 (Results 1 - 25 of 35) 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/webrtc/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)
57 template<typename P1, typename P2, typename P3, typename P4, typename P5,
59 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6)
63 template<typename P1, typename P2, typename P3, typename P4, typename P5,
65 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7)
69 template<typename P1, typename P2, typename P3, typename P4, typename P5,
71 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8)
75 template<typename P1, typename P2, typename P3, typename P4, typename P5,
78 P1 p1, P2 p2, P3 p3, P4 p4, P5 p
[all...]
H A Dbind.h614 class P5>
622 P5 p5)
638 typename rtc::remove_reference<P5>::type p5_;
646 class P5>
649 Functor5(const FunctorT& functor, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5)
664 typename rtc::remove_reference<P5>::type p5_;
668 #define FP_T(x) R (ObjectT::*x)(P1, P2, P3, P4, P5)
675 class P5>
676 MethodFunctor5<ObjectT, FP_T(NONAME), R, P1, P2, P3, P4, P5>
682 typename detail::identity<P5>
[all...]
H A Dcallback.h230 class P5>
237 R operator()(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) {
247 virtual R Run(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) = 0;
251 virtual R Run(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) {
/external/clang/test/CodeGen/
H A Dpartial-reinitialization1.c62 struct P5 { struct
71 // CHECK: @l5 = global %struct.P5 { i32 1, %struct.Q5 { i32 6, i32 9, i32 8 }, i32 5 }
72 struct P5 l5 = { 1, { 2, 3, 4 }, 5,
/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/webrtc/webrtc/system_wrappers/include/
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/protobuf/src/google/protobuf/stubs/
H A Dcallback.h350 typename P4, typename P5, typename A1, typename A2>
353 typedef R (T::*MethodType)(P1, P2, P3, P4, P5, A1, A2);
355 P1 p1, P2 p2, P3 p3, P4 p4, P5 p5)
381 typename remove_reference<P5>::type p5_;
523 typename P4, typename P5, typename A1, typename A2>
525 T* object, R (T::*function)(P1, P2, P3, P4, P5, A1, A2),
530 typename internal::InternalConstRef<P5>::type p5) {
531 return new internal::MethodResultCallback_5_2<R, T, P1, P2, P3, P4, P5, A1,
/external/v8/src/crankshaft/
H A Dhydrogen.h1229 template<class I, class P1, class P2, class P3, class P4, class P5>
1230 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) {
1234 template<class I, class P1, class P2, class P3, class P4, class P5>
1235 I* New(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) {
1239 template<class I, class P1, class P2, class P3, class P4, class P5>
1240 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) {
1244 template<class I, class P1, class P2, class P3, class P4, class P5>
1245 I* Add(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) {
1249 template<class I, class P1, class P2, class P3, class P4, class P5, class P6>
1250 HInstruction* NewUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p
[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/ltp/testcases/kernel/syscalls/ptrace/
H A Dptrace04.c35 R(P0) R(P1) R(P2) R(P3) R(P4) R(P5) R(FP) R(USP)
/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/protobuf/php/ext/google/protobuf/
H A Dupb.h4191 template <class R, class P1, class P2, class P3, class P4, class P5,
4192 R F(P1, P2, P3, P4, P5), class I>
4196 static R Call(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) {
4239 template <class R, class P1, class P2, class P3, class P4, class P5,
4240 R F(P1, P2, P3, P4, P5), class I>
4304 template <class R, class P1, class P2, class P3, class P4, class P5>
4306 template <R F(P1, P2, P3, P4, P5)>
4307 Func5<R, P1, P2, P3, P4, P5, F, FuncInfo<P1, R> > GetFunc() {
4308 return Func5<R, P1, P2, P3, P4, P5, F, FuncInfo<P1, R> >();
4311 template <R F(P1, P2, P3, P4, P5)>
[all...]
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h4887 template <class R, class P1, class P2, class P3, class P4, class P5,
4888 R F(P1, P2, P3, P4, P5), class I>
4892 static R Call(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) {
4935 template <class R, class P1, class P2, class P3, class P4, class P5,
4936 R F(P1, P2, P3, P4, P5), class I>
5000 template <class R, class P1, class P2, class P3, class P4, class P5>
5002 template <R F(P1, P2, P3, P4, P5)>
5003 Func5<R, P1, P2, P3, P4, P5, F, FuncInfo<P1, R> > GetFunc() {
5004 return Func5<R, P1, P2, P3, P4, P5, F, FuncInfo<P1, R> >();
5007 template <R F(P1, P2, P3, P4, P5)>
[all...]
/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/swiftshader/third_party/LLVM/lib/Target/Blackfin/
H A DBlackfinRegisterInfo.cpp47 P3, P4, P5,
/external/llvm/unittests/IR/
H A DConstantsTest.cpp212 Constant *P5 = ConstantExpr::getUIToFP(P4, FloatTy); local
275 CHECK(ConstantExpr::getFCmp(CmpInst::FCMP_ULT, P1, P5), "fcmp ult float "

Completed in 625 milliseconds

12