Searched refs:hp1 (Results 1 – 7 of 7) sorted by relevance
159 cor = (hp1.x - 2.0*cc)-2.0*(y+cc)*p; in __ieee754_asin()207 cor=(((hp0.x-r)-x)+hp1.x)-t; in libm_alias_finite()224 t = (m>0)?(hp1.x-t):(hp1.x+t); in libm_alias_finite()242 t = (m>0)?(hp1.x-t):(hp1.x+t); in libm_alias_finite()260 t = (m>0)?(hp1.x-t):(hp1.x+t); in libm_alias_finite()279 t = (m>0)?(hp1.x-t):(hp1.x+t); in libm_alias_finite()298 t = (m>0)?(hp1.x-t):(hp1.x+t); in libm_alias_finite()319 cor = (hp1.x - cc)-(y+cc)*p; in libm_alias_finite()
39 /**/ hp1 = {{0x3C91A626, 0x33145C07}} ,/* 6.123233995736766e-17 */ variable53 /**/ hp1 = {{0x33145C07, 0x3C91A626}}, /* 6.123233995736766e-17 */ variable
34 /**/ hp1 = {{0x3C91A626, 0x33145C07 }}; /* 6.123233995736766e-17 */ variable42 /**/ hp1 = {{0x33145C07, 0x3C91A626 }}; /* 6.123233995736766e-17 */ variable
68 a = y + hp1; in __sincos()69 da = (y - a) + hp1; in __sincos()
229 retval = copysign (do_cos (t, hp1), x); in __sin()291 a = y + hp1; in __cos()292 da = (y - a) + hp1; in __cos()
38 static const double hp1 = 0x1.1A62633145C07p-54; /* 6.123233995736766e-17 */ variable
137 bb=(((t1*mp1.x-b)+t1*mp2.x)+t2*mp1.x)+(t2*mp2.x+s*hp1.x+t*hp0.x); in __branred()