Searched refs:t6 (Results 1 – 1 of 1) sorted by relevance
79 u32 t2, t4, t6, t8; in int_cos() local91 t6 = t4*x/32768*x/32768/5/6; in int_cos()92 t8 = t6*x/32768*x/32768/7/8; in int_cos()93 ret = 32768-t2+t4-t6+t8; in int_cos()