control_w         194 arch/x86/math-emu/fpu_emu.h 			 FPU_REG * answ, unsigned int control_w, u_char sign,
control_w         197 arch/x86/math-emu/fpu_emu.h 			 FPU_REG * answ, unsigned int control_w, u_char sign,
control_w         200 arch/x86/math-emu/fpu_emu.h 			 FPU_REG * answ, unsigned int control_w, u_char sign);
control_w         202 arch/x86/math-emu/fpu_emu.h 			 FPU_REG * answ, unsigned int control_w, u_char sign,
control_w         205 arch/x86/math-emu/fpu_emu.h 		       unsigned int control_w, u_char sign);
control_w         210 arch/x86/math-emu/fpu_emu.h 			 unsigned int control_w, u_char sign);
control_w         110 arch/x86/math-emu/fpu_proto.h extern int FPU_add(FPU_REG const *b, u_char tagb, int destrnr, int control_w);
control_w         111 arch/x86/math-emu/fpu_proto.h extern int FPU_sub(int flags, int rm, int control_w);
control_w         152 arch/x86/math-emu/fpu_proto.h extern int FPU_mul(FPU_REG const *b, u_char tagb, int deststnr, int control_w);
control_w         154 arch/x86/math-emu/fpu_proto.h extern int FPU_div(int flags, int regrm, int control_w);
control_w          31 arch/x86/math-emu/reg_add_sub.c 		     FPU_REG * dest, int deststnr, int control_w);
control_w          37 arch/x86/math-emu/reg_add_sub.c int FPU_add(FPU_REG const *b, u_char tagb, int deststnr, int control_w)
control_w          56 arch/x86/math-emu/reg_add_sub.c 			    FPU_u_add(a, b, dest, control_w, signa, expa, expb);
control_w          72 arch/x86/math-emu/reg_add_sub.c 				    FPU_u_sub(a, b, dest, control_w, signa,
control_w          76 arch/x86/math-emu/reg_add_sub.c 				    FPU_u_sub(b, a, dest, control_w, signb,
control_w          81 arch/x86/math-emu/reg_add_sub.c 				setsign(dest, ((control_w & CW_RC) != RC_DOWN)
control_w         125 arch/x86/math-emu/reg_add_sub.c 				dest, deststnr, control_w);
control_w         129 arch/x86/math-emu/reg_add_sub.c int FPU_sub(int flags, int rm, int control_w)
control_w         186 arch/x86/math-emu/reg_add_sub.c 				    FPU_u_sub(a, b, dest, control_w, signa,
control_w         192 arch/x86/math-emu/reg_add_sub.c 				setsign(dest, ((control_w & CW_RC) != RC_DOWN)
control_w         198 arch/x86/math-emu/reg_add_sub.c 				    FPU_u_sub(b, a, dest, control_w, sign, expb,
control_w         204 arch/x86/math-emu/reg_add_sub.c 			    FPU_u_add(a, b, dest, control_w, SIGN_POS, expa,
control_w         209 arch/x86/math-emu/reg_add_sub.c 			    FPU_u_add(a, b, dest, control_w, SIGN_NEG, expa,
control_w         267 arch/x86/math-emu/reg_add_sub.c 				dest, deststnr, control_w);
control_w         273 arch/x86/math-emu/reg_add_sub.c 		     FPU_REG * dest, int deststnr, int control_w)
control_w         288 arch/x86/math-emu/reg_add_sub.c 				setsign(dest, ((control_w & CW_RC) != RC_DOWN)
control_w          28 arch/x86/math-emu/reg_divide.c int FPU_div(int flags, int rm, int control_w)
control_w          81 arch/x86/math-emu/reg_divide.c 		tag = FPU_u_div(&x, &y, dest, control_w, sign);
control_w         103 arch/x86/math-emu/reg_divide.c 		tag = FPU_u_div(&x, &y, dest, control_w, sign);
control_w          30 arch/x86/math-emu/reg_mul.c int FPU_mul(FPU_REG const *b, u_char tagb, int deststnr, int control_w)
control_w          43 arch/x86/math-emu/reg_mul.c 		    FPU_u_mul(a, b, dest, control_w, sign,
control_w          67 arch/x86/math-emu/reg_mul.c 		tag = FPU_u_mul(&x, &y, dest, control_w, sign,