Home
last modified time | relevance | path

Searched refs:hp1 (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/sysdeps/ieee754/dbl-64/
De_asin.c159 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()
Dbranred.h39 /**/ hp1 = {{0x3C91A626, 0x33145C07}} ,/* 6.123233995736766e-17 */ variable
53 /**/ hp1 = {{0x33145C07, 0x3C91A626}}, /* 6.123233995736766e-17 */ variable
Duasncs.h34 /**/ hp1 = {{0x3C91A626, 0x33145C07 }}; /* 6.123233995736766e-17 */ variable
42 /**/ hp1 = {{0x33145C07, 0x3C91A626 }}; /* 6.123233995736766e-17 */ variable
Ds_sincos.c68 a = y + hp1; in __sincos()
69 da = (y - a) + hp1; in __sincos()
Ds_sin.c229 retval = copysign (do_cos (t, hp1), x); in __sin()
291 a = y + hp1; in __cos()
292 da = (y - a) + hp1; in __cos()
Dusncs.h38 static const double hp1 = 0x1.1A62633145C07p-54; /* 6.123233995736766e-17 */ variable
Dbranred.c137 bb=(((t1*mp1.x-b)+t1*mp2.x)+t2*mp1.x)+(t2*mp2.x+s*hp1.x+t*hp0.x); in __branred()