taglinefilesource code
round_to_int128drivers/FPU-emu/fpu_proto.hextern int round_to_int(FPU_REG *r);
round_to_int54drivers/FPU-emu/fpu_trig.cround_to_int(&tmp);  /* Fortunately, this can't overflow
round_to_int508drivers/FPU-emu/fpu_trig.cif ( (flags = round_to_int(st0_ptr)) )
round_to_int801drivers/FPU-emu/fpu_trig.cround_to_int(&tmp);  /* Fortunately, this can't overflow
round_to_int870drivers/FPU-emu/fpu_trig.cround_to_int(&tmp);  /* Fortunately, this can't overflow to 2^64 */
round_to_int1589drivers/FPU-emu/fpu_trig.cround_to_int(&tmp);               /* This can never overflow here */
round_to_int493drivers/FPU-emu/reg_ld_str.cif ( (precision_loss = round_to_int(&tmp)) )
round_to_int688drivers/FPU-emu/reg_ld_str.cif ( (precision_loss = round_to_int(&tmp)) )
round_to_int866drivers/FPU-emu/reg_ld_str.cprecision_loss = round_to_int(&t);
round_to_int924drivers/FPU-emu/reg_ld_str.cprecision_loss = round_to_int(&t);
round_to_int978drivers/FPU-emu/reg_ld_str.cprecision_loss = round_to_int(&t);
round_to_int1029drivers/FPU-emu/reg_ld_str.cprecision_loss = round_to_int(&t);
round_to_int1427drivers/FPU-emu/reg_ld_str.cround_to_int(&tmp);