/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-ssa-phiopt.c | 745 enum tree_code cmp, minmax, ass_code; in minmax_replacement() local 808 minmax = MIN_EXPR; in minmax_replacement() 812 minmax = MAX_EXPR; in minmax_replacement() 861 minmax = MIN_EXPR; in minmax_replacement() 886 minmax = MAX_EXPR; in minmax_replacement() 920 minmax = MAX_EXPR; in minmax_replacement() 945 minmax = MIN_EXPR; in minmax_replacement() 970 new_stmt = gimple_build_assign_with_ops (minmax, result, arg0, arg1); in minmax_replacement()
|
H A D | tree-ssa-ccp.c | 1319 int minmax, maxmin; in bit_value_binop_1() local 1337 minmax = double_int_cmp (double_int_and_not (r1val, r1mask), in bit_value_binop_1() 1344 else if (minmax > 0) /* r1 is not less or equal to r2. */ in bit_value_binop_1() 1349 else if (maxmin == minmax) /* r1 and r2 are equal. */ in bit_value_binop_1()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-ssa-loop-split.c | 449 enum tree_code minmax; in compute_new_first_bound() local 455 minmax = MIN_EXPR; in compute_new_first_bound() 462 minmax = MAX_EXPR; in compute_new_first_bound() 478 tree newend = gimple_build (stmts, minmax, TREE_TYPE (border), in compute_new_first_bound()
|
H A D | tree-ssa-phiopt.c | 1200 enum tree_code cmp, minmax, ass_code; in minmax_replacement() local 1315 minmax = MIN_EXPR; in minmax_replacement() 1323 minmax = MAX_EXPR; in minmax_replacement() 1374 minmax = MIN_EXPR; in minmax_replacement() 1405 minmax = MAX_EXPR; in minmax_replacement() 1445 minmax = MAX_EXPR; in minmax_replacement() 1476 minmax = MIN_EXPR; in minmax_replacement() 1511 new_stmt = gimple_build_assign (result, minmax, arg0, arg1); in minmax_replacement()
|
H A D | match.pd | 1987 (for minmax (min max FMIN_ALL FMAX_ALL) 1989 (minmax @0 @0) 2054 /* (convert (minmax ((convert (x) c)))) -> minmax (x c) if x is promoted 2056 (for minmax (min max) 2058 (convert (minmax@0 (convert @1) INTEGER_CST@2)) 2063 (minmax @1 (convert @2))))) 2065 (for minmax (FMIN_ALL FMAX_ALL) 2069 (minmax:c @0 REAL_CST@1) 2086 (for minmax (min max FMIN_ALL FMAX_ALL) 2089 (minmax (negate:s@2 @0) (negate:s@3 @1)) [all …]
|
H A D | tree-ssa-ccp.c | 1506 int minmax, maxmin; in bit_value_binop() local 1525 minmax = wi::cmp (wi::bit_and_not (o1val, o1mask), in bit_value_binop() 1532 else if (minmax > 0) /* o1 is not less or equal to o2. */ in bit_value_binop() 1537 else if (maxmin == minmax) /* o1 and o2 are equal. */ in bit_value_binop()
|
H A D | gimple-ssa-sprintf.c | 2045 unsigned HOST_WIDE_INT* const minmax[] = { in format_floating() local 2049 for (int i = 0; i != sizeof minmax / sizeof *minmax; ++i) in format_floating() 2067 *minmax[i] = get_mpfr_format_length (mpfrval, fmtstr, prec[i], in format_floating()
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
H A D | algorithmfwd.h | 396 minmax(const _Tp&, const _Tp&); in _GLIBCXX_VISIBILITY() 401 minmax(const _Tp&, const _Tp&, _Compare); in _GLIBCXX_VISIBILITY() 436 minmax(initializer_list<_Tp>); in _GLIBCXX_VISIBILITY() 441 minmax(initializer_list<_Tp>, _Compare); in _GLIBCXX_VISIBILITY()
|
H A D | stl_algo.h | 3302 minmax(const _Tp& __a, const _Tp& __b) in _GLIBCXX_VISIBILITY() 3323 minmax(const _Tp& __a, const _Tp& __b, _Compare __comp) in _GLIBCXX_VISIBILITY() 3474 minmax(initializer_list<_Tp> __l) in _GLIBCXX_VISIBILITY() 3484 minmax(initializer_list<_Tp> __l, _Compare __comp) in _GLIBCXX_VISIBILITY()
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
H A D | algorithmfwd.h | 378 minmax(const _Tp&, const _Tp&); in _GLIBCXX_VISIBILITY() 382 minmax(const _Tp&, const _Tp&, _Compare); in _GLIBCXX_VISIBILITY() 410 minmax(initializer_list<_Tp>); in _GLIBCXX_VISIBILITY() 414 minmax(initializer_list<_Tp>, _Compare); in _GLIBCXX_VISIBILITY()
|
H A D | stl_algo.h | 4071 minmax(const _Tp& __a, const _Tp& __b) in _GLIBCXX_VISIBILITY() 4091 minmax(const _Tp& __a, const _Tp& __b, _Compare __comp) in _GLIBCXX_VISIBILITY() 4273 minmax(initializer_list<_Tp> __l) in _GLIBCXX_VISIBILITY() 4282 minmax(initializer_list<_Tp> __l, _Compare __comp) in _GLIBCXX_VISIBILITY()
|
/dflybsd-src/gnu/usr.bin/mpfr/ |
H A D | Makefile | 47 expm1.c log2.c log10.c ui_pow.c ui_pow_ui.c minmax.c dim.c signbit.c \
|