Home
last modified time | relevance | path

Searched refs:M_LN10 (Results 1 – 8 of 8) sorted by relevance

/glibc-2.36/math/
De_exp10.c31 return __ieee754_exp (M_LN10 * arg); in __ieee754_exp10()
Dmath.h1150 # define M_LN10 2.30258509299404568402 /* log_e 10 */ macro
/glibc-2.36/misc/
Defgcvt-dbl-macros.h40 # define NDIGIT_MAX (lrint (ceil (M_LN2 / M_LN10 * DBL_MANT_DIG + 1.0)))
Defgcvt-ldbl-macros.h45 # define NDIGIT_MAX (lrint (ceil (M_LN2 / M_LN10 * LDBL_MANT_DIG + 1.0)))
/glibc-2.36/sysdeps/ieee754/dbl-64/
De_exp10.c48 exp_low = arg_high * log10_low + arg_low * M_LN10; in __ieee754_exp10()
/glibc-2.36/conform/data/
Dmath.h-data29 constant M_LN10
/glibc-2.36/manual/
Dmath.texi107 @item M_LN10
/glibc-2.36/ChangeLog.old/
DChangeLog.1884393 large negative argument by M_LN10.