Home
last modified time | relevance | path

Searched refs:dx (Results 1 – 25 of 1229) sorted by relevance

12345678910>>...50

/external/tensorflow/tensorflow/core/ops/
Dmath_grad_test.cc117 void SymGrad(const string& op, const Tensor& x, const Tensor& y, Tensor* dx, in SymGrad() argument
168 *dx = outputs[0]; in SymGrad()
174 Tensor* dx, Tensor* di) { in ReductionGrad() argument
223 *dx = outputs[0]; in ReductionGrad()
258 const Tensor& y, bool ay, Tensor* dx, Tensor* dy) { in MatMulGradCommon() argument
312 *dx = outputs[0]; in MatMulGradCommon()
317 Tensor* dx, Tensor* dy) { in MatMulGrad() argument
319 ay, dx, dy); in MatMulGrad()
323 Tensor* dx, Tensor* dy) { in BatchMatMulGrad() argument
324 return MatMulGradCommon("BatchMatMul", "adj_x", "adj_y", x, ax, y, ay, dx, in BatchMatMulGrad()
[all …]
Darray_grad_test.cc70 auto dx = PackGrad(x0, x1, dy, 0); in TEST() local
71 test::ExpectClose(dx[0], in TEST()
73 test::ExpectClose(dx[1], in TEST()
111 auto dx = UnpackGrad(x, dy0, dy1, 0); in TEST() local
112 test::ExpectClose(dx[0], test::AsTensor<float>({0., 1., 2., 3., 4., 5., 100., in TEST()
174 auto dx = ConcatGrad(1, x0, x1, dy); in TEST() local
175 test::ExpectTensorEqual<int32>(dx[0], test::AsScalar(0)); in TEST()
177 dx[1], in TEST()
182 test::ExpectClose(dx[2], test::AsTensor<float>({15., 16., 17., 18., 19., 35., in TEST()
187 dx = ConcatGradV2(1, x0, x1, dy); in TEST()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Znver1/
Dpartial-reg-update-3.s4 # The ILP is limited by the false dependency on %dx. So, the mov cannot execute
7 add %cx, %dx
8 mov %ax, %dx
9 xor %bx, %dx
27 # CHECK-NEXT: 1 1 0.25 addw %cx, %dx
28 # CHECK-NEXT: 1 1 0.25 movw %ax, %dx
29 # CHECK-NEXT: 1 1 0.25 xorw %bx, %dx
51 …: - - 0.25 0.25 0.25 0.25 - - - - - - addw %cx, %dx
52 …: - - 0.25 0.25 0.25 0.25 - - - - - - movw %ax, %dx
53 …: - - 0.25 0.25 0.25 0.25 - - - - - - xorw %bx, %dx
[all …]
/external/u-boot/arch/x86/cpu/quark/
Dcar.S59 mov $PCI_REG_ADDR, %dx
60 out %eax, %dx
61 mov $PCI_REG_DATA, %dx
63 out %eax, %dx
67 mov $PCI_REG_ADDR, %dx
68 out %eax, %dx
69 mov $PCI_REG_DATA, %dx
70 in %dx, %eax
90 mov $PCI_REG_ADDR, %dx
91 out %eax, %dx
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dpr9517.ll50 ; CHECK-NEXT: # kill: def $dx killed $dx killed $edx
52 ; CHECK-NEXT: outb %al, %dx
57 ; CHECK-NEXT: # kill: def $dx killed $dx killed $edx
59 ; CHECK-NEXT: outb %al, %dx
64 ; CHECK-NEXT: # kill: def $dx killed $dx killed $edx
66 ; CHECK-NEXT: outb %al, %dx
71 ; CHECK-NEXT: # kill: def $dx killed $dx killed $edx
73 ; CHECK-NEXT: outb %al, %dx
78 ; CHECK-NEXT: # kill: def $dx killed $dx killed $edx
80 ; CHECK-NEXT: outb %al, %dx
[all …]
/external/skia/src/core/
DSkBitmapProcState_matrixProcs.cpp32 SkFixed dx, in can_truncate_to_fixed_for_decal() argument
39 if (dx <= SK_Fixed1 / 256) { in can_truncate_to_fixed_for_decal()
54 const uint64_t lastFx = fx + sk_64_mul(dx, count - 1); in can_truncate_to_fixed_for_decal()
65 static void decal_nofilter_scale(uint32_t dst[], SkFixed fx, SkFixed dx, int count) { in decal_nofilter_scale() argument
68 (fx + dx) >> 16); in decal_nofilter_scale()
69 fx += dx+dx; in decal_nofilter_scale()
75 fx += dx; in decal_nofilter_scale()
101 const SkFractionalInt dx = s.fInvSxFractionalInt; in nofilter_scale() local
105 const SkFixed fixedDx = SkFractionalIntToFixed(dx); in nofilter_scale()
116 tile(SkFractionalIntToFixed(fx + dx), maxX)); in nofilter_scale()
[all …]
/external/skqp/src/core/
DSkBitmapProcState_matrixProcs.cpp32 SkFixed dx, in can_truncate_to_fixed_for_decal() argument
39 if (dx <= SK_Fixed1 / 256) { in can_truncate_to_fixed_for_decal()
54 const uint64_t lastFx = fx + sk_64_mul(dx, count - 1); in can_truncate_to_fixed_for_decal()
65 static void decal_nofilter_scale(uint32_t dst[], SkFixed fx, SkFixed dx, int count) { in decal_nofilter_scale() argument
68 (fx + dx) >> 16); in decal_nofilter_scale()
69 fx += dx+dx; in decal_nofilter_scale()
75 fx += dx; in decal_nofilter_scale()
101 const SkFractionalInt dx = s.fInvSxFractionalInt; in nofilter_scale() local
105 const SkFixed fixedDx = SkFractionalIntToFixed(dx); in nofilter_scale()
116 tile(SkFractionalIntToFixed(fx + dx), maxX)); in nofilter_scale()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/BtVer2/
Dpartial-reg-update-3.s6 # The ILP is limited by the false dependency on %dx. So, the mov cannot execute
9 add %cx, %dx
10 mov %ax, %dx
11 xor %bx, %dx
29 # CHECK-NEXT: 1 1 0.50 addw %cx, %dx
30 # CHECK-NEXT: 1 1 0.50 movw %ax, %dx
31 # CHECK-NEXT: 1 1 0.50 xorw %bx, %dx
55 … - - - - - - - - - - - - addw %cx, %dx
56 … - - - - - - - - - - - - movw %ax, %dx
57 … - - - - - - - - - - - - xorw %bx, %dx
[all …]
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_msg.c84 ax, bx, cx, dx, si, di) \ argument
90 "=d"(dx), \
129 ax, bx, cx, dx, si, di) \ argument
138 "=d"(dx), \
153 ax, bx, cx, dx, si, di) \ argument
162 "=d"(dx), \
184 ax, bx, cx, dx, si, di) \ argument
193 "=d"(dx), \
209 ax, bx, cx, dx, si, di) \ argument
218 "=d"(dx), \
[all …]
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/core/
DGradients.java61 public Options dx(Iterable<? extends Operand<?>> dx) { in dx() method in Gradients.Options
62 this.dx = dx; in dx()
66 private Iterable<? extends Operand<?>> dx; field in Gradients.Options
86 Output<?>[] dx = null; in create() local
89 if (opts.dx != null) { in create()
90 dx = Operands.asOutputs(opts.dx); in create()
98 scope.makeOpName("Gradients"), Operands.asOutputs(y), Operands.asOutputs(x), dx); in create()
124 public static Options dx(Iterable<? extends Operand<?>> dx) { in dx() method in Gradients
125 return new Options().dx(dx); in dx()
/external/freetype/src/autofit/
Dafangles.c45 af_angle_atan( FT_Fixed dx,
49 FT_Fixed ax = dx;
65 if ( dx < 0 )
124 af_angle_atan( FT_Fixed dx, in af_angle_atan() argument
134 if ( dx < 0 ) in af_angle_atan()
138 else if ( dx == 0 ) in af_angle_atan()
147 if ( dx < 0 ) in af_angle_atan()
149 dx = -dx; in af_angle_atan()
159 tmp = dx; in af_angle_atan()
160 dx = -dy; in af_angle_atan()
[all …]
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DConstants.java17 package com.android.dx;
19 import com.android.dx.rop.cst.CstBoolean;
20 import com.android.dx.rop.cst.CstByte;
21 import com.android.dx.rop.cst.CstChar;
22 import com.android.dx.rop.cst.CstDouble;
23 import com.android.dx.rop.cst.CstFloat;
24 import com.android.dx.rop.cst.CstInteger;
25 import com.android.dx.rop.cst.CstKnownNull;
26 import com.android.dx.rop.cst.CstLong;
27 import com.android.dx.rop.cst.CstShort;
[all …]
DTypeId.java17 package com.android.dx;
19 import com.android.dx.rop.cst.CstType;
36 … public static final TypeId<Boolean> BOOLEAN = new TypeId<>(com.android.dx.rop.type.Type.BOOLEAN);
39 public static final TypeId<Byte> BYTE = new TypeId<>(com.android.dx.rop.type.Type.BYTE);
42 public static final TypeId<Character> CHAR = new TypeId<>(com.android.dx.rop.type.Type.CHAR);
45 public static final TypeId<Double> DOUBLE = new TypeId<>(com.android.dx.rop.type.Type.DOUBLE);
48 public static final TypeId<Float> FLOAT = new TypeId<>(com.android.dx.rop.type.Type.FLOAT);
51 public static final TypeId<Integer> INT = new TypeId<>(com.android.dx.rop.type.Type.INT);
54 public static final TypeId<Long> LONG = new TypeId<>(com.android.dx.rop.type.Type.LONG);
57 public static final TypeId<Short> SHORT = new TypeId<>(com.android.dx.rop.type.Type.SHORT);
[all …]
/external/llvm/test/MC/X86/
Dx86-32.s598 out %al, (%dx)
600 outb %al, (%dx)
602 out %ax, (%dx)
604 outw %ax, (%dx)
606 out %eax, (%dx)
608 outl %eax, (%dx)
612 in (%dx), %al
614 inb (%dx), %al
616 in (%dx), %ax
618 inw (%dx), %ax
[all …]
Dx86-64.s249 inw %dx
251 outw %dx
252 inl %dx
263 out %al, (%dx)
264 outb %al, (%dx)
265 out %ax, (%dx)
266 outw %ax, (%dx)
267 out %eax, (%dx)
268 outl %eax, (%dx)
277 in (%dx), %al
[all …]
/external/libaom/libaom/third_party/libyuv/source/
Dscale_argb.cc37 int x, int dx, int y, int dy, in ScaleARGBDown2() argument
46 assert(dx == 65536 * 2); // Test scale factor of 2. in ScaleARGBDown2()
97 int x, int dx, int y, int dy) { in ScaleARGBDown4Box() argument
107 assert(dx == 65536 * 4); // Test scale factor of 4. in ScaleARGBDown4Box()
144 int x, int dx, int y, int dy, in ScaleARGBDownEven() argument
147 int col_step = dx >> 16; in ScaleARGBDownEven()
191 int x, int dx, int y, int dy, in ScaleARGBBilinearDown() argument
198 int dst_width, int x, int dx) = in ScaleARGBBilinearDown()
200 int64 xlast = x + (int64)(dst_width - 1) * dx; in ScaleARGBBilinearDown()
201 int64 xl = (dx >= 0) ? x : xlast; in ScaleARGBBilinearDown()
[all …]
/external/tensorflow/tensorflow/cc/gradients/
Dnn_grad.cc44 auto dx = Mul(scope, sub, y); in SoftmaxGrad() local
45 grad_outputs->push_back(dx); in SoftmaxGrad()
122 auto dx = Sub(scope, grad_inputs[0], mul); in LogSoftmaxGrad() local
123 grad_outputs->push_back(dx); in LogSoftmaxGrad()
131 auto dx = internal::ReluGrad(scope, grad_inputs[0], op.input(0)); in ReluGradHelper() local
132 grad_outputs->push_back(dx); in ReluGradHelper()
140 auto dx = internal::Relu6Grad(scope, grad_inputs[0], op.input(0)); in Relu6GradHelper() local
141 grad_outputs->push_back(dx); in Relu6GradHelper()
152 auto dx = internal::LeakyReluGrad(scope, grad_inputs[0], op.input(0), in LeakyReluGradHelper() local
154 grad_outputs->push_back(dx); in LeakyReluGradHelper()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
Dx86-32.s618 out %al, (%dx)
620 outb %al, (%dx)
622 out %ax, (%dx)
624 outw %ax, (%dx)
626 out %eax, (%dx)
628 outl %eax, (%dx)
632 in (%dx), %al
634 inb (%dx), %al
636 in (%dx), %ax
638 inw (%dx), %ax
[all …]
DI186-32.s37 insb %dx, %es:(%edi)
41 insl %dx, %es:(%edi)
45 insw %dx, %es:(%edi)
53 outsb %es:(%esi), %dx
57 outsl %es:(%esi), %dx
61 outsw %es:(%esi), %dx
241 rep insb %dx, %es:(%edi)
245 rep insl %dx, %es:(%edi)
249 rep insw %dx, %es:(%edi)
253 repne insb %dx, %es:(%edi)
[all …]
DI386-32.s69 insb %dx, %es:(%edi)
73 insl %dx, %es:(%edi)
77 insw %dx, %es:(%edi)
109 outsb %es:(%esi), %dx
113 outsl %es:(%esi), %dx
117 outsw %es:(%esi), %dx
165 rep insb %dx, %es:(%edi)
169 rep insl %dx, %es:(%edi)
173 rep insw %dx, %es:(%edi)
205 repne insb %dx, %es:(%edi)
[all …]
/external/libyuv/files/source/
Dscale_argb.cc42 int dx, in ScaleARGBDown2() argument
56 (void)dx; in ScaleARGBDown2()
57 assert(dx == 65536 * 2); // Test scale factor of 2. in ScaleARGBDown2()
137 int dx, in ScaleARGBDown4Box() argument
152 (void)dx; in ScaleARGBDown4Box()
153 assert(dx == 65536 * 4); // Test scale factor of 4. in ScaleARGBDown4Box()
195 int dx, in ScaleARGBDownEven() argument
200 int col_step = dx >> 16; in ScaleARGBDownEven()
261 int dx, in ScaleARGBBilinearDown() argument
270 int dst_width, int x, int dx) = in ScaleARGBBilinearDown()
[all …]
/external/libvpx/libvpx/third_party/libyuv/source/
Dscale_argb.cc42 int dx, in ScaleARGBDown2() argument
56 (void)dx; in ScaleARGBDown2()
57 assert(dx == 65536 * 2); // Test scale factor of 2. in ScaleARGBDown2()
137 int dx, in ScaleARGBDown4Box() argument
152 (void)dx; in ScaleARGBDown4Box()
153 assert(dx == 65536 * 4); // Test scale factor of 4. in ScaleARGBDown4Box()
195 int dx, in ScaleARGBDownEven() argument
200 int col_step = dx >> 16; in ScaleARGBDownEven()
261 int dx, in ScaleARGBBilinearDown() argument
270 int dst_width, int x, int dx) = in ScaleARGBBilinearDown()
[all …]
/external/tensorflow/tensorflow/python/keras/mixed_precision/experimental/
Dtest_util.py47 def grad(dx): argument
49 assert dx.dtype == expected_dtype, (
50 'dx.dtype should be %s but is: %s' % (expected_dtype, dx.dtype))
51 expected_tensor = ops.convert_to_tensor(expected_gradient, dtype=dx.dtype)
52 assert_op = check_ops.assert_equal(dx, expected_tensor, data=[dx])
54 dx = array_ops.identity(dx)
55 return dx
/external/eigen/blas/f2c/
Ddrotm.c15 /* Subroutine */ int drotm_(integer *n, doublereal *dx, integer *incx, in drotm_() argument
90 --dx; in drotm_()
117 w = dx[i__]; in drotm_()
119 dx[i__] = w + z__ * dh12; in drotm_()
130 w = dx[i__]; in drotm_()
132 dx[i__] = w * dh11 + z__; in drotm_()
145 w = dx[i__]; in drotm_()
147 dx[i__] = w * dh11 + z__ * dh12; in drotm_()
174 w = dx[kx]; in drotm_()
176 dx[kx] = w + z__ * dh12; in drotm_()
[all …]
/external/libhevc/encoder/
Dihevce_inter_pred.c181 WORD32 dx, in ihevce_luma_interpolate_16bit_dxdy() argument
184 if((0 == dx) && (0 == dy)) in ihevce_luma_interpolate_16bit_dxdy()
191 else if((0 != dx) && (0 != dy)) in ihevce_luma_interpolate_16bit_dxdy()
205 &gai1_hevc_luma_filter_taps[dx][0], in ihevce_luma_interpolate_16bit_dxdy()
224 pu1_src, pi2_dst, src_strd, dst_strd, &gai1_hevc_luma_filter_taps[dx][0], ht, wd); in ihevce_luma_interpolate_16bit_dxdy()
289 WORD32 dx, in ihevce_luma_interpolate_8bit_dxdy() argument
292 if((0 == dx) && (0 == dy)) in ihevce_luma_interpolate_8bit_dxdy()
299 else if((0 != dx) && (0 != dy)) in ihevce_luma_interpolate_8bit_dxdy()
313 &gai1_hevc_luma_filter_taps[dx][0], in ihevce_luma_interpolate_8bit_dxdy()
332 pu1_src, pu1_dst, src_strd, dst_strd, &gai1_hevc_luma_filter_taps[dx][0], ht, wd); in ihevce_luma_interpolate_8bit_dxdy()
[all …]

12345678910>>...50