Searched refs:exp_high (Results 1 – 3 of 3) sorted by relevance
31 long double exp_high, exp_low; in __ieee754_exp10l() local45 exp_high = arg_high * log10_high; in __ieee754_exp10l()47 return __ieee754_expl (exp_high) * __ieee754_expl (exp_low); in __ieee754_exp10l()
31 double exp_high, exp_low; in __ieee754_exp10() local47 exp_high = arg_high * log10_high; in __ieee754_exp10()49 return __ieee754_exp (exp_high) * __ieee754_exp (exp_low); in __ieee754_exp10()
31 _Float128 exp_high, exp_low; in __ieee754_exp10l() local46 exp_high = arg_high * log10_high; in __ieee754_exp10l()48 return __ieee754_expl (exp_high) * __ieee754_expl (exp_low); in __ieee754_exp10l()