/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32_grad/ |
D | arithmetic_grad.cc | 79 int ArithmeticGradCPUKernel::ArithmeticGradAdd(float *dy, int dy_size, float *dx1, int dx1_size, fl… in ArithmeticGradAdd() 96 int ArithmeticGradCPUKernel::ArithmeticGradSub(float *dy, int dy_size, float *dx1, int dx1_size, fl… in ArithmeticGradSub() 118 int ArithmeticGradCPUKernel::ArithmeticGradMul(float *dy, int dy_size, float *dx1, int dx1_size, fl… in ArithmeticGradMul() 129 int ArithmeticGradCPUKernel::ArithmeticGradMul1L(float *dy, int dy_size, float *dx1, int dx1_size, … in ArithmeticGradMul1L() 143 int ArithmeticGradCPUKernel::ArithmeticGradMul2L(float *dy, int dy_size, float *dx1, int dx1_size, … in ArithmeticGradMul2L() 157 int ArithmeticGradCPUKernel::ArithmeticGradDiv(float *dy, int dy_size, float *dx1, int dx1_size, fl… in ArithmeticGradDiv() 168 int ArithmeticGradCPUKernel::ArithmeticGradDiv1L(float *dy, int dy_size, float *dx1, int dx1_size, … in ArithmeticGradDiv1L() 190 int ArithmeticGradCPUKernel::ArithmeticGradDiv2L(float *dy, int dy_size, float *dx1, int dx1_size, … in ArithmeticGradDiv2L() 208 int ArithmeticGradCPUKernel::ArithmeticGradMaximum(float *dy, int dy_size, float *dx1, int dx1_size… in ArithmeticGradMaximum() 222 int ArithmeticGradCPUKernel::ArithmeticGradMinimum(float *dy, int dy_size, float *dx1, int dx1_size… in ArithmeticGradMinimum() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | thisTypeInObjectLiterals2.js | 40 moveBy(dx, dy, dz) { argument 52 moveBy(dx, dy, dz) { argument 64 moveBy(dx, dy, dz) { argument 76 moveBy(dx, dy, dz) { argument 90 moveBy(dx, dy, dz) { argument 104 moveBy(dx, dy, dz) { argument 273 moveBy: function (dx, dy, dz) { argument 284 moveBy: function (dx, dy, dz) { argument 295 moveBy: function (dx, dy, dz) { argument 306 moveBy: function (dx, dy, dz) { argument [all …]
|
D | assignToPrototype1.js | 6 Point.prototype.add = function(dx, dy) { argument 10 Point.prototype.add = function (dx, dy) { argument
|
D | targetTypeTest1.js | 32 Point.prototype.add = function(dx, dy) { argument 44 add: function(dx, dy) { argument 90 Point.prototype.add = function (dx, dy) { argument 100 add: function (dx, dy) { argument
|
/third_party/musl/libc-test/src/common/ |
D | mtest.h | 69 struct d_d {POS int r; double x; double y; float dy; int e; }; member 70 struct f_f {POS int r; float x; float y; float dy; int e; }; member 71 struct l_l {POS int r; long double x; long double y; float dy; int e; }; member 72 struct ff_f {POS int r; float x; float x2; float y; float dy; int e; }; member 73 struct dd_d {POS int r; double x; double x2; double y; float dy; int e; }; member 74 struct ll_l {POS int r; long double x; long double x2; long double y; float dy; int e; }; member 75 struct d_di {POS int r; double x; double y; float dy; long long i; int e; }; member 76 struct f_fi {POS int r; float x; float y; float dy; long long i; int e; }; member 77 struct l_li {POS int r; long double x; long double y; float dy; long long i; int e; }; member 78 struct di_d {POS int r; double x; long long i; double y; float dy; int e; }; member [all …]
|
/third_party/skia/src/core/ |
D | SkEdge.cpp | 77 const SkFDot6 dy = SkEdge_Compute_DY(top, y0); in setLine() local 118 const SkFDot6 dy = SkEdge_Compute_DY(top, y0); in updateLine() local 152 static inline SkFDot6 cheap_distance(SkFDot6 dx, SkFDot6 dy) in cheap_distance() 164 static inline int diff_to_shift(SkFDot6 dx, SkFDot6 dy, int shiftAA = 2) in diff_to_shift() 223 SkFDot6 dy = (SkLeftShift(y1, 1) - y0 - y2) >> 2; in setQuadraticWithoutUpdate() local 295 SkFixed dy = fQDy; in updateQuadratic() local 401 SkFDot6 dy = cubic_delta_from_line(y0, y1, y2, y3); in setCubicWithoutUpdate() local
|
/third_party/flutter/skia/src/core/ |
D | SkEdge.cpp | 77 const SkFDot6 dy = SkEdge_Compute_DY(top, y0); in setLine() local 118 const SkFDot6 dy = SkEdge_Compute_DY(top, y0); in updateLine() local 152 static inline SkFDot6 cheap_distance(SkFDot6 dx, SkFDot6 dy) in cheap_distance() 164 static inline int diff_to_shift(SkFDot6 dx, SkFDot6 dy, int shiftAA = 2) in diff_to_shift() 223 SkFDot6 dy = (SkLeftShift(y1, 1) - y0 - y2) >> 2; in setQuadraticWithoutUpdate() local 295 SkFixed dy = fQDy; in updateQuadratic() local 401 SkFDot6 dy = cubic_delta_from_line(y0, y1, y2, y3); in setCubicWithoutUpdate() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | relu_grad_impl.cu | 21 __global__ void CalReLUGradKernel(int size, T *dy, T *y, T *dx) { in CalReLUGradKernel() 28 void CalReLUGrad(int size, T *dy, T *y, T *dx, cudaStream_t cuda_stream) { in CalReLUGrad()
|
D | broadcast_grad_impl.cu | 52 const T *x2, const T *dy, T *dx1, T *dx2) { in BroadcastGradOperator() 69 const T *x2, const T *dy, T *dx1, T *dx2) { in BroadcastGradKernel() 84 const T *dy, T *dx1, T *dx2, cudaStream_t stream) { in BroadcastGrad() 92 … const T *x1, const T *x2, const T *dy, T *dx1, T *dx2) { in NoBroadcastOperator() 100 … enum BroadcastGradOpType op, const T *x1, const T *x2, const T *dy, T *dx1, in NoBroadcastGradKernel() 112 const T *x1, const T *x2, const T *dy, T *dx1, T *dx2, cudaStream_t stream) { in NoBroadcastGrad()
|
D | layer_norm_grad_impl.cu | 38 … const int &mean_dim, const T &epsilon, const T *dy, const T *x, in GammaAndBetaThreadReduce() 94 … const T *dy, const T *x, const T *mean_addr, const T *var_addr, T *dg_addr, in GammaAndBetaPropKernel() 111 … T *sum1, T *sum2, T *sum3, const T *dy, const T *x, const T *mean, in InputThreadReduce() 135 … half *sum1, half *sum2, half *sum3, const half *dy, const half *x, in InputThreadReduce() 191 … const T *dy, const T *x, const T *mean, const T *var, const T *gamma, T *dx, in InputProp() 206 … const half *dy, const half *x, const half *mean, const half *var, const half *gamma, in InputProp() 221 …PropKernel(const int row_dim, const int col_dim, const int param_dim, const T epsilon, const T *dy, in InputPropKernel() 236 …rmGrad(const int &row_dim, const int &col_dim, const int ¶m_dim, const T &epsilon, const T *dy, in LayerNormGrad()
|
D | dropout_impl.cu | 47 __global__ void DropoutBackwardKernel(const T *dy, const T *mask, T *dx, size_t num_count, in DropoutBackwardKernel() 55 __global__ void DropoutBackwardKernel(const half *dy, const half *mask, half *dx, size_t num_count, in DropoutBackwardKernel() 63 void DropoutBackward(const T *dy, const T *mask, T *dx, size_t num_count, float drop_prob, in DropoutBackward()
|
/third_party/skia/src/effects/imagefilters/ |
D | SkDropShadowImageFilter.cpp | 20 SkDropShadowImageFilter(SkScalar dx, SkScalar dy, SkScalar sigmaX, SkScalar sigmaY, in SkDropShadowImageFilter() 31 static sk_sp<SkImageFilter> Make(SkScalar dx, SkScalar dy, SkScalar sigmaX, SkScalar sigmaY, in Make() 60 SkScalar dx, SkScalar dy, SkScalar sigmaX, SkScalar sigmaY, SkColor color, in DropShadow() 67 SkScalar dx, SkScalar dy, SkScalar sigmaX, SkScalar sigmaY, SkColor color, in DropShadowOnly() 82 SkScalar dy = buffer.readScalar(); in CreateProc() local
|
/third_party/skia/include/core/ |
D | SkRRect.h | 337 void inset(SkScalar dx, SkScalar dy) { in inset() 356 void outset(SkScalar dx, SkScalar dy, SkRRect* dst) const { in outset() 374 void outset(SkScalar dx, SkScalar dy) { in outset() 383 void offset(SkScalar dx, SkScalar dy) { in offset() 393 SkRRect SK_WARN_UNUSED_RESULT makeOffset(SkScalar dx, SkScalar dy) const { in makeOffset()
|
/third_party/mindspore/tests/st/ops/cpu/ |
D | test_slice_grad_op.py | 37 def construct(self, dy, x): argument 64 def construct(self, dy, x): argument 106 def construct(self, dy): argument
|
D | test_resize_bilinear_grad_op.py | 31 def construct(self, dy, size): argument 40 def construct(self, dy, size): argument
|
D | test_resize_nearest_neighbor_grad_op.py | 33 def construct(self, dy): argument 44 def construct(self, dy): argument
|
D | test_stridedslice_grad_op.py | 37 def construct(self, dy, x): argument 60 def construct(self, dy, x): argument
|
/third_party/flutter/skia/include/core/ |
D | SkRRect.h | 358 void inset(SkScalar dx, SkScalar dy) { in inset() 377 void outset(SkScalar dx, SkScalar dy, SkRRect* dst) const { in outset() 395 void outset(SkScalar dx, SkScalar dy) { in outset() 404 void offset(SkScalar dx, SkScalar dy) { in offset() 414 SkRRect SK_WARN_UNUSED_RESULT makeOffset(SkScalar dx, SkScalar dy) const { in makeOffset()
|
/third_party/skia/gm/ |
D | rrect.cpp | 23 static void inset0(const SkRRect& src, SkScalar dx, SkScalar dy, SkRRect* dst) { in inset0() 43 static void inset1(const SkRRect& src, SkScalar dx, SkScalar dy, SkRRect* dst) { in inset1() 59 static void inset2(const SkRRect& src, SkScalar dx, SkScalar dy, SkRRect* dst) { in inset2() 87 static void inset3(const SkRRect& src, SkScalar dx, SkScalar dy, SkRRect* dst) { in inset3()
|
/third_party/flutter/skia/gm/ |
D | rrect.cpp | 23 static void inset0(const SkRRect& src, SkScalar dx, SkScalar dy, SkRRect* dst) { in inset0() 43 static void inset1(const SkRRect& src, SkScalar dx, SkScalar dy, SkRRect* dst) { in inset1() 59 static void inset2(const SkRRect& src, SkScalar dx, SkScalar dy, SkRRect* dst) { in inset2() 87 static void inset3(const SkRRect& src, SkScalar dx, SkScalar dy, SkRRect* dst) { in inset3()
|
/third_party/libinput/test/ |
D | test-gestures.c | 66 double dx, dy; in START_TEST() local 165 double dx, dy; in START_TEST() local 318 double dx, dy; in START_TEST() local 445 double dx, dy; in START_TEST() local 548 double dx, dy; in START_TEST() local 660 double dx, dy; in START_TEST() local 765 double dx, dy; in START_TEST() local 876 double dx, dy; in START_TEST() local
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16_grad/ |
D | arithmetic_fp16_grad.cc | 45 int ArithmeticGradCPUKernelFp16::ArithmeticGradMaximum(float16_t *dy, int dy_size, float16_t *dx1, … in ArithmeticGradMaximum() 59 int ArithmeticGradCPUKernelFp16::ArithmeticGradMinimum(float16_t *dy, int dy_size, float16_t *dx1, … in ArithmeticGradMinimum() 76 auto dy = reinterpret_cast<float16_t *>(in_tensors_[0]->data()); in Execute() local
|
/third_party/mindspore/tests/st/ops/ascend/test_aicpu_ops/ |
D | test_strided_slice_grad.py | 34 def construct(self, dy): argument 38 dy = np.array([[[6, 8], [9, 11]]]).astype(np.float32) variable
|
/third_party/mindspore/tests/st/ops/gpu/ |
D | test_resize_nearest_neighbor_grad_op.py | 29 def construct(self, dy, size): argument 37 def construct(self, dy, size): argument
|
D | test_layer_norm_grad_grad_op.py | 32 def construct(self, x, dy, var, mean, gamma, grad_dx, grad_dg, grad_db): argument 36 def LayerNormGradReference(x, dy, gamma, epsilon, begin_norm_axis, begin_params_axis): argument 65 def LayerNormGradGradReference(x, dy, gamma, epsilon, grad_dx_np, grad_dg_np, grad_db_np, begin_nor… argument
|