Lines Matching refs:__m81_defun
37 #define __m81_defun(rettype, func, args, attrs) \ macro
52 __m81_defun (float_type, func, (float_type __mathop_x), attrs) \
81 __m81_defun (float_type, m(__floor), (float_type __x), \
98 __m81_defun (float_type, m(__ceil), (float_type __x), \
124 __m81_defun (int, m(__isinf), (float_type __value), \ in __inline_functions()
135 __m81_defun (int, m(__finite), (float_type __value), \
146 __m81_defun (float_type, m(__scalbn), \
161 __m81_defun (int, m(__isnan), (float_type __value), \
176 __m81_defun (float_type, m(__scalbln), \
182 __m81_defun (float_type, m(__nearbyint), (float_type __x),) \
196 __m81_defun (long int, m(__lrint), (float_type __x),) \
237 __m81_defun (float_type, func, (float_type __mathop_x), attrs) \
258 __m81_defun (double, __ieee754_remainder, (double __x, double __y),)
265 __m81_defun (float, __ieee754_remainderf, (float __x, float __y),)
272 __m81_defun (long double,
280 __m81_defun (double, __ieee754_fmod, (double __x, double __y),)
287 __m81_defun (float, __ieee754_fmodf, (float __x, float __y),)
294 __m81_defun (long double,