Home
last modified time | relevance | path

Searched refs:z_h (Results 1 – 2 of 2) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
De_powf.c58 float z,ax,z_h,z_l,p_h,p_l; in __ieee754_powf() local
192 z_h = cp_h*p_h; /* cp_h+cp_l = 2/(3*log2) */ in __ieee754_powf()
196 t1 = (((z_h+z_l)+dp_h[k])+t); in __ieee754_powf()
199 t2 = z_l-(((t1-t)-dp_h[k])-z_h); in __ieee754_powf()
De_pow.c99 double z,ax,z_h,z_l,p_h,p_l; in __ieee754_pow() local
247 z_h = cp_h*p_h; /* cp_h+cp_l = 2/(3*log2) */ in __ieee754_pow()
251 t1 = (((z_h+z_l)+dp_h[k])+t); in __ieee754_pow()
253 t2 = z_l-(((t1-t)-dp_h[k])-z_h); in __ieee754_pow()