Home
last modified time | relevance | path

Searched refs:M_LN2 (Results 1 – 12 of 12) sorted by relevance

/math/
A De_exp2_template.c38 result = M_SCALBN (M_EXP (M_MLIT (M_LN2) * fractx), intx); in M_DECL_FUNC()
A Ds_ctan_template.c65 const int t = (int) ((M_MAX_EXP - 1) * M_MLIT (M_LN2) / 2); in M_DECL_FUNC()
A Ds_ctanh_template.c65 const int t = (int) ((M_MAX_EXP - 1) * M_MLIT (M_LN2) / 2); in M_DECL_FUNC()
A Ds_ccosh_template.c39 const int t = (int) ((M_MAX_EXP - 1) * M_MLIT (M_LN2)); in M_DECL_FUNC()
A Ds_cexp_template.c39 const int t = (int) ((M_MAX_EXP - 1) * M_MLIT (M_LN2)); in M_DECL_FUNC()
A Ds_clog_template.c97 __real__ result = M_LOG (d) - scale * (FLOAT) M_MLIT (M_LN2); in M_DECL_FUNC()
A Ds_csinh_template.c42 const int t = (int) ((M_MAX_EXP - 1) * M_MLIT (M_LN2)); in M_DECL_FUNC()
A Ds_csin_template.c42 const int t = (int) ((M_MAX_EXP - 1) * M_MLIT (M_LN2)); in M_DECL_FUNC()
A Ds_catanh_template.c78 * ((FLOAT) M_MLIT (M_LN2) in M_DECL_FUNC()
A Ds_catan_template.c109 * ((FLOAT) M_MLIT (M_LN2) in M_DECL_FUNC()
A Dk_casinh_template.c59 __real__ res += (FLOAT) M_MLIT (M_LN2); in M_DECL_FUNC()
A Dmath.h1149 # define M_LN2 0.69314718055994530942 /* log_e 2 */ macro

Completed in 12 milliseconds