Searched refs:__m81_defun (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/sysdeps/m68k/m680x0/fpu/ |
D | mathimpl.h | 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),) \ [all …]
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.21 | 10045 (__m81_defun): Modified function. 10046 (__m81_defun): Modified function. 10047 (__m81_defun): Modified function. 10048 (__m81_defun): Modified function. 10049 (__m81_defun): Modified function. 10055 (__m81_defun): New. 10107 (__m81_defun): New function.
|
D | ChangeLog.7 | 12582 (__m81_defun): Put __attribute__ between return type and function
|
D | ChangeLog.19 | 24694 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h (__m81_defun): Add 24712 __inline_mathop and __m81_defun changed.
|
D | ChangeLog.18 | 5359 (__m81_defun): Use __NTHNL to avoid errors with GCC 6.
|