/glibc-2.36/sysdeps/generic/ |
D | math_private_calls.h | 28 extern _Mdouble_ __MSUF (__ieee754_acos) (_Mdouble_); 29 extern _Mdouble_ __MSUF (__ieee754_acosh) (_Mdouble_); 30 extern _Mdouble_ __MSUF (__ieee754_asin) (_Mdouble_); 31 extern _Mdouble_ __MSUF (__ieee754_atan2) (_Mdouble_, _Mdouble_); 32 extern _Mdouble_ __MSUF (__ieee754_atanh) (_Mdouble_); 33 extern _Mdouble_ __MSUF (__ieee754_cosh) (_Mdouble_); 34 extern _Mdouble_ __MSUF (__ieee754_exp) (_Mdouble_); 35 extern _Mdouble_ __MSUF (__ieee754_exp10) (_Mdouble_); 36 extern _Mdouble_ __MSUF (__ieee754_exp2) (_Mdouble_); 37 extern _Mdouble_ __MSUF (__ieee754_fmod) (_Mdouble_, _Mdouble_); [all …]
|
D | math_private.h | 164 #define _Mdouble_ double macro 168 #undef _Mdouble_ 170 #define _Mdouble_ float macro 176 #undef _Mdouble_ 178 #define _Mdouble_ long double macro 184 #undef _Mdouble_ 187 # define _Mdouble_ _Float128 macro 193 # undef _Mdouble_
|
/glibc-2.36/math/bits/ |
D | mathcalls.h | 53 __MATHCALL_VEC (acos,, (_Mdouble_ __x)); 55 __MATHCALL_VEC (asin,, (_Mdouble_ __x)); 57 __MATHCALL_VEC (atan,, (_Mdouble_ __x)); 59 __MATHCALL_VEC (atan2,, (_Mdouble_ __y, _Mdouble_ __x)); 62 __MATHCALL_VEC (cos,, (_Mdouble_ __x)); 64 __MATHCALL_VEC (sin,, (_Mdouble_ __x)); 66 __MATHCALL_VEC (tan,, (_Mdouble_ __x)); 71 __MATHCALL_VEC (cosh,, (_Mdouble_ __x)); 73 __MATHCALL_VEC (sinh,, (_Mdouble_ __x)); 75 __MATHCALL_VEC (tanh,, (_Mdouble_ __x)); [all …]
|
D | mathcalls-helper-functions.h | 20 __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) 24 __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) 29 __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) 33 __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) 37 __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) 41 __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); 44 __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling)
|
D | cmathcalls.h | 48 # define _Mdouble_complex_ _Mdouble_ _Complex 112 __MATHDECL (_Mdouble_,cabs, (_Mdouble_complex_ __z)); 115 __MATHDECL (_Mdouble_,carg, (_Mdouble_complex_ __z)); 127 __MATHDECL (_Mdouble_,cimag, (_Mdouble_complex_ __z)); 130 __MATHDECL (_Mdouble_,creal, (_Mdouble_complex_ __z));
|
/glibc-2.36/math/ |
D | complex.h | 108 #define _Mdouble_ double macro 111 #undef _Mdouble_ 115 #define _Mdouble_ float macro 118 #undef _Mdouble_ 141 # define _Mdouble_ long double macro 155 #undef _Mdouble_ 162 # define _Mdouble_ _Float16 macro 165 # undef _Mdouble_ 174 # define _Mdouble_ _Float32 macro 177 # undef _Mdouble_ [all …]
|
D | math.h | 287 __MATHDECL (_Mdouble_,function,suffix, args) 292 __MATHDECLX (_Mdouble_,function,suffix, args, attrib) 308 #define _Mdouble_ double macro 314 #undef _Mdouble_ 325 # define _Mdouble_ float macro 331 # undef _Mdouble_ 393 # define _Mdouble_ long double macro 401 # undef _Mdouble_ 425 # define _Mdouble_ _Float16 macro 435 # undef _Mdouble_ [all …]
|
/glibc-2.36/sysdeps/alpha/bits/ |
D | mathdef.h | 27 # define _Mdouble_ float macro 38 # undef _Mdouble_
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.6 | 9444 already defined to float, long double. Use those macros for _Mdouble_
|
D | ChangeLog.19 | 30006 (_Mdouble_): Define without indirection through those macros. 30010 (_Mdouble_): Define without indirection through those macros.
|