Searched refs:dp_l (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/lib/msun/src/
H A De_pow.c66 dp_l[] = { 0.0, 1.35003920212974897128e-08,}, /* 0x3E4CFDEB, 0x43CFD006 */ variable
248 z_l = cp_l*p_h+p_l*cp+dp_l[k];
H A De_powf.c25 dp_l[] = { 0.0, 1.56322085e-06,}, /* 0x35d1cfdc */ variable
193 z_l = cp_l*p_h+p_l*cp+dp_l[k];

Completed in 42 milliseconds