Searched refs:attrs (Results 1 – 1 of 1) sorted by relevance
/sysdeps/m68k/m680x0/fpu/ |
A D | mathimpl.h | 37 #define __m81_defun(rettype, func, args, attrs) \ argument 38 __m81_inline rettype attrs \ 46 # define __inline_mathop(func, op, attrs) \ argument 47 __inline_mathop1(double, func, op, attrs) \ 48 __inline_mathop1(float, __CONCAT(func,f), op, attrs) \ 49 __inline_mathop1(long double, __CONCAT(func,l), op, attrs) 51 #define __inline_mathop1(float_type,func, op, attrs) \ argument 231 #define __inline_mathop(func, op, attrs) \ argument 232 __inline_mathop1(double, func, op, attrs) \ 233 __inline_mathop1(float, __CONCAT(func,f), op, attrs) \ [all …]
|
Completed in 5 milliseconds