Searched refs:L_abs (Results 1 – 10 of 10) sorted by relevance
131 t2 = L_abs(t1); /* abs R[1] */ in Levinson()146 t0 = L_abs(t0); /* Some case <0 !! */ in Levinson()176 t1 = L_abs(t0); in Levinson()216 t0 = L_abs(t0); /* Some case <0 !! */ in Levinson()
118 tmax |= L_abs(t0); in Isp_Az()124 tmax |= L_abs(t0); in Isp_Az()
283 L_max = L_abs(L_tmp); in coder()289 L_tmp = L_abs(L_tmp); in coder()
670 t2 = L_abs(t1); /* abs R[1] - required by Div_32 */ in Levinson()693 t0 = L_abs(t0); /* Some case <0 !! */ in Levinson()738 t1 = L_abs(t0); in Levinson()788 t0 = L_abs(t0); /* Some case <0 !! */ in Levinson()
263 t0 = L_abs(t0); in hp_max()292 t0 = L_abs(t0); in hp_max()
264 s = L_abs(s); in cor_h_x2()
100 Word32 L_abs(Word32 L_var1);
179 Word32 L_abs(Word32 L_var1) in L_abs() function
291 if (L_abs(L_temp) > 32767) in A_Refl()
39 #define L_abs(x) (((x) != MIN_32) ? (((x) >= 0) ? (x) : (-(x))) : MAX_32) /* Long … macro