Searched refs:cp_h (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/lib/msun/ld128/
H A De_powl.c144 cp_h = 9.6179669392597555432899980587535537779331E-1L, variable
354 z_h = cp_h * p_h; /* cp_h+cp_l = 2/(3*log2) */
/freebsd-11-stable/lib/msun/src/
H A De_pow.c94 cp_h = 9.61796700954437255859e-01, /* 0x3FEEC709, 0xE0000000 =(float)cp */ variable
95 cp_l = -7.02846165095275826516e-09, /* 0xBE3E2FE0, 0x145B01F5 =tail of cp_h*/
251 z_h = cp_h*p_h; /* cp_h+cp_l = 2/(3*log2) */
H A De_powf.c52 cp_h = 9.6191406250e-01, /* 0x3f764000 =12b cp */ variable
53 cp_l = -1.1736857402e-04, /* 0xb8f623c6 =tail of cp_h */
195 z_h = cp_h*p_h; /* cp_h+cp_l = 2/(3*log2) */

Completed in 234 milliseconds