Searched refs:__inline_mathop1 (Results 1 – 1 of 1) sorted by relevance
/sysdeps/m68k/m680x0/fpu/ |
A D | mathimpl.h | 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) \ macro 232 __inline_mathop1(double, func, op, attrs) \ 233 __inline_mathop1(float, __CONCAT(func,f), op, attrs) \ 234 __inline_mathop1(long double, __CONCAT(func,l), op, attrs) 236 #define __inline_mathop1(float_type,func, op, attrs) \ macro
|
Completed in 4 milliseconds