Home
last modified time | relevance | path

Searched refs:matches_ieee_function_name (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dsimplify.cc8925 matches_ieee_function_name (gfc_symbol *sym, const char *name) in matches_ieee_function_name() function
8945 if (matches_ieee_function_name(sym, "ieee_selected_real_kind")) in gfc_simplify_ieee_functions()
8947 else if (matches_ieee_function_name(sym, "ieee_support_flag") in gfc_simplify_ieee_functions()
8948 || matches_ieee_function_name(sym, "ieee_support_halting") in gfc_simplify_ieee_functions()
8949 || matches_ieee_function_name(sym, "ieee_support_rounding")) in gfc_simplify_ieee_functions()
H A DChangeLog-20151086 matches_ieee_function_name, gfc_simplify_ieee_functions): New
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsimplify.c8782 matches_ieee_function_name (gfc_symbol *sym, const char *name) in matches_ieee_function_name() function
8802 if (matches_ieee_function_name(sym, "ieee_selected_real_kind")) in gfc_simplify_ieee_functions()
8804 else if (matches_ieee_function_name(sym, "ieee_support_flag") in gfc_simplify_ieee_functions()
8805 || matches_ieee_function_name(sym, "ieee_support_halting") in gfc_simplify_ieee_functions()
8806 || matches_ieee_function_name(sym, "ieee_support_rounding")) in gfc_simplify_ieee_functions()