Searched defs:suffix (Results 1 – 4 of 4) sorted by relevance
/math/ |
A D | test-math-narrow.h | 21 #define FUNC_TEST_CONCAT(prefix, function, suffix) \ argument 23 #define _FUNC_TEST_CONCAT(prefix, function, suffix) \ argument
|
A D | math.h | 278 #define __MATHCALL_VEC(function, suffix, args) \ argument 282 #define __MATHDECL_VEC(type, function,suffix, args) \ argument 286 #define __MATHCALL(function,suffix, args) \ argument 288 #define __MATHDECL(type, function,suffix, args) \ argument 291 #define __MATHCALLX(function,suffix, args, attrib) \ argument 298 #define __MATHDECL_1(type, function, suffix, args) \ argument 305 #define __MATHREDIR(type, function, suffix, args, to) \ argument 357 # define __MATHDECL_1(type, function,suffix, args) \ argument 379 # define __REDIRTO(function, suffix) \ argument 381 # define __REDIRTO_ALT(function, suffix) \ argument [all …]
|
A D | gen-tgmath-tests.py | 94 def __init__(self, name, suffix=None, mant_dig=None, condition='1', argument 142 def create_type(name, suffix=None, mant_dig=None, condition='1', order=None, argument
|
A D | gen-auto-libm-tests.c | 1682 const char *suffix; in output_generic_value() local
|
Completed in 13 milliseconds