Searched refs:cp_l (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/lib/msun/src/
H A De_pow.c95 cp_l = -7.02846165095275826516e-09, /* 0xBE3E2FE0, 0x145B01F5 =tail of cp_h*/ variable
251 z_h = cp_h*p_h; /* cp_h+cp_l = 2/(3*log2) */
252 z_l = cp_l*p_h+p_l*cp+dp_l[k];
H A De_powf.c53 cp_l = -1.1736857402e-04, /* 0xb8f623c6 =tail of cp_h */ variable
195 z_h = cp_h*p_h; /* cp_h+cp_l = 2/(3*log2) */
196 z_l = cp_l*p_h+p_l*cp+dp_l[k];
/freebsd-11-stable/lib/msun/ld128/
H A De_powl.c145 cp_l = 5.0577616648125906047157785230014751039424E-17L; variable
354 z_h = cp_h * p_h; /* cp_h+cp_l = 2/(3*log2) */
355 z_l = cp_l * p_h + p_l * cp + dp_l[k];

Completed in 217 milliseconds