taglinefilesource code
round_to_int121drivers/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_int495drivers/FPU-emu/fpu_trig.cif ( (flags = round_to_int(FPU_st0_ptr)) )
round_to_int776drivers/FPU-emu/fpu_trig.cround_to_int(&tmp);  /* Fortunately, this can't overflow
round_to_int845drivers/FPU-emu/fpu_trig.cround_to_int(&tmp);  /* Fortunately, this can't overflow to 2^64 */
round_to_int1588drivers/FPU-emu/fpu_trig.cround_to_int(&tmp);               /* This can never overflow here */
round_to_int499drivers/FPU-emu/reg_ld_str.cif ( (precision_loss = round_to_int(&tmp)) )
round_to_int694drivers/FPU-emu/reg_ld_str.cif ( (precision_loss = round_to_int(&tmp)) )
round_to_int872drivers/FPU-emu/reg_ld_str.cprecision_loss = round_to_int(&t);
round_to_int930drivers/FPU-emu/reg_ld_str.cprecision_loss = round_to_int(&t);
round_to_int984drivers/FPU-emu/reg_ld_str.cprecision_loss = round_to_int(&t);
round_to_int1035drivers/FPU-emu/reg_ld_str.cprecision_loss = round_to_int(&t);
round_to_int1376drivers/FPU-emu/reg_ld_str.cround_to_int(&tmp);