Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/i386/math-emu/
Dreg_ld_str.c433 if ( (precision_loss = FPU_round_to_int(&tmp, st0_tag)) ) in FPU_store_double()
653 if ( (precision_loss = FPU_round_to_int(&tmp, st0_tag)) ) in FPU_store_single()
881 precision_loss = FPU_round_to_int(&t, st0_tag); in FPU_store_int64()
941 precision_loss = FPU_round_to_int(&t, st0_tag); in FPU_store_int32()
998 precision_loss = FPU_round_to_int(&t, st0_tag); in FPU_store_int16()
1058 precision_loss = FPU_round_to_int(&t, st0_tag); in FPU_store_bcd()
1118 int FPU_round_to_int(FPU_REG *r, u_char tag) in FPU_round_to_int() function
Dfpu_trig.c55 FPU_round_to_int(&tmp, tag); /* Fortunately, this can't overflow in trig_arg()
570 if ( (flags = FPU_round_to_int(st0_ptr, st0_tag)) ) in frndint_()
909 FPU_round_to_int(&tmp, tag); /* Fortunately, this can't in do_fprem()
984 FPU_round_to_int(&tmp, tag); /* Fortunately, this can't in do_fprem()
1705 FPU_round_to_int(&tmp, st1_tag); /* This can never overflow here */ in fscale()
Dfpu_proto.h130 extern int FPU_round_to_int(FPU_REG *r, u_char tag);