Home
last modified time | relevance | path

Searched refs:cp_h (Results 1 – 3 of 3) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
De_powf.c52 cp_h = 9.6191406250e-01, /* 0x3f764000 =12b cp */ variable
195 z_h = cp_h*p_h; /* cp_h+cp_l = 2/(3*log2) */ in __ieee754_powf()
De_pow.c94 cp_h = 9.61796700954437255859e-01, /* 0x3FEEC709, 0xE0000000 =(float)cp */ variable
251 z_h = cp_h*p_h; /* cp_h+cp_l = 2/(3*log2) */ in __ieee754_pow()
/bionic/libm/upstream-freebsd/lib/msun/ld128/
De_powl.c144 cp_h = 9.6179669392597555432899980587535537779331E-1L, variable
354 z_h = cp_h * p_h; /* cp_h+cp_l = 2/(3*log2) */ in powl()