Searched refs:b1_l (Results 1 – 2 of 2) sorted by relevance
217 Word16 b0_h, b0_l, b1_h, b1_l, b2_h, b2_l; in Chebps2() local231 b1_l = (t0 & 0xffff) >> 1; in Chebps2()235 t0 = ((b1_h * x)<<1) + (((b1_l * x)>>15)<<1); in Chebps2()245 b2_l = b1_l; /* b2 = b1; */ in Chebps2()247 b1_l = b0_l; /* b1 = b0; */ in Chebps2()251 t0 = ((b1_h * x)<<1) + (((b1_l * x)>>15)<<1); in Chebps2()
249 Word16 b1_l; in Chebps() local265 b1_l = (Word16)((t0 >> 1) - (b1_h << 15)); in Chebps()272 t0 += ((Word32) b1_l * x) >> 15; in Chebps()281 L_temp = ((Word32) b1_h << 16) + ((Word32) b1_l << 1); in Chebps()285 b1_l = (Word16)((t0 >> 1) - (b1_h << 15)); in Chebps()291 t0 += ((Word32) b1_l * x) >> 15; in Chebps()