Home
last modified time | relevance | path

Searched refs:__inline_mathop1 (Results 1 – 1 of 1) sorted by relevance

/sysdeps/m68k/m680x0/fpu/
A Dmathimpl.h47 __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