/sysdeps/m68k/m680x0/fpu/ |
A D | mathimpl.h | 52 __m81_defun (float_type, func, (float_type __mathop_x), attrs) \ 54 float_type __result; \ 81 __m81_defun (float_type, m(__floor), (float_type __x), \ 84 float_type __result; \ 98 __m81_defun (float_type, m(__ceil), (float_type __x), \ 101 float_type __result; \ 149 float_type __result; \ 182 __m81_defun (float_type, m(__nearbyint), (float_type __x),) \ 184 float_type __result; \ 211 (float_type __x, float_type *__sinx, float_type *__cosx)) \ [all …]
|
A D | e_fmod.c | 27 #ifndef float_type 28 # define float_type double macro 31 float_type 32 FUNC (float_type x, float_type y) in FUNC()
|
A D | e_acos.c | 27 #ifndef float_type 28 # define float_type double macro 31 float_type 32 FUNC (float_type x) in FUNC()
|
A D | s_log1p.c | 25 #ifndef float_type 26 #define float_type double macro 31 float_type 32 __CONCATX(__,FUNC) (float_type x) in __CONCATX()
|
A D | e_scalb.c | 26 #ifndef float_type 27 #define float_type double macro 34 float_type 35 s(__ieee754_scalb) (float_type x, float_type fn) in s() 37 float_type retval; in s()
|
A D | e_ilogb.c | 24 #ifndef float_type 25 #define float_type double macro 33 s(__ieee754_ilogb) (float_type x) in s() 35 float_type result; in s()
|
A D | e_atan2.c | 26 #ifndef float_type 27 #define float_type double macro 34 float_type 35 s(__ieee754_atan2) (float_type y, float_type x) in s() 37 float_type pi, pi_2, z; in s() 58 float_type pi_4; in s()
|
A D | s_isinf.c | 24 #ifndef float_type 25 #define float_type double macro 31 __CONCATX(__,FUNC) (float_type x) in __CONCATX()
|
A D | s_scalbn.c | 37 #ifndef float_type 38 #define float_type double macro 43 float_type 44 __CONCATX(__scalbn,suffix) (float_type x, int exp) in __CONCATX()
|
A D | e_pow.c | 26 #ifndef float_type 27 #define float_type double macro 34 float_type 35 s(__ieee754_pow) (float_type x, float_type y) in s() 37 float_type z; in s() 38 float_type ax; in s()
|
A D | e_atan2f.c | 2 #define float_type float macro
|
A D | e_atan2l.c | 2 #define float_type long double macro
|
A D | e_ilogbf.c | 2 #define float_type float macro
|
A D | e_powf.c | 2 #define float_type float macro
|
A D | e_powl.c | 2 #define float_type long double macro
|
A D | e_scalbf.c | 2 #define float_type float macro
|
A D | e_scalbl.c | 2 #define float_type long double macro
|
A D | s_scalbnf.c | 2 #define float_type float macro
|
A D | s_scalbnl.c | 2 #define float_type long double macro
|
A D | e_ilogbl.c | 2 #define float_type long double macro
|
A D | s_log1pf.c | 2 #define float_type float macro
|
A D | s_log1pl.c | 2 #define float_type long double macro
|
A D | s_isinff.c | 4 #define float_type float macro
|
A D | s_isinfl.c | 4 #define float_type long double macro
|
A D | e_acosf.c | 5 #define float_type float macro
|