Searched refs:b1_h (Results 1 – 2 of 2) sorted by relevance
250 Word16 b1_h; in Chebps() local266 b1_h = (Word16)(t0 >> 16); in Chebps()267 b1_l = (Word16)((t0 >> 1) - (b1_h << 15)); in Chebps()273 t0 = ((Word32) b1_h * x); in Chebps()283 L_temp = ((Word32) b1_h << 16) + ((Word32) b1_l << 1); in Chebps()286 b1_h = (Word16)(t0 >> 16); in Chebps()287 b1_l = (Word16)((t0 >> 1) - (b1_h << 15)); in Chebps()292 t0 = ((Word32) b1_h * x); in Chebps()
217 Word16 b0_h, b0_l, b1_h, b1_l, b2_h, b2_l; in Chebps2() local230 b1_h = t0 >> 16; in Chebps2()235 t0 = ((b1_h * x)<<1) + (((b1_l * x)>>15)<<1); in Chebps2()246 b2_h = b1_h; in Chebps2()248 b1_h = b0_h; in Chebps2()251 t0 = ((b1_h * x)<<1) + (((b1_l * x)>>15)<<1); in Chebps2()