Searched refs:tmp_i (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-x86.c | 42 signed int tmp_i; in f0() local 108 tmp_i = __builtin_ia32_comieq(tmp_V4f, tmp_V4f); in f0() 109 tmp_i = __builtin_ia32_comilt(tmp_V4f, tmp_V4f); in f0() 110 tmp_i = __builtin_ia32_comile(tmp_V4f, tmp_V4f); in f0() 111 tmp_i = __builtin_ia32_comigt(tmp_V4f, tmp_V4f); in f0() 112 tmp_i = __builtin_ia32_comige(tmp_V4f, tmp_V4f); in f0() 113 tmp_i = __builtin_ia32_comineq(tmp_V4f, tmp_V4f); in f0() 114 tmp_i = __builtin_ia32_ucomieq(tmp_V4f, tmp_V4f); in f0() 115 tmp_i = __builtin_ia32_ucomilt(tmp_V4f, tmp_V4f); in f0() 116 tmp_i = __builtin_ia32_ucomile(tmp_V4f, tmp_V4f); in f0() [all …]
|
/external/libxaac/decoder/ |
D | ixheaacd_lpp_tran.c | 1095 WORD32 tmp_i, temp_imag; in ixheaacd_hf_generator() local 1112 tmp_i = (ixheaacd_sub32_sat( in ixheaacd_hf_generator() 1118 temp_imag = ixheaacd_abs32(tmp_i); in ixheaacd_hf_generator() 1132 (ixheaacd_mult32x16in32(tmp_i, inverse_d) << (norm_d + 1)) >> 15); in ixheaacd_hf_generator() 1141 WORD32 tmp_i = 0, temp_imag = 0; in ixheaacd_hf_generator() local 1155 tmp_i = ixheaacd_sub32_sat( in ixheaacd_hf_generator() 1162 tmp_i = tmp_i << 1; in ixheaacd_hf_generator() 1164 temp_imag = ixheaacd_abs32(tmp_i); in ixheaacd_hf_generator() 1180 (ixheaacd_mult32x16in32(ixheaacd_sub32_sat(0, tmp_i), inverse_r11) in ixheaacd_hf_generator()
|
D | ixheaacd_hbe_trans.c | 772 register FLOAT32 tmp_r, tmp_i; in ixheaacd_hbe_post_anal_prod2() local 774 tmp_i = *norm_ptr++; in ixheaacd_hbe_post_anal_prod2() 777 ((tmp_r * x_zero_band_r - tmp_i * x_zero_band_i) * 0.3333333f); in ixheaacd_hbe_post_anal_prod2() 780 ((tmp_r * x_zero_band_i + tmp_i * x_zero_band_r) * 0.3333333f); in ixheaacd_hbe_post_anal_prod2() 1111 register FLOAT32 tmp_r, tmp_i; in ixheaacd_hbe_post_anal_xprod2() local 1113 tmp_i = *norm_ptr++; in ixheaacd_hbe_post_anal_xprod2() 1116 ((tmp_r * x_zero_band_r - tmp_i * x_zero_band_i) * 0.3333333f); in ixheaacd_hbe_post_anal_xprod2() 1119 ((tmp_r * x_zero_band_i + tmp_i * x_zero_band_r) * 0.3333333f); in ixheaacd_hbe_post_anal_xprod2()
|
/external/aac/libSBRdec/src/ |
D | hbe.cpp | 1275 FIXP_DBL tmp_i = gc_i_m; in calculateCenterFIXP() local 1280 tmp_i); in calculateCenterFIXP() 1335 FIXP_DBL tmp_r, tmp_i; in addHighBandPart() local 1336 cplxMultDiv2(&tmp_r, &tmp_i, g_r_m, g_i_m, gammaCenterReal_m, in addHighBandPart() 1340 g_i_m = fMultDiv2(tmp_i, factor_m) << shift; in addHighBandPart()
|
/external/clang/lib/Frontend/ |
D | TextDiagnostic.cpp | 168 size_t tmp_i = i; in expandTabs() local 170 = printableTextForNextCharacter(SourceLine, &tmp_i, TabStop); in expandTabs()
|