Searched refs:lx (Results 1 – 3 of 3) sorted by relevance
38 uint32_t lx,ly; in __nextafter() local40 EXTRACT_WORDS(hx,lx,x); in __nextafter()59 if(lx==0) hx -= 1; in __nextafter()60 lx -= 1; in __nextafter()62 lx += 1; in __nextafter()63 if(lx==0) hx += 1; in __nextafter()67 if(lx==0) hx -= 1; in __nextafter()68 lx -= 1; in __nextafter()70 lx += 1; in __nextafter()71 if(lx==0) hx += 1; in __nextafter()[all …]
27 static long double lx; variable50 CHECK_RET_CONST_TYPE (func, rettype, lx, long double, ## __VA_ARGS__)86 printf ("%Zd\n", sizeof (carg (lx))); in CHECK_RET_CONST()
36 long double lx; variable203 #define x lx
Completed in 6 milliseconds