Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/math-emu/
Dpoly_sin.c59 int exponent, echange; in poly_sine() local
109 echange = round_Xsig(&accumulator); in poly_sine()
111 setexponentpos(&result, exponent(st0_ptr) + echange); in poly_sine()
179 echange = round_Xsig(&accumulator); in poly_sine()
181 setexponentpos(&result, echange - 1); in poly_sine()
203 long int exponent, exp2, echange; in poly_cos() local
363 echange = round_Xsig(&accumulator); in poly_cos()
365 setexponentpos(&result, exp2 + echange); in poly_cos()