/src/lib/libc/gdtoa/ |
g_ddfmt.c | 46 int bx, by, decpt, ex, ey, i, j, mode; local in function:g_ddfmt 116 y = d2b(dval(&dd[1]), &ey, &by); 119 if ( (i = ex - ey) !=0) { 124 ex = ey;
|
/src/lib/libm/src/ |
s_fma.c | 196 int ex, ey, ez; local in function:fma 214 ys = frexp(y, &ey); 217 spread = ex + ey - ez; 266 spread = ex + ey;
|
s_fmal.c | 181 int ex, ey, ez; local in function:fmal 199 ys = frexpl(y, &ey); 202 spread = ex + ey - ez; 251 spread = ex + ey;
|
/src/sys/dev/usb/ |
udl.c | 1093 int sy, ey, dy, width, height; local in function:udl_copyrows 1100 ey = (src + num) * height; 1103 while (sy < ey) { 1110 ey = src * height; 1113 while (sy > ey) {
|