Searched refs:s_y (Results 1 – 8 of 8) sorted by relevance
/external/igt-gpu-tools/tests/i915/ |
D | gem_exec_lut_handle.c | 141 double s_x, s_y, s_xx, s_xy; variable 234 s_x = s_y = s_xx = s_xy = 0; 238 s_y += elapsed[j][0]; 242 B = (s_xy - s_x * s_y / j) / (s_xx - s_x * s_x / j); 243 A = s_y / j - B * s_x / j; 246 s_x = s_y = s_xx = s_xy = 0; 250 s_y += elapsed[j][1]; 254 B = (s_xy - s_x * s_y / j) / (s_xx - s_x * s_x / j); 255 A = s_y / j - B * s_x / j;
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | conv_metal.cc | 253 const std::string s_y = std::to_string(y); in GenerateConvolution() local 256 const std::string s_yx = s_y + s_x; in GenerateConvolution() 257 c += lambda(s_yx, s_x, s_y, x, y) + "\n"; in GenerateConvolution() 299 const std::string s_y = std::to_string(y); in GenerateConvolution() local 300 c += " int y" + s_y + " = (Y + " + s_y + in GenerateConvolution() 312 const std::string s_y = std::to_string(y); in GenerateConvolution() local 313 c += " int c_y" + s_y + " = y * args.dilation_y + y" + s_y + ";\n"; in GenerateConvolution() 315 c += " bool y" + s_y + "_out = c_y" + s_y + " < 0 || c_y" + s_y + in GenerateConvolution() 317 c += " c_y" + s_y + " = clamp(c_y" + s_y + in GenerateConvolution() 323 const std::string s_y = std::to_string(y); in GenerateConvolution() local [all …]
|
D | conv_constants.cc | 174 std::string s_y = absl::StrCat("(start_y + ", ky, " * args.dilation_y)"); in GenerateConvolutionConstantCode() local 177 c += " bool y_out = " + s_y + " < 0 || " + s_y + in GenerateConvolutionConstantCode() 190 s_y + ", " + std::to_string(s) + ")" + s_postfix + ";\n"; in GenerateConvolutionConstantCode() 194 s_y + ", " + std::to_string(s) + ")" + s_postfix + ";\n"; in GenerateConvolutionConstantCode()
|
D | convolution_transposed_3x3.cc | 327 const std::string s_y = std::to_string(y); in GenerateConvolutionTransposedCode() local 330 const std::string y_c = "DST_Y + " + s_y; in GenerateConvolutionTransposedCode()
|
D | winograd.cc | 60 const std::string s_y = std::to_string(y); in GetKernelWinograd4x4To36() local 62 c += " int coord_y = Y + " + s_y + " + args.padding_y;\n"; in GetKernelWinograd4x4To36()
|
/external/llvm/test/MC/COFF/ |
D | section.s | 38 .section s_y,"y"; .long 1
|
/external/llvm-project/llvm/test/MC/COFF/ |
D | section.s | 39 .section s_y,"y"; .long 1
|
/external/libaom/libaom/av1/encoder/ |
D | rdopt.c | 5407 int16_t s_y; in av1_sobel() local 5411 s_y = SOBEL_Y(src, stride, i, j); in av1_sobel() 5414 s_y = SOBEL_Y(input, stride, i, j); in av1_sobel() 5416 sobel_xy r = { .x = s_x, .y = s_y }; in av1_sobel()
|