Home
last modified time | relevance | path

Searched refs:FPU_round_to_int (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/arch/x86/math-emu/
Dreg_ld_str.c396 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
Dfpu_trig.c54 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()
Dfpu_proto.h145 extern int FPU_round_to_int(FPU_REG *r, u_char tag);