Searched refs:FPU_round_to_int (Results 1 – 3 of 3) sorted by relevance
/arch/x86/math-emu/ |
D | reg_ld_str.c | 395 if ((precision_loss = FPU_round_to_int(&tmp, st0_tag))) { in FPU_store_double() 581 if ((precision_loss = FPU_round_to_int(&tmp, st0_tag))) { in FPU_store_single() 771 precision_loss = FPU_round_to_int(&t, st0_tag); in FPU_store_int64() 820 precision_loss = FPU_round_to_int(&t, st0_tag); in FPU_store_int32() 866 precision_loss = FPU_round_to_int(&t, st0_tag); in FPU_store_int16() 915 precision_loss = FPU_round_to_int(&t, st0_tag); in FPU_store_bcd() 969 int FPU_round_to_int(FPU_REG *r, u_char tag) in FPU_round_to_int() function
|
D | fpu_trig.c | 53 FPU_round_to_int(&tmp, tag); /* Fortunately, this can't overflow in trig_arg() 525 if ((flags = FPU_round_to_int(st0_ptr, st0_tag))) in frndint_() 820 FPU_round_to_int(&tmp, tag); /* Fortunately, this can't in do_fprem() 896 FPU_round_to_int(&tmp, tag); /* Fortunately, this can't in do_fprem() 1514 FPU_round_to_int(&tmp, st1_tag); /* This can never overflow here */ in fscale()
|
D | fpu_proto.h | 132 extern int FPU_round_to_int(FPU_REG *r, u_char tag);
|