Lines Matching defs:type

42 /* Gather machine dependent type support.  */
157 float_t floating-point type at least as wide as `float' used
159 double_t floating-point type at least as wide as `double' used
282 #define __MATHDECL_VEC(type, function,suffix, args) \
284 __MATHDECL(type, function,suffix, args)
288 #define __MATHDECL(type, function,suffix, args) \
289 __MATHDECL_1(type, function,suffix, args); \
290 __MATHDECL_1(type, __CONCAT(__,function),suffix, args)
293 #define __MATHDECLX(type, function,suffix, args, attrib) \
294 __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
295 __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib)
296 #define __MATHDECL_1_IMPL(type, function, suffix, args) \
297 extern type __MATH_PRECNAME(function,suffix) args __THROW
298 #define __MATHDECL_1(type, function, suffix, args) \
299 __MATHDECL_1_IMPL(type, function, suffix, args)
302 #define __MATHDECL_ALIAS(type, function, suffix, args, alias) \
303 __MATHDECL_1(type, function, suffix, args)
305 #define __MATHREDIR(type, function, suffix, args, to) \
306 extern type __REDIRECT_NTH (__MATH_PRECNAME (function, suffix), args, to)
357 # define __MATHDECL_1(type, function,suffix, args) \
358 __MATHREDIR(type, function, suffix, args, __CONCAT(function,suffix))
384 # define __MATHDECL_1(type, function, suffix, args) \
385 __MATHREDIR (type, function, suffix, args, __REDIRTO (function, suffix))
386 # define __MATHDECL_ALIAS(type, function, suffix, args, alias) \
387 __MATHREDIR (type, function, suffix, args, __REDIRTO_ALT (alias, suffix))
412 # define __MATHDECL_1(type, function, suffix, args) \
413 __MATHDECL_1_IMPL(type, function, suffix, args)
414 # define __MATHDECL_ALIAS(type, function, suffix, args, alias) \
415 __MATHDECL_1(type, function, suffix, args)
549 /* Declare functions returning a narrower type. */
866 /* Depending on the type of TG_ARG, call an appropriately suffixed
871 does not have a real floating type. The definition may use a
873 return the same type (FUNC may include a cast if necessary rather
930 /* ISO C99 defines some generic macros which work on any data type. */
1064 the correct parameter (regardless of type qualifiers (i.e.: const
1318 /* An expression whose type has the widest of the evaluation formats
1339 which need not have the same type. Choosing what underlying function
1342 information, however, only the type of the macro expansion is
1344 Thus, the type is used as a template parameter for __iseqsig_type,