Home
last modified time | relevance | path

Searched refs:tmp_i (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-x86.c42 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/llvm-project/clang/test/CodeGen/
Dbuiltins-x86.c55 signed int tmp_i; in f0() local
130 tmp_i = __builtin_ia32_comieq(tmp_V4f, tmp_V4f); in f0()
131 tmp_i = __builtin_ia32_comilt(tmp_V4f, tmp_V4f); in f0()
132 tmp_i = __builtin_ia32_comile(tmp_V4f, tmp_V4f); in f0()
133 tmp_i = __builtin_ia32_comigt(tmp_V4f, tmp_V4f); in f0()
134 tmp_i = __builtin_ia32_comige(tmp_V4f, tmp_V4f); in f0()
135 tmp_i = __builtin_ia32_comineq(tmp_V4f, tmp_V4f); in f0()
136 tmp_i = __builtin_ia32_ucomieq(tmp_V4f, tmp_V4f); in f0()
137 tmp_i = __builtin_ia32_ucomilt(tmp_V4f, tmp_V4f); in f0()
138 tmp_i = __builtin_ia32_ucomile(tmp_V4f, tmp_V4f); in f0()
[all …]
/external/libxaac/decoder/
Dixheaacd_lpp_tran.c970 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_sat( 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()
Dixheaacd_hbe_trans.c760 register FLOAT32 tmp_r, tmp_i; in ixheaacd_hbe_post_anal_prod2() local
762 tmp_i = *norm_ptr++; in ixheaacd_hbe_post_anal_prod2()
765 ((tmp_r * x_zero_band_r - tmp_i * x_zero_band_i) * 0.3333333f); in ixheaacd_hbe_post_anal_prod2()
768 ((tmp_r * x_zero_band_i + tmp_i * x_zero_band_r) * 0.3333333f); in ixheaacd_hbe_post_anal_prod2()
1099 register FLOAT32 tmp_r, tmp_i; in ixheaacd_hbe_post_anal_xprod2() local
1101 tmp_i = *norm_ptr++; in ixheaacd_hbe_post_anal_xprod2()
1104 ((tmp_r * x_zero_band_r - tmp_i * x_zero_band_i) * 0.3333333f); in ixheaacd_hbe_post_anal_xprod2()
1107 ((tmp_r * x_zero_band_i + tmp_i * x_zero_band_r) * 0.3333333f); in ixheaacd_hbe_post_anal_xprod2()
/external/aac/libSBRdec/src/
Dhbe.cpp1275 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/
DTextDiagnostic.cpp168 size_t tmp_i = i; in expandTabs() local
170 = printableTextForNextCharacter(SourceLine, &tmp_i, TabStop); in expandTabs()
/external/llvm-project/clang/lib/Frontend/
DTextDiagnostic.cpp168 size_t tmp_i = i; in expandTabs() local
170 = printableTextForNextCharacter(SourceLine, &tmp_i, TabStop); in expandTabs()
/external/llvm-project/clang/lib/Headers/ppc_wrappers/
Dxmmintrin.h1215 __vector signed int tmp_i; in _mm_cvtps_pi8() local
1221 tmp_i = vec_cts (rounded, 0); in _mm_cvtps_pi8()
1222 tmp_s = vec_pack (tmp_i, zero); in _mm_cvtps_pi8()