Home
last modified time | relevance | path

Searched refs:log10_high (Results 1 – 3 of 3) sorted by relevance

/sysdeps/ieee754/ldbl-128ibm/
A De_exp10l.c23 static const long double log10_high = 0x2.4d763776aaap+0L; variable
45 exp_high = arg_high * log10_high; in __ieee754_exp10l()
/sysdeps/ieee754/dbl-64/
A De_exp10.c23 static const double log10_high = 0x2.4d7637p0; variable
47 exp_high = arg_high * log10_high; in __ieee754_exp10()
/sysdeps/ieee754/ldbl-128/
A De_exp10l.c23 static const _Float128 log10_high = L(0x2.4d763776aaa2bp0); variable
46 exp_high = arg_high * log10_high; in __ieee754_exp10l()

Completed in 4 milliseconds