Searched refs:exp_mid (Results 1 – 2 of 2) sorted by relevance
100 double exp_mid = EXP_M2[x_hi & 0x7f]; in expf() local109 return static_cast<float>(exp_hi * exp_mid * exp_lo); in expf()
74 float exp_mid = EXP_MID[x_mid]; in exp_range_reduction() local82 return {exp_hi * exp_mid, exp_lo}; in exp_range_reduction()