Home
last modified time | relevance | path

Searched refs:simplify_min_max (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dsimplify.cc5070 simplify_min_max (gfc_expr *expr, int sign) in simplify_min_max() function
5144 return simplify_min_max (e, -1); in gfc_simplify_min()
5151 return simplify_min_max (e, 1); in gfc_simplify_max()
H A DChangeLog-2008414 simplify_min_max.
415 (simplify_min_max): Call it.
2843 gfc_simplify_ichar, simplify_min_max, gfc_simplify_new_line,
H A DChangeLog-20041329 gfc_simplify_log10,simplify_min_max,gfc_simplify_mod,
2545 * simplify.c (simplify_min_max): Convert the type of the result.
H A DChangeLog-202164 * simplify.c (simplify_min_max): Disable conversion warnings for
H A DChangeLog-2012644 * simplify.c (simplify_min_max): Remove unreachable code.
H A DChangeLog-2007378 * simplify.c (simplify_min_max): Take NaN into account.
2256 * simplify.c (simplify_min_max): Add simplification for character
H A DChangeLog-2018442 * simplify.c (simplify_min_max): Do not convert the type of the
H A DChangeLog-20193088 * simplify.c (simplify_min_max): Special case for the types of
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsimplify.c4952 simplify_min_max (gfc_expr *expr, int sign) in simplify_min_max() function
5016 return simplify_min_max (e, -1); in gfc_simplify_min()
5023 return simplify_min_max (e, 1); in gfc_simplify_max()