Searched refs:ly (Results 1 – 3 of 3) sorted by relevance
38 uint32_t lx,ly; in __nextafter() local41 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()
32 uint32_t ly; in __nexttowardf() local35 EXTRACT_WORDS(hy,ly,y); in __nexttowardf()40 ((iy>=0x7ff00000)&&((iy-0x7ff00000)|ly)!=0)) /* y is nan */ in __nexttowardf()
39 const long double ly = 1.25; variable204 #define y ly
Completed in 35 milliseconds