Searched refs:LIB_FUNCTION (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-intrinsic.c | 102 #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 D | trans-intrinsic.cc | 105 #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 D | ChangeLog-2020 | 1898 * trans-intrinsic.c: Add LIB_FUNCTION decls for sind, cosd, tand.
|
H A D | ChangeLog-2010 | 3374 DEFINE_MATH_BUILTIN_C and LIB_FUNCTION accordingly. Add
|