Searched refs:FPU_round_to_int (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.15/arch/x86/math-emu/ | 
| D | reg_ld_str.c | 396 			if ((precision_loss = FPU_round_to_int(&tmp, st0_tag))) {  in FPU_store_double()582 			if ((precision_loss = FPU_round_to_int(&tmp, st0_tag))) {  in FPU_store_single()
 772 	precision_loss = FPU_round_to_int(&t, st0_tag);  in FPU_store_int64()
 821 	precision_loss = FPU_round_to_int(&t, st0_tag);  in FPU_store_int32()
 867 	precision_loss = FPU_round_to_int(&t, st0_tag);  in FPU_store_int16()
 916 	precision_loss = FPU_round_to_int(&t, st0_tag);  in FPU_store_bcd()
 970 int FPU_round_to_int(FPU_REG *r, u_char tag)  in FPU_round_to_int()  function
 
 | 
| D | fpu_trig.c | 54 	FPU_round_to_int(&tmp, tag);	/* Fortunately, this can't overflow  in trig_arg()526 		if ((flags = FPU_round_to_int(st0_ptr, st0_tag)))  in frndint_()
 826 					FPU_round_to_int(&tmp, tag);	/* Fortunately, this can't  in do_fprem()
 902 			FPU_round_to_int(&tmp, tag);	/* Fortunately, this can't  in do_fprem()
 1520 		FPU_round_to_int(&tmp, st1_tag);	/* This can never overflow here */  in fscale()
 
 | 
| D | fpu_proto.h | 145 extern int FPU_round_to_int(FPU_REG *r, u_char tag);
 |