/third_party/libunwind/src/ia64/ |
D | unwind_decoder.h | 245 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_BSPSTORE, dst, arg); break; in unw_decode_p2_p5() [all …]
|
/third_party/libffi/src/bfin/ |
D | sysv.S | 69 [FP-20] = P3; 87 P0 = [P3 + _ffi_prep_args@FUNCDESC_GOT17M4]; 89 P3 = [P0+4]; define 105 P3 = [P0+4]; define 174 P3 = [FP-20]; define
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 4461 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); } 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); } 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) { 4509 template <class R, class P1, class P2, class P3, R F(P1, P2, P3), class I> 4516 template <class R, class P1, class P2, class P3, class P4, R F(P1, P2, P3, P4), 4524 template <class R, class P1, class P2, class P3, class P4, class P5, [all …]
|
/third_party/glslang/Test/ |
D | spv.shaderImageFootprint.frag | 7 layout (location = 2) in vec3 P3; 89 ret3D = textureFootprintNV(sample3D, P3, granularity, true, fp3D); 96 ret3D = textureFootprintNV(sample3D, P3, granularity, true, fp3D, bias); 103 ret3D = textureFootprintClampNV(sample3D, P3, lodClamp, granularity, true, fp3D); 110 ret3D = textureFootprintClampNV(sample3D, P3, lodClamp, granularity, true, fp3D, bias); 117 ret3D = textureFootprintLodNV(sample3D, P3, lod, granularity, true, fp3D);
|
/third_party/musl/src/math/ |
D | exp2l.c | 43 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()
|
D | expm1l.c | 66 P3 = 1.800826371455042224581246202420972737840E1L, variable 105 px = (((( P4 * x + P3) * x + P2) * x + P1) * x + P0) * x; in expm1l()
|
D | cbrt.c | 30 P3 = -0.758397934778766047437, /* 0xbfe844cb, 0xbee751d9 */ variable 80 t = t*((P0+r*(P1+r*P2))+((r*r)*r)*(P3+r*P4)); in cbrt()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | exp2l.c | 43 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()
|
D | cbrt.c | 30 P3 = -0.758397934778766047437, /* 0xbfe844cb, 0xbee751d9 */ variable 80 t = t*((P0+r*(P1+r*P2))+((r*r)*r)*(P3+r*P4)); in cbrt()
|
D | expm1l.c | 66 P3 = 1.800826371455042224581246202420972737840E1L, variable 105 px = (((( P4 * x + P3) * x + P2) * x + P1) * x + P0) * x; in expm1l()
|
/third_party/flutter/skia/third_party/externals/freetype/docs/ |
D | raster.txt | 115 P(t) = (1-t)^2*P1 + 2*t*(1-t)*P2 + t^2*P3 117 (P1 and P3 are the end points, P2 the control point.) 121 P(t) = (1-t)^3*P1 + 3*t*(1-t)^2*P2 + 3*t^2*(1-t)*P3 + t^3*P4 123 (P1 and P4 are the end points, P2 and P3 the control points.) 282 <--__ P3 up down 358 | \ P3.y as a vertical minimum 364 P3 368 scanlines. The triangle's height is certainly (P3.y-P2.y+1) 389 - The arc goes from P1 to P3. 391 \ P3 [all …]
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | raster.txt | 115 P(t) = (1-t)^2*P1 + 2*t*(1-t)*P2 + t^2*P3 117 (P1 and P3 are the end points, P2 the control point.) 121 P(t) = (1-t)^3*P1 + 3*t*(1-t)^2*P2 + 3*t^2*(1-t)*P3 + t^3*P4 123 (P1 and P4 are the end points, P2 and P3 the control points.) 282 <--__ P3 up down 358 | \ P3.y as a vertical minimum 364 P3 368 scanlines. The triangle's height is certainly (P3.y-P2.y+1) 389 - The arc goes from P1 to P3. 391 \ P3 [all …]
|
/third_party/freetype/docs/ |
D | raster.txt | 115 P(t) = (1-t)^2*P1 + 2*t*(1-t)*P2 + t^2*P3 117 (P1 and P3 are the end points, P2 the control point.) 121 P(t) = (1-t)^3*P1 + 3*t*(1-t)^2*P2 + 3*t^2*(1-t)*P3 + t^3*P4 123 (P1 and P4 are the end points, P2 and P3 the control points.) 282 <--__ P3 up down 358 | \ P3.y as a vertical minimum 364 P3 368 scanlines. The triangle's height is certainly (P3.y-P2.y+1) 389 - The arc goes from P1 to P3. 391 \ P3 [all …]
|
/third_party/jerryscript/jerry-libm/ |
D | exp.c | 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
|
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/ |
D | EGL_EXT_gl_colorspace_display_p3.txt | 48 Applications that want to use the Display-P3 color space (DCI-P3 primaries 51 the Display-P3 color space. 82 Display-P3 color space is assumed, with a corresponding 88 encoded Display-P3 color space is assumed, with a corresponding GL_FRAME-
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_gl_colorspace_display_p3.txt | 48 Applications that want to use the Display-P3 color space (DCI-P3 primaries 51 the Display-P3 color space. 82 Display-P3 color space is assumed, with a corresponding 88 encoded Display-P3 color space is assumed, with a corresponding GL_FRAME-
|
D | EGL_EXT_gl_colorspace_display_p3_passthrough.txt | 47 Applications that want to use the Display-P3 color space (DCI-P3 primaries 50 the non-linear Display-P3 color space. 78 non-linear, sRGB encoded Display-P3 color space is assumed, with a 86 indicates that a colorspace of Display P3 will be communicated to the
|
/third_party/typescript/tests/cases/compiler/ |
D | indexingTypesWithNever.ts | 63 type P3 = { a: string; b: number; c?: boolean }; alias 68 type P3Names = RequiredPropNames<P3>; // expect 'a' | 'b' 78 type P3Props = RequiredProps<P3>; // expect { a: string; b: number }
|
/third_party/jerryscript/tests/jerry/ |
D | function-prototype-bind.js | 83 var P3 = P2.bind({}, 5); variable 84 var _p3 = new P3(8); 90 assert (_p3 instanceof P3);
|
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/ |
D | ios_gl_context.mm | 27 // iOS displays are more variable than just P3 or sRGB. Reading the display 30 // device properties. Ex: We can indicate that we have rendered in P3, and 38 // P3 specifies a wider range of colors?
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | callback.h | 375 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() argument 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/optimized-routines/math/ |
D | v_logf.c | 21 #define P3 v_f32 (Poly[4]) macro 60 q = v_fma_f32 (P4, r, P3); in V_NAME()
|
/third_party/typescript/tests/baselines/reference/ |
D | indexingTypesWithNever.js | 62 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 }
|
D | indexingTypesWithNever.types | 129 type P3 = { a: string; b: number; c?: boolean }; 130 >P3 : P3 147 type P3Names = RequiredPropNames<P3>; // expect 'a' | 'b' 171 type P3Props = RequiredProps<P3>; // expect { a: string; b: number }
|
/third_party/rust/crates/nix/src/mount/ |
D | linux.rs | 63 P3: ?Sized + NixPath, in mount() 68 fstype: Option<&P3>, in mount() argument
|