Searched refs:s_x (Results 1 – 10 of 10) 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; 237 s_x += k; 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; 249 s_x += k; 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 | 255 const std::string s_x = std::to_string(x); 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() 285 const std::string s_x = std::to_string(x); in GenerateConvolution() local 287 c += " int x" + s_x + " = " + in GenerateConvolution() 288 GetXStrideCorrected("(X + " + s_x + ")", "args.src_tensor.Batch()", in GenerateConvolution() 292 c += " int x" + s_x + " = (X + " + s_x + in GenerateConvolution() 332 const std::string s_x = std::to_string(x); in GenerateConvolution() local 333 c += " int c_x" + s_x + " = x * args.dilation_x + x" + s_x + ";\n"; in GenerateConvolution() 335 c += " bool x" + s_x + "_out = c_x" + s_x + " < 0 || c_x" + s_x + in GenerateConvolution() [all …]
|
D | winograd.cc | 69 const std::string s_x = std::to_string(x); in GetKernelWinograd4x4To36() local 71 c += " int coord_x = X + " + s_x + " + args.padding_x;\n"; in GetKernelWinograd4x4To36() 78 c += " I[0][" + s_x + "] += Bt[" + std::to_string(y) + "] * src;\n"; in GetKernelWinograd4x4To36() 79 c += " I[1][" + s_x + "] += Bt[" + std::to_string(y + 6) + in GetKernelWinograd4x4To36() 81 c += " I[2][" + s_x + "] += Bt[" + std::to_string(y + 12) + in GetKernelWinograd4x4To36() 83 c += " I[3][" + s_x + "] += Bt[" + std::to_string(y + 18) + in GetKernelWinograd4x4To36() 85 c += " I[4][" + s_x + "] += Bt[" + std::to_string(y + 24) + in GetKernelWinograd4x4To36() 87 c += " I[5][" + s_x + "] += Bt[" + std::to_string(y + 30) + in GetKernelWinograd4x4To36()
|
D | conv_constants.cc | 182 std::string s_x = in GenerateConvolutionConstantCode() local 185 c += " bool x_out = " + s_x + " < 0 || " + s_x + in GenerateConvolutionConstantCode() 189 c += " " + s_type + " src = args.src_tensor.Read(" + s_x + ", " + in GenerateConvolutionConstantCode() 193 c += "(" + s_type + ")(0.0) : args.src_tensor.Read(" + s_x + ", " + in GenerateConvolutionConstantCode()
|
D | convolution_transposed_3x3.cc | 326 const std::string s_x = std::to_string(x); in GenerateConvolutionTransposedCode() local 329 const std::string x_c = "DST_X + " + s_x + " * " + pixel_stride; in GenerateConvolutionTransposedCode()
|
/external/clang/test/Sema/ |
D | format-strings-scanf.c | 26 unsigned short s_x; in test() local 27 scanf ("%" "hu" "\n", &s_x); // no-warning in test()
|
/external/llvm/test/MC/COFF/ |
D | section.s | 37 .section s_x,"x"; .long 1
|
/external/llvm-project/clang/test/Sema/ |
D | format-strings-scanf.c | 44 unsigned short s_x; in test() local 45 scanf ("%" "hu" "\n", &s_x); // no-warning in test()
|
/external/llvm-project/llvm/test/MC/COFF/ |
D | section.s | 38 .section s_x,"x"; .long 1
|
/external/libaom/libaom/av1/encoder/ |
D | rdopt.c | 5406 int16_t s_x; in av1_sobel() local 5410 s_x = SOBEL_X(src, stride, i, j); in av1_sobel() 5413 s_x = SOBEL_X(input, stride, i, j); in av1_sobel() 5416 sobel_xy r = { .x = s_x, .y = s_y }; in av1_sobel()
|