Searched refs:rat (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sbin/savecore/
H A Dzopen.c462 long rat; local
467 rat = zs->zs_bytes_out >> 8;
468 if (rat == 0) /* Don't divide by zero. */
469 rat = 0x7fffffff;
471 rat = zs->zs_in_count / rat;
474 rat = (zs->zs_in_count << 8) / zs->zs_bytes_out;
476 if (rat > zs->zs_ratio)
477 zs->zs_ratio = rat;
/openbsd-current/usr.bin/compress/
H A Dzopen.c672 long rat; local
677 rat = zs->zs_bytes_out >> 8;
678 if (rat == 0) /* Don't divide by zero. */
679 rat = 0x7fffffff;
681 rat = zs->zs_in_count / rat;
684 rat = (zs->zs_in_count << 8) / zs->zs_bytes_out;
686 if (rat > zs->zs_ratio)
687 zs->zs_ratio = rat;
/openbsd-current/gnu/gcc/gcc/
H A Dtree-ssa-loop-ivopts.c3048 double_int rat; local
3103 if (!constant_multiple_of (ustep_orig, cstep_orig, &rat))
3105 ratio = double_int_to_tree (uutype, rat);
3108 factor is 1 or -1, so if rat does not fit to HOST_WIDE_INT, we may
3110 if (double_int_fits_in_shwi_p (rat))
3111 ratioi = double_int_to_shwi (rat);
3373 static HOST_WIDE_INT rat, off; local
3419 rat = 1;
3423 rat = i;
3441 addr = gen_rtx_fmt_ee (MULT, Pmode, addr, gen_int_mode (rat, Pmod
3914 double_int rat; local
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/VMS-Stdio/
H A DStdio.pm375 =item rat=STRING

Completed in 194 milliseconds