Searched refs:function (Results 1 – 2 of 2) sorted by relevance
/include/ |
A D | complex.h | 56 #define __MATHCALL(function, args) \ argument 57 __MATHDECL(_Mdouble_complex_,function, args) 58 #define __MATHDECL(type, function, args) \ argument 59 __MATHDECL_1(type, function, args); \ 60 __MATHDECL_1(type, __CONCAT(__,function), args) 61 #define __MATHDECL_1(type, function, args) \ argument 62 extern type __MATH_PRECNAME(function) args __THROW
|
A D | math.h | 57 #define __MATHDECL(type,function,suffix,args) \ argument 58 __MATHDECL_1(type,function,suffix,args); 60 #define __MATHCALL(function,suffix,args) \ argument 61 __MATHDECL(_Mdouble_,function,suffix,args) 65 __MATH_maybe_libm_hidden_proto(function) 73 #define __MATHDECLI(type,function,suffix,args) \ argument 74 __MATHDECL_1(type,function,suffix,args); \ 75 __MATH_maybe_libm_hidden_proto(function) 77 #define __MATHCALLI(function,suffix,args) \ argument 78 __MATHDECLI(_Mdouble_,function,suffix,args) [all …]
|
Completed in 5 milliseconds