Home
last modified time | relevance | path

Searched refs:cor (Results 1 – 4 of 4) sorted by relevance

/sysdeps/ieee754/dbl-64/
A Ds_sin.c110 double xx, s, sn, ssn, c, cs, ccs, cor; in do_cos() local
115 cor = (ccs - s * ssn - cs * c) - sn * s; in do_cos()
116 return cs + cor; in do_cos()
138 double xx, s, sn, ssn, c, cs, ccs, cor; in do_sin() local
143 cor = (ssn + s * ccs - sn * c) + cs * s; in do_sin()
144 return copysign (sn + cor, xold); in do_sin()
A De_atan2.c63 z, zz, cor; in __ieee754_atan2() local
283 ESUB (hpi.d, u, t2, cor); in __ieee754_atan2()
284 t3 = ((hpi1.d + cor) - du) - zz; in __ieee754_atan2()
316 EADD (hpi.d, u, t2, cor); in __ieee754_atan2()
317 t3 = ((hpi1.d + cor) + du) + zz; in __ieee754_atan2()
345 ESUB (opi.d, u, t2, cor); in __ieee754_atan2()
346 t3 = ((opi1.d + cor) - du) - zz; in __ieee754_atan2()
A Ds_atan.c54 double cor, t1, t2, t3, u, in __atan() local
150 ESUB (HPI, w, t3, cor); in __atan()
151 yy = ((HPI1 + cor) - ww) - yy; in __atan()
A De_asin.c48 double x2,xx,res1,p,t,res,r,cor,cc,y,c,z; in __ieee754_asin() local
159 cor = (hp1.x - 2.0*cc)-2.0*(y+cc)*p; in __ieee754_asin()
161 res =res1 + cor; in __ieee754_asin()
192 double x2,xx,res1,p,t,res,r,cor,cc,y,c,z; in libm_alias_finite() local
207 cor=(((hp0.x-r)-x)+hp1.x)-t; in libm_alias_finite()
208 res = r+cor; in libm_alias_finite()
319 cor = (hp1.x - cc)-(y+cc)*p; in libm_alias_finite()
321 res =res1 + cor; in libm_alias_finite()
326 cor = cc+p*(y+cc); in libm_alias_finite()
327 res = y + cor; in libm_alias_finite()

Completed in 6 milliseconds