shr_Xsig           38 arch/x86/math-emu/poly.h asmlinkage void shr_Xsig(Xsig *, const int n);
shr_Xsig           96 arch/x86/math-emu/poly_2xm1.c 	shr_Xsig(&accumulator, 3);
shr_Xsig          105 arch/x86/math-emu/poly_2xm1.c 		shr_Xsig(&accumulator, -exponent);
shr_Xsig          119 arch/x86/math-emu/poly_2xm1.c 			shr_Xsig(&Denom, -exponent);
shr_Xsig          116 arch/x86/math-emu/poly_atan.c 				shr_Xsig(&Numer, -1 - exponent);
shr_Xsig          119 arch/x86/math-emu/poly_atan.c 			shr_Xsig(&Denom, -exponent);
shr_Xsig          143 arch/x86/math-emu/poly_atan.c 	shr_Xsig(&argSq, 2 * (-1 - exponent - 1));
shr_Xsig          144 arch/x86/math-emu/poly_atan.c 	shr_Xsig(&argSqSq, 4 * (-1 - exponent - 1));
shr_Xsig          161 arch/x86/math-emu/poly_atan.c 	shr_Xsig(&accumulatore, 1 + 2 * (-1 - exponent));
shr_Xsig          169 arch/x86/math-emu/poly_atan.c 	shr_Xsig(&accumulator, 3);
shr_Xsig          175 arch/x86/math-emu/poly_atan.c 		shr_Xsig(&accumulator, -1 - exponent);
shr_Xsig          183 arch/x86/math-emu/poly_atan.c 		shr_Xsig(&accumulator, -exponent);
shr_Xsig          191 arch/x86/math-emu/poly_atan.c 		shr_Xsig(&accumulator, 1 - exponent);
shr_Xsig           68 arch/x86/math-emu/poly_l2.c 		shr_Xsig(&accumulator, expon_expon - expon);
shr_Xsig          192 arch/x86/math-emu/poly_l2.c 		shr_Xsig(&Denom, 2 - (1 + exponent));
shr_Xsig          196 arch/x86/math-emu/poly_l2.c 		shr_Xsig(&Denom, 1 - (1 + exponent));
shr_Xsig          224 arch/x86/math-emu/poly_l2.c 	shr_Xsig(&accumulator, 2 * (-1 - (1 + exponent + adj)));
shr_Xsig          234 arch/x86/math-emu/poly_l2.c 	shr_Xsig(&accumulator, 6 - adj);
shr_Xsig           79 arch/x86/math-emu/poly_sin.c 		shr_Xsig(&argSqrd, 2 * (-1 - exponent));
shr_Xsig           93 arch/x86/math-emu/poly_sin.c 		shr_Xsig(&accumulator, 2);	/* Divide by four */
shr_Xsig          104 arch/x86/math-emu/poly_sin.c 		shr_Xsig(&accumulator, exponent(st0_ptr) - exponent);
shr_Xsig          150 arch/x86/math-emu/poly_sin.c 		shr_Xsig(&accumulator, 3);
shr_Xsig          155 arch/x86/math-emu/poly_sin.c 		shr_Xsig(&accumulator, 1);
shr_Xsig          232 arch/x86/math-emu/poly_sin.c 			shr_Xsig(&argSqrd, 2 * (-1 - exponent));
shr_Xsig          251 arch/x86/math-emu/poly_sin.c 		shr_Xsig(&accumulator, -2 * (1 + exponent));
shr_Xsig          253 arch/x86/math-emu/poly_sin.c 		shr_Xsig(&accumulator, 3);
shr_Xsig          258 arch/x86/math-emu/poly_sin.c 		shr_Xsig(&accumulator, 1);
shr_Xsig          308 arch/x86/math-emu/poly_sin.c 			shr_Xsig(&argSqrd, 2 * (-1 - exponent));
shr_Xsig          324 arch/x86/math-emu/poly_sin.c 		shr_Xsig(&accumulator, 2);	/* Divide by four */
shr_Xsig          335 arch/x86/math-emu/poly_sin.c 		shr_Xsig(&accumulator, exp2 - exponent);
shr_Xsig          357 arch/x86/math-emu/poly_sin.c 		shr_Xsig(&accumulator, 1);	/* Prevent overflow */
shr_Xsig          359 arch/x86/math-emu/poly_sin.c 		shr_Xsig(&fix_up, 65 + exp2);
shr_Xsig          137 arch/x86/math-emu/poly_tan.c 	shr_Xsig(&accumulatore, -2 * (1 + exponent) + 1);
shr_Xsig          157 arch/x86/math-emu/poly_tan.c 	shr_Xsig(&accum, -2 * (exponent + 1));
shr_Xsig          189 arch/x86/math-emu/poly_tan.c 			shr_Xsig(&fix_up, 1);
shr_Xsig          191 arch/x86/math-emu/poly_tan.c 			shr_Xsig(&fix_up, 64 + exponent);
shr_Xsig          193 arch/x86/math-emu/poly_tan.c 			shr_Xsig(&fix_up, 65 + exponent);