Searched refs:log10_high (Results 1 – 3 of 3) sorted by relevance
23 static const long double log10_high = 0x2.4d763776aaap+0L; variable45 exp_high = arg_high * log10_high; in __ieee754_exp10l()
23 static const double log10_high = 0x2.4d7637p0; variable47 exp_high = arg_high * log10_high; in __ieee754_exp10()
23 static const _Float128 log10_high = L(0x2.4d763776aaa2bp0); variable46 exp_high = arg_high * log10_high; in __ieee754_exp10l()
Completed in 4 milliseconds