Home
last modified time | relevance | path

Searched refs:kj (Results 1 - 4 of 4) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DexponentiationOperatorWithTemplateStringInvalidES6.js15 kj **= `2${ 3 }4`;
30 kj = Math.pow(kj, `2${3}4`);
/third_party/ffmpeg/libavfilter/
H A Dvf_siti.c176 int kj; in convolve_sobel() local
195 kj = floor(k / filter_width) - 1; \ in convolve_sobel()
196 index = (j + kj) * stride + (i + ki); \ in convolve_sobel()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp1059 deUint32 ik, kj, ij; in iterate() local
1079 kj = mX * K + k + strides[1] * (mY * N + j); in iterate()
1081 kj = mX * N + j + strides[1] * (mY * K + k); in iterate()
1083 float Bkj = getDataFloat(ptrs[1], dataTypes[1], kj); in iterate()
1180 deUint32 ik, kj, ij; in iterate() local
1200 kj = mX * K + k + strides[1] * (mY * N + j); in iterate()
1202 kj = mX * N + j + strides[1] * (mY * K + k); in iterate()
1204 deUint32 Bkj = getDataInt(ptrs[1], dataTypes[1], kj); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp1466 deUint32 ik, kj, ij; in iterate() local
1486 kj = mX * K + k + strides[1] * mY * N + loadStrides[1] * j; in iterate()
1488 kj = mX * N + j + strides[1] * mY * K + loadStrides[1] * k; in iterate()
1490 float Bkj = getDataFloat(ptrs[1], dataTypes[1], kj); in iterate()
1597 deUint32 ik, kj, ij; in iterate() local
1618 kj = mX * K + k + strides[1] * mY * N + loadStrides[1] * j; in iterate()
1620 kj = mX * N + j + strides[1] * mY * K + loadStrides[1] * k; in iterate()
1622 deUint32 Bkj = getDataInt(ptrs[1], dataTypes[1], kj); in iterate()

Completed in 7 milliseconds