Home
last modified time | relevance | path

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

/math/
A Ds_nexttowardf.c31 int32_t hx,hy,ix,iy; in __nexttowardf() local
37 iy = hy&0x7fffffff; /* |y| */ in __nexttowardf()
40 ((iy>=0x7ff00000)&&((iy-0x7ff00000)|ly)!=0)) /* y is nan */ in __nexttowardf()
A Ds_nextafter.c37 int32_t hx,hy,ix,iy; in __nextafter() local
43 iy = hy&0x7fffffff; /* |y| */ in __nextafter()
46 ((iy>=0x7ff00000)&&((iy-0x7ff00000)|ly)!=0)) /* y is nan */ in __nextafter()
A Dlibm-test-cabs.inc23 /* cabs (x + iy) is specified as hypot (x,y) */
A Dlibm-test-carg.inc23 /* carg (x + iy) is specified as atan2 (y, x) */

Completed in 4 milliseconds