Searched refs:tmp_s (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/test/ |
D | lpf_test.cc | 64 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/ |
D | u_format.c | 591 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/ |
D | sysinfo.c | 260 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/ |
D | builtins-x86.c | 38 signed short tmp_s; in f0() local
|