Searched refs:attrib (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/math/ |
D | math.h | 291 #define __MATHCALLX(function,suffix, args, attrib) \ argument 292 __MATHDECLX (_Mdouble_,function,suffix, args, attrib) 293 #define __MATHDECLX(type, function,suffix, args, attrib) \ argument 294 __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \ 295 __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
|