Home
last modified time | relevance | path

Searched refs:P3 (Results 1 - 25 of 52) sorted by relevance

123

/third_party/libunwind/libunwind/src/ia64/
H A Dunwind_decoder.h245 case 0: UNW_DEC_REG_GR(P3, UNW_REG_PSP, dst, arg); break; in unw_decode_p2_p5()
246 case 1: UNW_DEC_REG_GR(P3, UNW_REG_RP, dst, arg); break; in unw_decode_p2_p5()
247 case 2: UNW_DEC_REG_GR(P3, UNW_REG_PFS, dst, arg); break; in unw_decode_p2_p5()
248 case 3: UNW_DEC_REG_GR(P3, UNW_REG_PR, dst, arg); break; in unw_decode_p2_p5()
249 case 4: UNW_DEC_REG_GR(P3, UNW_REG_UNAT, dst, arg); break; in unw_decode_p2_p5()
250 case 5: UNW_DEC_REG_GR(P3, UNW_REG_LC, dst, arg); break; in unw_decode_p2_p5()
251 case 6: UNW_DEC_RP_BR(P3, dst, arg); break; in unw_decode_p2_p5()
252 case 7: UNW_DEC_REG_GR(P3, UNW_REG_RNAT, dst, arg); break; in unw_decode_p2_p5()
253 case 8: UNW_DEC_REG_GR(P3, UNW_REG_BSP, dst, arg); break; in unw_decode_p2_p5()
254 case 9: UNW_DEC_REG_GR(P3, UNW_REG_BSPSTOR in unw_decode_p2_p5()
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h4461 template <class R, class P1, class P2, class P3, R F(P1, P2, P3), class I>
4465 static R Call(P1 p1, P2 p2, P3 p3) { return F(p1, p2, p3); } in Call()
4468 template <class R, class P1, class P2, class P3, class P4, R F(P1, P2, P3, P4),
4473 static R Call(P1 p1, P2 p2, P3 p3, P4 p4) { return F(p1, p2, p3, p4); } in Call()
4476 template <class R, class P1, class P2, class P3, class P4, class P5,
4477 R F(P1, P2, P3, P4, P5), class I>
4481 static R Call(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) { in Call()
4509 template <class R, class P1, class P2, class P3,
[all...]
/third_party/jerryscript/jerry-libm/
H A Dexp.c50 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
116 #define P3 6.61375632143793436117e-05 /* 0x3F11566A, 0xAF25DE2C */ macro
189 c = x - t * (P1 + t * (P2 + t * (P3 + t * (P4 + t * P5)))); in exp()
218 #undef P3 macro
H A Dpow.c106 #define P3 6.61375632143793436117e-05 /* 0x3F11566A, 0xAF25DE2C */ macro
434 t1.dbl = z.dbl - t.dbl * (P1 + t.dbl * (P2 + t.dbl * (P3 + t.dbl * (P4 + t.dbl * P5)))); in pow()
464 #undef P3 macro
/third_party/jerryscript/tests/jerry/
H A Dfunction-prototype-bind.js83 var P3 = P2.bind({}, 5); variable
84 var _p3 = new P3(8);
90 assert (_p3 instanceof P3);
/third_party/ffmpeg/libavcodec/x86/
H A Dvp9lpf.asm322 %define P3 dstq + %1
337 %define P3 rsp + 0*mmsize + %1
418 movx m4, [P3]
459 mova [P3], m4
479 movh [P3], m2
503 movh [P3], m2
536 mova [P3], m0
552 mova [P3], m0
587 mova m8, [P3]
596 ; In case of horizontal, P3
[all...]
/third_party/protobuf/src/google/protobuf/stubs/
H A Dcallback.h375 template <typename R, typename T, typename P1, typename P2, typename P3,
379 typedef R (T::*MethodType)(P1, P2, P3, P4, P5, P6, A1, A2);
381 P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) in MethodResultCallback_6_2()
406 typename std::remove_reference<P3>::type p3_;
559 template <typename R, typename T, typename P1, typename P2, typename P3,
562 T* object, R (T::*function)(P1, P2, P3, P4, P5, P6, A1, A2), in NewPermanentCallback()
565 typename internal::InternalConstRef<P3>::type p3, in NewPermanentCallback()
569 return new internal::MethodResultCallback_6_2<R, T, P1, P2, P3, P4, P5, P6, in NewPermanentCallback()
/third_party/musl/src/math/
H A Dcbrt.c30 P3 = -0.758397934778766047437, /* 0xbfe844cb, 0xbee751d9 */ variable
80 t = t*((P0+r*(P1+r*P2))+((r*r)*r)*(P3+r*P4)); in cbrt()
H A Dexpm1l.c66 P3 = 1.800826371455042224581246202420972737840E1L, variable
105 px = (((( P4 * x + P3) * x + P2) * x + P1) * x + P0) * x; in expm1l()
H A Dexp2l.c43 P3 = 0x1.c6b08d7049fap-5, variable
249 r = t_lo + (t_hi + t_lo) * z * (P1 + z * (P2 + z * (P3 + z * (P4 in exp2l()
261 P3 = 0x1.c6b08d704a0bf8b33a762bad3459p-5L, variable
614 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 + z * (P6 in exp2l()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dcbrt.c30 P3 = -0.758397934778766047437, /* 0xbfe844cb, 0xbee751d9 */ variable
80 t = t*((P0+r*(P1+r*P2))+((r*r)*r)*(P3+r*P4)); in cbrt()
H A Dexpm1l.c66 P3 = 1.800826371455042224581246202420972737840E1L, variable
105 px = (((( P4 * x + P3) * x + P2) * x + P1) * x + P0) * x; in expm1l()
H A Dexp2l.c43 P3 = 0x1.c6b08d7049fap-5, variable
249 r = t_lo + (t_hi + t_lo) * z * (P1 + z * (P2 + z * (P3 + z * (P4 in exp2l()
261 P3 = 0x1.c6b08d704a0bf8b33a762bad3459p-5L, variable
614 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 + z * (P6 in exp2l()
/third_party/typescript/tests/baselines/reference/
H A DindexingTypesWithNever.js62 type P3 = { a: string; b: number; c?: boolean };
67 type P3Names = RequiredPropNames<P3>; // expect 'a' | 'b'
77 type P3Props = RequiredProps<P3>; // expect { a: string; b: number }
/third_party/optimized-routines/math/
H A Dv_logf.c21 #define P3 v_f32 (Poly[4]) macro
58 /* n*ln2 + r + r2*(P1 + r*P2 + r2*(P3 + r*P4 + r2*(P5 + r*P6 + r2*P7))). */ in logf()
60 q = v_fma_f32 (P4, r, P3); in logf()
/third_party/rust/crates/nix/src/mount/
H A Dlinux.rs63 P3: ?Sized + NixPath, in mount()
68 fstype: Option<&P3>, in mount()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
H A DMeasureUnitImpl.java333 P3(3), enum constant
455 trieBuilder.add("cubic-", PowerPart.P3.getTrieIndex());
457 trieBuilder.add("pow3-", PowerPart.P3.getTrieIndex());
/third_party/python/Modules/_decimal/libmpdec/
H A Dnumbertheory.c47 * modnum := one of {P1, P2, P3}.
73 * modnum := one of {P1, P2, P3}.
90 assert(P1 <= modnum && modnum <= P3); in _mpd_init_fnt_params()
H A Dcrt.c164 SETMODULUS(P3); in crt3()
H A Dconstants.h73 enum {P1, P2, P3}; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DScaledNumber.cpp30 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR; in multiply64() local
40 addWithCarry(P3); in multiply64()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.h102 Hexagon::P3 == R); in isPredicateRegister()
/third_party/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)
/third_party/skia/src/core/
H A DSkGeometry.h453 Sk2s P3 = from_point(src[3]); in SkCubicCoeff() local
455 fA = P3 + three * (P1 - P2) - P0; in SkCubicCoeff()
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpshints.c1837 FT_Vector P0, P1, P2, P3; in cf2_glyphpath_curveTo() local
1869 P3.x = ADD_INT32( x3, xOffset3 ); in cf2_glyphpath_curveTo()
1870 P3.y = ADD_INT32( y3, yOffset3 ); in cf2_glyphpath_curveTo()
1901 glyphpath->prevElemP3 = P3; in cf2_glyphpath_curveTo()

Completed in 27 milliseconds

123