/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/ |
D | pooling_grad.c | 46 for (int yw = 0; yw < output_w; yw++) { in AvgPoolingGrad() local 47 int over_w = pad_w - yw * stride_w; in AvgPoolingGrad() 52 int idx = (yw + yh * output_w) * channel + ic; in AvgPoolingGrad() 63 int xw = yw * stride_w + kw - pad_w; in AvgPoolingGrad() 79 int idx = (yw + yh * output_w) * channel + ic; in AvgPoolingGrad() 84 int xw = yw * stride_w + kw - pad_w; in AvgPoolingGrad() 124 for (int yw = 0; yw < output_w; yw++) { in MaxPoolingGrad() local 125 int over_w = pad_w - yw * stride_w; in MaxPoolingGrad() 130 int idx = (yw + yh * output_w) * channel + ic; in MaxPoolingGrad() 143 int xw = yw * stride_w + kw - pad_w; in MaxPoolingGrad() [all …]
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16_grad/ |
D | pooling_grad.c | 46 for (int yw = 0; yw < output_w; yw++) { in AvgPoolingFp16Grad() local 47 int over_w = pad_w - yw * stride_w; in AvgPoolingFp16Grad() 52 int idx = (yw + yh * output_w) * channel + ic; in AvgPoolingFp16Grad() 63 int xw = yw * stride_w + kw - pad_w; in AvgPoolingFp16Grad() 79 int idx = (yw + yh * output_w) * channel + ic; in AvgPoolingFp16Grad() 84 int xw = yw * stride_w + kw - pad_w; in AvgPoolingFp16Grad() 127 for (int yw = 0; yw < output_w; yw++) { in MaxPoolingFp16Grad() local 128 int over_w = pad_w - yw * stride_w; in MaxPoolingFp16Grad() 133 int idx = (yw + yh * output_w) * channel + ic; in MaxPoolingFp16Grad() 146 int xw = yw * stride_w + kw - pad_w; in MaxPoolingFp16Grad() [all …]
|
/third_party/skia/tests/sksl/workarounds/ |
D | BlendGuardedDivideStandaloneSettings.glsl | 42 …odge_component_hh2h2(src.xw, dst.xw), _color_dodge_component_hh2h2(src.yw, dst.yw), _color_dodge_c… 43 …_burn_component_hh2h2(src.xw, dst.xw), _color_burn_component_hh2h2(src.yw, dst.yw), _color_burn_co… 44 …light_component_hh2h2(src.xw, dst.xw), _soft_light_component_hh2h2(src.yw, dst.yw), _soft_light_co…
|
D | BlendGuardedDivide.glsl | 42 …odge_component_hh2h2(src.xw, dst.xw), _color_dodge_component_hh2h2(src.yw, dst.yw), _color_dodge_c… 43 …_burn_component_hh2h2(src.xw, dst.xw), _color_burn_component_hh2h2(src.yw, dst.yw), _color_burn_co… 44 …light_component_hh2h2(src.xw, dst.xw), _soft_light_component_hh2h2(src.yw, dst.yw), _soft_light_co…
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | Latn_Cans.txt | 68 ywê ↔ ᔯ ; 69 ywî ↔ ᔳ ; 71 ywô ↔ ᔷ ; 73 ywâ ↔ ᔻ ;
|
/third_party/icu/icu4c/source/data/translit/ |
D | Latn_Cans.txt | 68 ywê ↔ ᔯ ; 69 ywî ↔ ᔳ ; 71 ywô ↔ ᔷ ; 73 ywâ ↔ ᔻ ;
|
/third_party/gstreamer/gstplugins_good/gst/effectv/ |
D | gstwarp.c | 149 gint xw, yw, cw; in gst_warptv_transform_frame() local 167 yw = (gint) (sin ((warptv->tval) * M_PI / 256) * -35); in gst_warptv_transform_frame() 170 yw += (gint) (sin ((warptv->tval + 30) * M_PI / 512) * 40); in gst_warptv_transform_frame() 180 *ctptr++ = ((sintable[i] * yw) >> 15); in gst_warptv_transform_frame()
|
/third_party/ffmpeg/libavfilter/ |
D | colorspace.c | 82 zw = 1.0 - wp->xw - wp->yw; in ff_fill_rgb2xyz_table() 83 sr = i[0][0] * wp->xw + i[0][1] * wp->yw + i[0][2] * zw; in ff_fill_rgb2xyz_table() 84 sg = i[1][0] * wp->xw + i[1][1] * wp->yw + i[1][2] * zw; in ff_fill_rgb2xyz_table() 85 sb = i[2][0] * wp->xw + i[2][1] * wp->yw + i[2][2] * zw; in ff_fill_rgb2xyz_table()
|
/third_party/skia/tests/sksl/blend/ |
D | BlendHardLight.glsl | 9 …ay_component_hh2h2(dst.xw, src.xw), _blend_overlay_component_hh2h2(dst.yw, src.yw), _blend_overlay…
|
D | BlendOverlayStandaloneSettings.glsl | 9 …ay_component_hh2h2(src.xw, dst.xw), _blend_overlay_component_hh2h2(src.yw, dst.yw), _blend_overlay…
|
D | BlendHardLightStandaloneSettings.glsl | 9 …ay_component_hh2h2(dst.xw, src.xw), _blend_overlay_component_hh2h2(dst.yw, src.yw), _blend_overlay…
|
D | BlendOverlay.glsl | 9 …ay_component_hh2h2(src.xw, dst.xw), _blend_overlay_component_hh2h2(src.yw, dst.yw), _blend_overlay…
|
D | BlendColorBurnStandaloneSettings.glsl | 16 …_burn_component_hh2h2(src.xw, dst.xw), _color_burn_component_hh2h2(src.yw, dst.yw), _color_burn_co…
|
D | BlendColorBurn.glsl | 16 …_burn_component_hh2h2(src.xw, dst.xw), _color_burn_component_hh2h2(src.yw, dst.yw), _color_burn_co…
|
D | BlendColorDodgeStandaloneSettings.glsl | 19 …odge_component_hh2h2(src.xw, dst.xw), _color_dodge_component_hh2h2(src.yw, dst.yw), _color_dodge_c…
|
D | BlendColorDodge.glsl | 19 …odge_component_hh2h2(src.xw, dst.xw), _color_dodge_component_hh2h2(src.yw, dst.yw), _color_dodge_c…
|
D | BlendHardLight.metal | 19 …, _uniforms.src.xw), _blend_overlay_component_hh2h2(_uniforms.dst.yw, _uniforms.src.yw), _blend_ov…
|
D | BlendOverlay.metal | 19 …, _uniforms.dst.xw), _blend_overlay_component_hh2h2(_uniforms.src.yw, _uniforms.dst.yw), _blend_ov…
|
D | BlendColorDodge.metal | 29 …xw, _uniforms.dst.xw), _color_dodge_component_hh2h2(_uniforms.src.yw, _uniforms.dst.yw), _color_do…
|
D | BlendSoftLightStandaloneSettings.glsl | 19 …light_component_hh2h2(src.xw, dst.xw), _soft_light_component_hh2h2(src.yw, dst.yw), _soft_light_co…
|
D | BlendSoftLight.glsl | 19 …light_component_hh2h2(src.xw, dst.xw), _soft_light_component_hh2h2(src.yw, dst.yw), _soft_light_co…
|
D | BlendColorBurn.metal | 26 ….xw, _uniforms.dst.xw), _color_burn_component_hh2h2(_uniforms.src.yw, _uniforms.dst.yw), _color_bu…
|
D | BlendSoftLight.metal | 29 ….xw, _uniforms.dst.xw), _soft_light_component_hh2h2(_uniforms.src.yw, _uniforms.dst.yw), _soft_lig…
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/ |
D | WLEyesRenderer.cpp | 300 struct wl_surface* surface, int32_t id, wl_fixed_t xw, wl_fixed_t yw) in TouchHandleDown() argument 309 WL_UNUSED(yw); in TouchHandleDown() 311 gPointerY = (int)wl_fixed_to_double(yw); in TouchHandleDown() 329 wl_fixed_t xw, wl_fixed_t yw) in TouchHandleMotion() argument 336 WL_UNUSED(yw); in TouchHandleMotion() 338 gPointerY = (int)wl_fixed_to_double(yw); in TouchHandleMotion()
|
/third_party/skia/resources/sksl/inliner/ |
D | TrivialArgumentsInlineDirectly.sksl | 51 var = func2(s.ah4[0].yw); 64 // var = func2(as[i].h4.yw); // indexing by non-constant expressions disallowed in ES2
|