FPU_round_to_int  145 arch/x86/math-emu/fpu_proto.h extern int FPU_round_to_int(FPU_REG *r, u_char tag);
FPU_round_to_int   54 arch/x86/math-emu/fpu_trig.c 	FPU_round_to_int(&tmp, tag);	/* Fortunately, this can't overflow
FPU_round_to_int  526 arch/x86/math-emu/fpu_trig.c 		if ((flags = FPU_round_to_int(st0_ptr, st0_tag)))
FPU_round_to_int  821 arch/x86/math-emu/fpu_trig.c 					FPU_round_to_int(&tmp, tag);	/* Fortunately, this can't
FPU_round_to_int  897 arch/x86/math-emu/fpu_trig.c 			FPU_round_to_int(&tmp, tag);	/* Fortunately, this can't
FPU_round_to_int 1515 arch/x86/math-emu/fpu_trig.c 		FPU_round_to_int(&tmp, st1_tag);	/* This can never overflow here */
FPU_round_to_int  396 arch/x86/math-emu/reg_ld_str.c 			if ((precision_loss = FPU_round_to_int(&tmp, st0_tag))) {
FPU_round_to_int  582 arch/x86/math-emu/reg_ld_str.c 			if ((precision_loss = FPU_round_to_int(&tmp, st0_tag))) {
FPU_round_to_int  772 arch/x86/math-emu/reg_ld_str.c 	precision_loss = FPU_round_to_int(&t, st0_tag);
FPU_round_to_int  821 arch/x86/math-emu/reg_ld_str.c 	precision_loss = FPU_round_to_int(&t, st0_tag);
FPU_round_to_int  867 arch/x86/math-emu/reg_ld_str.c 	precision_loss = FPU_round_to_int(&t, st0_tag);
FPU_round_to_int  916 arch/x86/math-emu/reg_ld_str.c 	precision_loss = FPU_round_to_int(&t, st0_tag);