Searched refs:mmin (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | loop-iv.c | 1270 rtx mmin, mmax, left, right; in determine_max_iter() local 1284 get_mode_bounds (desc->mode, desc->signed_p, desc->mode, &mmin, &mmax); in determine_max_iter() 1285 nmax = INTVAL (mmax) - INTVAL (mmin); in determine_max_iter() 1316 right = mmin; in determine_max_iter() 1322 mmin = right; in determine_max_iter() 1323 nmax = INTVAL (mmax) - INTVAL (mmin); in determine_max_iter() 1818 rtx mmin, mmax, cond_over, cond_under; in shorten_into_mode() local 1820 get_mode_bounds (mode, signed_p, iv->extend_mode, &mmin, &mmax); in shorten_into_mode() 1822 iv->base, mmin); in shorten_into_mode() 1997 rtx mmin, mmax, mode_mmin, mode_mmax; in iv_number_of_iterations() local [all …]
|
| D | stor-layout.c | 2185 rtx *mmin, rtx *mmax) in get_mode_bounds() argument 2203 *mmin = gen_int_mode (min_val, target_mode); in get_mode_bounds()
|
| D | simplify-rtx.c | 3868 rtx mmin, mmax; in simplify_const_relational_operation() local 3879 get_mode_bounds (mode, sign, mode, &mmin, &mmax); in simplify_const_relational_operation() 3887 if (rtx_equal_p (trueop1, mmin)) in simplify_const_relational_operation() 3909 if (rtx_equal_p (trueop1, mmin)) in simplify_const_relational_operation()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/ |
| D | blocksort.c | 594 #define mmin(a,b) ((a) < (b)) ? (a) : (b) macro 696 n = mmin(ltLo-lo, unLo-ltLo); mvswap(lo, unLo-n, n); in mainQSort3() 697 m = mmin(hi-gtHi, gtHi-unHi); mvswap(unLo, hi-m+1, m); in mainQSort3() 723 #undef mmin
|