Home
last modified time | relevance | path

Searched refs:LIB_FUNCTION (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-intrinsic.c102 #define LIB_FUNCTION(ID, NAME, HAVE_COMPLEX) \ macro
122 LIB_FUNCTION (ERFC_SCALED, "erfc_scaled", false),
123 LIB_FUNCTION (SIND, "sind", false),
124 LIB_FUNCTION (COSD, "cosd", false),
125 LIB_FUNCTION (TAND, "tand", false),
128 LIB_FUNCTION (NONE, NULL, false)
132 #undef LIB_FUNCTION
728 #define LIB_FUNCTION(ID, NAME, HAVE_COMPLEX) in gfc_build_intrinsic_lib_fndecls() macro
740 #undef LIB_FUNCTION in gfc_build_intrinsic_lib_fndecls()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-intrinsic.cc105 #define LIB_FUNCTION(ID, NAME, HAVE_COMPLEX) \ macro
125 LIB_FUNCTION (ERFC_SCALED, "erfc_scaled", false),
126 LIB_FUNCTION (SIND, "sind", false),
127 LIB_FUNCTION (COSD, "cosd", false),
128 LIB_FUNCTION (TAND, "tand", false),
131 LIB_FUNCTION (NONE, NULL, false)
135 #undef LIB_FUNCTION
736 #define LIB_FUNCTION(ID, NAME, HAVE_COMPLEX) in gfc_build_intrinsic_lib_fndecls() macro
748 #undef LIB_FUNCTION in gfc_build_intrinsic_lib_fndecls()
H A DChangeLog-20201898 * trans-intrinsic.c: Add LIB_FUNCTION decls for sind, cosd, tand.
H A DChangeLog-20103374 DEFINE_MATH_BUILTIN_C and LIB_FUNCTION accordingly. Add