/math/ |
A D | w_lgamma_r_template.c | 29 #define M_DECL_FUNC_R_X(x) x ## _r argument 30 #define M_DECL_FUNC_R_S(x) M_DECL_FUNC_R_X (x) argument 31 #define M_DECL_FUNC_R(x) M_DECL_FUNC_R_S (M_SUF (x)) argument 33 #define M_CALL_FUNC_R_X(x) x ## _r argument 34 #define M_CALL_FUNC_R_S(x) M_CALL_FUNC_R_X (x) argument 35 #define M_CALL_FUNC_R(x) M_CALL_FUNC_R_S (M_SUF (x)) argument
|
A D | math-underflow.h | 27 #define fabs_tg(x) __MATH_TG ((x), (__typeof (x)) __builtin_fabs, (x)) argument 37 #define min_of_type(x) __MATH_TG ((x), (__typeof (x)) min_of_type_, ()) argument 41 #define math_check_force_underflow(x) \ argument 55 #define math_check_force_underflow_nonneg(x) \ argument 70 #define math_check_force_underflow_complex(x) \ argument
|
A D | s_csqrt_template.c | 93 __real__ x = M_SCALBN (__real__ x, -2 * scale); in M_DECL_FUNC() local 94 __imag__ x = M_SCALBN (__imag__ x, -2 * scale); in M_DECL_FUNC() local 100 __real__ x = M_SCALBN (__real__ x, -2 * scale); in M_DECL_FUNC() local 102 __real__ x = 0; in M_DECL_FUNC() local 103 __imag__ x = M_SCALBN (__imag__ x, -2 * scale); in M_DECL_FUNC() local 109 __real__ x = M_SCALBN (__real__ x, -2 * scale); in M_DECL_FUNC() local 110 __imag__ x = M_SCALBN (__imag__ x, -2 * scale); in M_DECL_FUNC() local
|
A D | w_lgamma_template.c | 29 #define M_CALL_FUNC_X(x) x ## _r argument 30 #define M_CALL_FUNC(x) M_CALL_FUNC_X (x) argument
|
A D | w_scalb_compat.c | 27 sysv_scalb (double x, double fn) in sysv_scalb() 47 __scalb (double x, double fn) in __scalb()
|
A D | w_scalbf_compat.c | 27 sysv_scalbf (float x, float fn) in sysv_scalbf() 47 __scalbf (float x, float fn) in __scalbf()
|
A D | w_scalbl_compat.c | 27 sysv_scalbl (long double x, long double fn) in sysv_scalbl() 47 __scalbl (long double x, long double fn) in __scalbl()
|
A D | w_tgamma_template.c | 29 #define M_CALL_FUNC_X(x) x ## _r argument 30 #define M_CALL_FUNC(x) M_CALL_FUNC_X (x) argument
|
A D | w_acos_compat.c | 28 __acos (double x) in __acos()
|
A D | w_acosh_compat.c | 27 __acosh (double x) in __acosh()
|
A D | w_acoshf_compat.c | 27 __acoshf (float x) in __acoshf()
|
A D | w_acoshl_compat.c | 27 __acoshl (long double x) in __acoshl()
|
A D | w_acosl_compat.c | 28 __acosl (long double x) in __acosl()
|
A D | w_asin_compat.c | 28 __asin (double x) in __asin()
|
A D | w_asinf_compat.c | 28 __asinf (float x) in __asinf()
|
A D | w_atanhl_compat.c | 27 __atanhl (long double x) in __atanhl()
|
A D | w_log10_compat.c | 28 __log10 (double x) in __log10()
|
A D | w_log10f_compat.c | 28 __log10f (float x) in __log10f()
|
A D | w_log10l_compat.c | 28 __log10l (long double x) in __log10l()
|
A D | w_log2_compat.c | 30 __log2_compat (double x) in __log2_compat()
|
A D | w_log2f_compat.c | 28 __log2f_compat (float x) in __log2f_compat()
|
A D | w_log2l_compat.c | 28 __log2l (long double x) in __log2l()
|
A D | w_log_compat.c | 30 __log_compat (double x) in __log_compat()
|
A D | w_logf_compat.c | 28 __logf_compat (float x) in __logf_compat()
|
A D | w_logl_compat.c | 28 __logl (long double x) in __logl()
|