HomeSort by relevance Sort by last modified time
    Searched refs:tmp_i (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libstagefright/codecs/aacdec/
ps_all_pass_fract_delay_filter.cpp 207 Int32 tmp_i; local
214 tmp_i = *pt_iTmp << 1;
216 rTmp = cmplx_mul32_by_16(tmp_r, -tmp_i, cmplx);
218 iTmp = cmplx_mul32_by_16(tmp_i, tmp_r, cmplx);
237 tmp_i = *pt_iTmp << 1;
239 rTmp = cmplx_mul32_by_16(tmp_r, -tmp_i, cmplx);
241 iTmp = cmplx_mul32_by_16(tmp_i, tmp_r, cmplx);
258 tmp_i = *pt_iTmp << 1;
260 rTmp = cmplx_mul32_by_16(tmp_r, -tmp_i, cmplx);
262 iTmp = cmplx_mul32_by_16(tmp_i, tmp_r, cmplx)
320 Int32 tmp_i; local
    [all...]
  /external/clang/test/CodeGen/
builtins-x86.c 42 signed int tmp_i; local
104 tmp_i = __builtin_ia32_comieq(tmp_V4f, tmp_V4f);
105 tmp_i = __builtin_ia32_comilt(tmp_V4f, tmp_V4f);
106 tmp_i = __builtin_ia32_comile(tmp_V4f, tmp_V4f);
107 tmp_i = __builtin_ia32_comigt(tmp_V4f, tmp_V4f);
108 tmp_i = __builtin_ia32_comige(tmp_V4f, tmp_V4f);
109 tmp_i = __builtin_ia32_comineq(tmp_V4f, tmp_V4f);
110 tmp_i = __builtin_ia32_ucomieq(tmp_V4f, tmp_V4f);
111 tmp_i = __builtin_ia32_ucomilt(tmp_V4f, tmp_V4f);
112 tmp_i = __builtin_ia32_ucomile(tmp_V4f, tmp_V4f)
    [all...]

Completed in 221 milliseconds