/external/libopus/celt/x86/ |
D | vq_sse.h | 36 #define op_pvq_search(x, iy, K, N, arch) \ argument 44 # define op_pvq_search(X, iy, K, N, arch) \ argument
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_rast_tri_tmp.h | 159 int iy = (i >> 2) * 4; in TAG() local 181 int iy = (i >> 2) * 4; in TAG() local 313 int iy = (i >> 2) * 16; in TAG() local 334 int iy = (i >> 2) * 16; in TAG() local 401 int iy = (i >> 2) * 4; in TRI_16() local
|
/external/XNNPACK/test/ |
D | convolution-operator-tester.h | 556 … const size_t iy = oy * subsampling_height() + ky * dilation_height() - padding_top(); in TestNHWCxQS8() local 580 … const size_t iy = oy * subsampling_height() + ky * dilation_height() - padding_top(); in TestNHWCxQS8() local 724 … const size_t iy = oy * subsampling_height() + ky * dilation_height() - padding_top(); in TestNHWCxQU8() local 748 … const size_t iy = oy * subsampling_height() + ky * dilation_height() - padding_top(); in TestNHWCxQU8() local 888 … const size_t iy = oy * subsampling_height() + ky * dilation_height() - padding_top(); in TestNHWCxF32() local 912 … const size_t iy = oy * subsampling_height() + ky * dilation_height() - padding_top(); in TestNHWCxF32() local 1048 … const size_t iy = oy * subsampling_height() + ky * dilation_height() - padding_top(); in TestNHWCxF16() local 1072 … const size_t iy = oy * subsampling_height() + ky * dilation_height() - padding_top(); in TestNHWCxF16() local 1212 … const size_t iy = oy * subsampling_height() + ky * dilation_height() - padding_top(); in TestNCHWxF32() local 1240 … const size_t iy = oy * subsampling_height() + ky * dilation_height() - padding_top(); in TestNCHWxF32() local [all …]
|
D | average-pooling-operator-tester.h | 468 const size_t iy = oy * stride_height() + py - padding_top(); in TestQU8() local 552 const size_t iy = oy * stride_height() + py - padding_top(); in TestF32() local 653 const size_t iy = oy * stride_height() + py - padding_top(); in TestSetupQU8() local 723 const size_t iy = oy * stride_height() + py - padding_top(); in TestSetupQU8() local 798 const size_t iy = oy * stride_height() + py - padding_top(); in TestSetupF32() local 881 const size_t iy = oy * stride_height() + py - padding_top(); in TestSetupF32() local
|
D | max-pooling-operator-tester.h | 469 const size_t iy = oy * stride_height() + py * dilation_height() - padding_top(); in TestU8() local 552 const size_t iy = oy * stride_height() + py * dilation_height() - padding_top(); in TestF32() local 655 const size_t iy = oy * stride_height() + py * dilation_height() - padding_top(); in TestSetupU8() local 726 const size_t iy = oy * stride_height() + py * dilation_height() - padding_top(); in TestSetupU8() local 795 const size_t iy = oy * stride_height() + py * dilation_height() - padding_top(); in TestSetupF32() local 880 const size_t iy = oy * stride_height() + py * dilation_height() - padding_top(); in TestSetupF32() local
|
D | depth-to-space-operator-tester.h | 170 for (size_t iy = 0; iy < input_height(); iy++) { in TestNHWCxX32() local 236 for (size_t iy = 0; iy < input_height(); iy++) { in TestNCHW2NHWCxX32() local
|
/external/libopus/celt/ |
D | vq.h | 49 #define op_pvq_search(x, iy, K, N, arch) \ argument
|
D | vq.c | 121 static void normalise_residual(int * OPUS_RESTRICT iy, celt_norm * OPUS_RESTRICT X, in normalise_residual() 143 static unsigned extract_collapse_mask(int *iy, int N, int B) in extract_collapse_mask() 165 opus_val16 op_pvq_search_c(celt_norm *X, int *iy, int K, int N, int arch) in op_pvq_search_c()
|
/external/fdlibm/ |
D | s_nextafter.c | 30 int hx,hy,ix,iy; local
|
D | k_sin.c | 58 double __kernel_sin(double x, double y, int iy) in __kernel_sin()
|
D | e_fmod.c | 35 int n,hx,hy,hz,ix,iy,sx,i; local
|
D | e_atan2.c | 64 int k,m,hx,hy,ix,iy; local
|
D | k_tan.c | 74 __kernel_tan(double x, double y, int iy) { in __kernel_tan()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_points.c | 194 GLint xmin, xmax, ymin, ymax, iy; in sprite_point() local 315 GLint ix, iy; in smooth_point() local 410 GLint xmin, xmax, ymin, ymax, ix, iy; in large_point() local
|
D | s_aatritemp.h | 184 GLint iy; variable 253 GLint iy; variable
|
/external/rust/crates/libm/src/math/ |
D | atan2f.rs | 33 let mut iy = y.to_bits(); in atan2f() localVariable
|
D | atan2.rs | 58 let mut iy = (y.to_bits() >> 32) as u32; in atan2() localVariable
|
/external/llvm-project/libc/AOR_v20.02/math/ |
D | powf.c | 112 checkint (uint32_t iy) in checkint() 136 uint32_t ix, iy; in powf() local
|
/external/arm-optimized-routines/math/ |
D | powf.c | 111 checkint (uint32_t iy) in checkint() 135 uint32_t ix, iy; in powf() local
|
/external/XNNPACK/src/x32-depthtospace2d-chw2hwc/ |
D | scalar.c | 25 for (size_t iy = 0; iy < input_height; iy++) { in xnn_x32_depthtospace2d_chw2hwc_ukernel__scalar() local
|
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/ |
D | GifFrame.java | 7 int ix, iy, iw, ih; field in GifFrame
|
/external/libaom/libaom/av1/common/x86/ |
D | highbd_warp_plane_sse4.c | 179 int iy = iy4 + k; in highbd_warp_horizontal_filter_alpha0_beta0() local 202 int iy = iy4 + k; in highbd_warp_horizontal_filter_alpha0() local 232 int iy = iy4 + k; in highbd_warp_horizontal_filter_beta0() local 254 int iy = iy4 + k; in highbd_warp_horizontal_filter() local 378 int iy = iy4 + k; in av1_highbd_warp_affine_sse4_1() local 389 int iy = iy4 + k; in av1_highbd_warp_affine_sse4_1() local 404 int iy = iy4 + k; in av1_highbd_warp_affine_sse4_1() local
|
/external/skqp/tests/ |
D | SizeTest.cpp | 37 int iy = 3; in DEF_TEST() local
|
/external/skia/tests/ |
D | SizeTest.cpp | 37 int iy = 3; in DEF_TEST() local
|
/external/llvm-project/flang/lib/Evaluate/ |
D | tools.cpp | 79 Expr<SomeInteger> &&iy) -> ConvertRealOperandsResult { in ConvertRealOperands() 94 Expr<SomeInteger> &&iy) -> ConvertRealOperandsResult { in ConvertRealOperands() 112 Expr<SomeInteger> &&iy) -> ConvertRealOperandsResult { in ConvertRealOperands() 157 Expr<SomeReal> &&rx, Expr<SomeInteger> &&iy) { in MixedRealLeft() 325 [](Expr<SomeInteger> &&ix, Expr<SomeInteger> &&iy) { in NumericOperation() 334 [](Expr<SomeReal> &&rx, Expr<SomeInteger> &&iy) { in NumericOperation() 352 [&](Expr<SomeComplex> &&zx, Expr<SomeInteger> &&iy) { in NumericOperation() 369 [&](BOZLiteralConstant &&bx, Expr<SomeInteger> &&iy) { in NumericOperation() 484 Expr<SomeInteger> &&iy) -> std::optional<Expr<LogicalResult>> { in Relate() 491 [&](Expr<SomeReal> &&rx, Expr<SomeInteger> &&iy) { in Relate() [all …]
|