Searched defs:args (Results 1 – 4 of 4) sorted by relevance
/math/ |
A D | complex.h | 96 #define __MATHCALL(function, args) \ argument 98 #define __MATHDECL_IMPL(type, function, args) \ argument 101 #define __MATHDECL(type, function, args) \ argument 103 #define __MATHDECL_1_IMPL(type, function, args) \ argument 105 #define __MATHDECL_1(type, function, args) \ argument 127 # define __MATHDECL_1(type, function, args) \ argument 149 #define __MATHDECL(type, function, args) \ argument 151 # define __MATHDECL_1(type, function, args) \ 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 296 #define __MATHDECL_1_IMPL(type, function, suffix, args) \ 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 384 # define __MATHDECL_1(type, function, suffix, args) \ argument [all …]
|
A D | gen-libm-test.py | 340 def gen_test_args_res(descr_args, descr_res, args, res_rm): argument
|
A D | gen-tgmath-tests.py | 405 def add_tests(self, macro, ret, args, complex_func=None): argument
|
Completed in 14 milliseconds