Searched refs:ye (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtiocl.h17 unsigned short ye; /* Y end */ member in struct:tiocl_selection
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/math-emu/
H A Dsp_add.c130 if (xe > ye) {
133 int s = xe - ye;
135 } else if (ye > xe) {
138 int s = ye - xe;
141 assert(xe == ye);
H A Ddp_add.c133 if (xe > ye) {
136 int s = xe - ye;
138 ye += s;
139 } else if (ye > xe) {
142 int s = ye - xe;
146 assert(xe == ye);
H A Ddp_sub.c116 /* normalize ym,ye */
139 if (xe > ye) {
142 int s = xe - ye;
144 ye += s;
145 } else if (ye > xe) {
148 int s = ye - xe;
152 assert(xe == ye);
H A Dieee754int.h77 unsigned ym; int ye; int ys; int yc
104 #define EXPLODEYSP EXPLODESP(y,yc,ys,ye,ym)
111 u64 ym; int ye; int ys; int yc
138 #define EXPLODEYDP EXPLODEDP(y,yc,ys,ye,ym)
163 #define FLUSHYDP FLUSHDP(y,yc,ys,ye,ym)
165 #define FLUSHYSP FLUSHSP(y,yc,ys,ye,ym)
H A Dieee754sp.h42 (ye+=rs, \
46 (ye++, (ym = (ym >> 1) | (ym & 1)))
52 #define SPDNORMY SPDNORMx(ym,ye)
H A Dsp_sub.c136 if (xe > ye) {
139 int s = xe - ye;
141 } else if (ye > xe) {
144 int s = ye - xe;
147 assert(xe == ye);
H A Dieee754dp.h47 #define DPDNORMY DPDNORMx(ym,ye)
H A Ddp_div.c130 int re = xe - ye;
H A Dsp_div.c130 int re = xe - ye;
H A Ddp_mul.c108 /* rm = xm * ym, re = xe+ye basicly */
112 int re = xe + ye;
H A Dsp_mul.c108 /* rm = xm * ym, re = xe+ye basicly */
113 int re = xe + ye;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dselection.c121 { unsigned short xs, ys, xe, ye; local
128 __get_user(ye, &sel->ye);
130 xs--; ys--; xe--; ye--;
134 ye = limit(ye, vc->vc_rows - 1);
136 pe = ye * vc->vc_size_row + (xe << 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dnewport_con.c683 short xs, ys, xe, ye, xoffs, yoffs, tmp; local
692 ye = (((sy + h) << 4) - 1 + topscan) & 0x3ff;
706 npregs->set.xyendi = (xe << 16) | ye;

Completed in 174 milliseconds