Home
last modified time | relevance | path

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

/math/
A Ds_nextafter.c38 uint32_t lx,ly; in __nextafter() local
40 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 …]
A Dtest-tgmath-ret.c27 static long double lx; variable
50 CHECK_RET_CONST_TYPE (func, rettype, lx, long double, ## __VA_ARGS__)
86 printf ("%Zd\n", sizeof (carg (lx))); in CHECK_RET_CONST()
A Dtest-tgmath.c36 long double lx; variable
203 #define x lx

Completed in 6 milliseconds