Home
last modified time | relevance | path

Searched refs:ly (Results 1 – 3 of 3) sorted by relevance

/math/
A Ds_nextafter.c38 uint32_t lx,ly; in __nextafter() local
41 EXTRACT_WORDS(hy,ly,y); in __nextafter()
46 ((iy>=0x7ff00000)&&((iy-0x7ff00000)|ly)!=0)) /* y is nan */ in __nextafter()
58 if(hx>hy||((hx==hy)&&(lx>ly))) { /* x > y, x -= ulp */ in __nextafter()
66 if(hy>=0||hx>hy||((hx==hy)&&(lx>ly))){/* x < y, x -= ulp */ in __nextafter()
A Ds_nexttowardf.c32 uint32_t ly; in __nexttowardf() local
35 EXTRACT_WORDS(hy,ly,y); in __nexttowardf()
40 ((iy>=0x7ff00000)&&((iy-0x7ff00000)|ly)!=0)) /* y is nan */ in __nexttowardf()
A Dtest-tgmath.c39 const long double ly = 1.25; variable
204 #define y ly

Completed in 35 milliseconds