taglinefilesource code
round_to_int125drivers/FPU-emu/fpu_proto.hextern int round_to_int(FPU_REG *r);
round_to_int53drivers/FPU-emu/fpu_trig.cround_to_int(&tmp);  /* Fortunately, this can't overflow
round_to_int519drivers/FPU-emu/fpu_trig.cif ( (flags = round_to_int(FPU_st0_ptr)) )
round_to_int800drivers/FPU-emu/fpu_trig.cround_to_int(&tmp);  /* Fortunately, this can't overflow
round_to_int869drivers/FPU-emu/fpu_trig.cround_to_int(&tmp);  /* Fortunately, this can't overflow to 2^64 */
round_to_int1612drivers/FPU-emu/fpu_trig.cround_to_int(&tmp);               /* This can never overflow here */
round_to_int510drivers/FPU-emu/reg_ld_str.cif ( (precision_loss = round_to_int(&tmp)) )
round_to_int705drivers/FPU-emu/reg_ld_str.cif ( (precision_loss = round_to_int(&tmp)) )
round_to_int883drivers/FPU-emu/reg_ld_str.cprecision_loss = round_to_int(&t);
round_to_int941drivers/FPU-emu/reg_ld_str.cprecision_loss = round_to_int(&t);
round_to_int995drivers/FPU-emu/reg_ld_str.cprecision_loss = round_to_int(&t);
round_to_int1046drivers/FPU-emu/reg_ld_str.cprecision_loss = round_to_int(&t);
round_to_int1452drivers/FPU-emu/reg_ld_str.cround_to_int(&tmp);