Home
last modified time | relevance | path

Searched refs:tmp_s (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/test/
Dlpf_test.cc64 uint16_t tmp_s[kNumCoeffs]; in InitInput() local
69 tmp_s[j] = rnd->Rand16(); in InitInput()
75 tmp_s[j] = rnd->Rand16(); in InitInput()
77 tmp_s[j] = tmp_s[j - 1] + (limit - 1); in InitInput()
79 tmp_s[j] = tmp_s[j - 1] - (limit - 1); in InitInput()
94 tmp_s[j] = rnd->Rand16(); in InitInput()
96 tmp_s[(j % 32) * 32 + j / 32] = in InitInput()
97 tmp_s[((j - 1) % 32) * 32 + (j - 1) / 32] + (limit - 1); in InitInput()
99 tmp_s[(j % 32) * 32 + j / 32] = in InitInput()
100 tmp_s[((j - 1) % 32) * 32 + (j - 1) / 32] - (limit - 1); in InitInput()
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.c591 uint8_t *tmp_s = NULL; in util_format_translate() local
603 tmp_s = MALLOC(width * sizeof *tmp_s); in util_format_translate()
612 if (tmp_s) { in util_format_translate()
613 src_format_desc->unpack_s_8uint(tmp_s, 0, src_row, src_stride, width, 1); in util_format_translate()
614 dst_format_desc->pack_s_8uint(dst_row, dst_stride, tmp_s, 0, width, 1); in util_format_translate()
621 if (tmp_s) { in util_format_translate()
622 FREE(tmp_s); in util_format_translate()
/external/ltp/tools/top-LTP/proc/
Dsysinfo.c260 double tmp_u, tmp_n, tmp_s, tmp_i, tmp_w; in five_cpu_numbers() local
279 tmp_s = ((double)new_s - (double)old_s) * scale; in five_cpu_numbers()
285 tmp_s = NAN; in five_cpu_numbers()
291 SET_IF_DESIRED(sret, tmp_s); in five_cpu_numbers()
/external/clang/test/CodeGen/
Dbuiltins-x86.c38 signed short tmp_s; in f0() local