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 | 970 WORD32 tmp_i, temp_imag; in ixheaacd_hf_generator() local 987 tmp_i = (ixheaacd_sub32_sat( in ixheaacd_hf_generator() 993 temp_imag = ixheaacd_abs32(tmp_i); in ixheaacd_hf_generator() 1007 (ixheaacd_mult32x16in32(tmp_i, inverse_d) << (norm_d + 1)) >> 15); in ixheaacd_hf_generator() 1016 WORD32 tmp_i = 0, temp_imag = 0; in ixheaacd_hf_generator() local 1030 tmp_i = ixheaacd_sub32( in ixheaacd_hf_generator() 1037 tmp_i = tmp_i << 1; in ixheaacd_hf_generator() 1039 temp_imag = ixheaacd_abs32(tmp_i); in ixheaacd_hf_generator() 1055 (ixheaacd_mult32x16in32(ixheaacd_sub32_sat(0, tmp_i), inverse_r11) in ixheaacd_hf_generator()
|
D | ixheaacd_hbe_trans.c | 759 register FLOAT32 tmp_r, tmp_i; in ixheaacd_hbe_post_anal_prod2() local 761 tmp_i = *norm_ptr++; in ixheaacd_hbe_post_anal_prod2() 764 ((tmp_r * x_zero_band_r - tmp_i * x_zero_band_i) * 0.3333333f); in ixheaacd_hbe_post_anal_prod2() 767 ((tmp_r * x_zero_band_i + tmp_i * x_zero_band_r) * 0.3333333f); in ixheaacd_hbe_post_anal_prod2() 1098 register FLOAT32 tmp_r, tmp_i; in ixheaacd_hbe_post_anal_xprod2() local 1100 tmp_i = *norm_ptr++; in ixheaacd_hbe_post_anal_xprod2() 1103 ((tmp_r * x_zero_band_r - tmp_i * x_zero_band_i) * 0.3333333f); in ixheaacd_hbe_post_anal_xprod2() 1106 ((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()
|