Searched refs:y1 (Results 1 - 25 of 67) sorted by path

123

/freebsd-11-stable/contrib/dialog/
H A Dconfigure14432 int x1, y1;
14433 getbegyx(stdscr, y1, x1)
14470 int x1, y1;
14471 getbegyx(stdscr, y1, x1)
/freebsd-11-stable/contrib/gcc/
H A Dalias.c55 struct Y y1;
63 py = &px1.y1;
68 Can a store to x1 interfere with px2->y1?
1698 rtx y1 = XEXP (y, 1);
1700 if (rtx_equal_for_memref_p (x1, y1))
1703 return memrefs_conflict_p (xsize, x1, ysize, y1, c);
1706 if (GET_CODE (y1) == CONST_INT)
1708 c - INTVAL (x1) + INTVAL (y1));
1713 else if (GET_CODE (y1) == CONST_INT)
1714 return memrefs_conflict_p (xsize, x, ysize, y0, c + INTVAL (y1));
1695 rtx y1 = XEXP (y, 1); local
1723 rtx y1 = XEXP (y, 1); local
1741 rtx y1 = canon_rtx (XEXP (y, 1)); local
[all...]
H A Drecog.c1906 rtx y1 = y;
1931 if ((ycode == PLUS) && (y2 = find_constant_term_loc (&y1)))
1935 y1 = *y2;
1942 *y2 = y1;
1896 rtx y1 = y; local
H A Dsys-protos.h1337 extern double y1(double);
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dvr4120-div.S68 move $7,$5 # y1 = y
70 mult $2,$7 # r = r * y1
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c19221 rtx x0, e0, e1, y1, u0, v0, one;
19226 y1 = gen_reg_rtx (SFmode);
19243 /* y1 = x0 + e1 * x0 */
19244 emit_insn (gen_rtx_SET (VOIDmode, y1,
19247 /* u0 = n * y1 */
19249 gen_rtx_MULT (SFmode, n, y1)));
19254 /* res = u0 + v0 * y1 */
19257 gen_rtx_MULT (SFmode, v0, y1), u0)));
19266 rtx x0, e0, e1, e2, y1, y2, y3, u0, v0, one;
19272 y1
19175 rtx x0, e0, e1, y1, u0, v0, one; local
19220 rtx x0, e0, e1, e2, y1, y2, y3, u0, v0, one; local
[all...]
/freebsd-11-stable/contrib/gcc/config/soft-fp/
H A Dop-4.h527 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \
532 r1 = x1 + y1; \
541 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
546 r1 = x1 + y1; \
559 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \
564 r1 = x1 - y1; \
567 _c2 |= _c1 && (y1 == x1); \
573 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
578 r1 = x1 - y1; \
581 _c2 |= _c1 && (y1
[all...]
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp1271 int x1, int y1, int x2, int y2,
1345 * add_line - adds the <line> primitive providing that y1==y2
/freebsd-11-stable/contrib/groff/src/devices/xditview/
H A DDvi.c338 dw->dvi.extents.y1 = extents.y;
H A DDviP.h176 int x1, y1, x2, y2; member in struct:__anon1703::ExposedExtents
H A Ddraw.c168 if (!(y + 24 >= dw->dvi.extents.y1
/freebsd-11-stable/contrib/groff/src/preproc/grn/
H A Dhgraph.cpp58 void HGtline(int x1, int y1);
962 | Results: Draws a line from current position to (x1,y1) using line(x1,
963 | y1) to place individual segments of dotted or dashed lines.
/freebsd-11-stable/contrib/groff/src/preproc/html/
H A Dpre-html.cpp811 imageItem(int x1, int y1, int x2, int y2,
820 imageItem::imageItem(int x1, int y1, int x2, int y2, argument
824 Y1 = y1;
856 void add(int x1, int y1, int x2, int y2,
1011 int y1 = max(image_res * vertical_offset / 72 local
1024 x1, y1, x2 - x1 + 1, y2 - y1 + 1,
1060 void imageList::add(int x1, int y1, int x2, int y2, argument
1063 imageItem *i = new imageItem(x1, y1, x2, y2, page, res, maxx, name);
1095 * contains the x1,y1
1107 int y1 = f->readInt(); local
[all...]
/freebsd-11-stable/contrib/ldns/
H A Dutil.c181 leap_days(int y1, int y2) argument
183 --y1;
185 return (LDNS_DIV(y2, 4) - LDNS_DIV(y1, 4)) -
186 (LDNS_DIV(y2, 100) - LDNS_DIV(y1, 100)) +
187 (LDNS_DIV(y2, 400) - LDNS_DIV(y1, 400));
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_getstr.c55 int y1 = win->_cury; local
61 while (win->_cury < y1
62 || (win->_cury == y1 && win->_curx < x1))
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_get_wstr.c66 int y1 = win->_cury; local
75 while (win->_cury < y1
76 || (win->_cury == y1 && win->_curx < x1))
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl171 #;* Mul_GF4: Input x0-x1,y0-y1 Output x0-x1 Temp t0 (8) *
173 my ($x0,$x1,$y0,$y1,$t0,$t1)=@_;
175 veor $t0, $y0, $y1
179 vand $x0, $x0, $y1
187 my ($x0,$x1,$y0,$y1,$t0)=@_;
189 veor $t0, $y0, $y1
193 vand $x0, $x0, $y1
201 my ($x0,$x1,$y0,$y1,$t0,
204 veor $t0, $y0, $y1
212 vand $x0, $x0, $y1
[all...]
H A Dbsaes-x86_64.pl220 #;* Mul_GF4: Input x0-x1,y0-y1 Output x0-x1 Temp t0 (8) *
222 my ($x0,$x1,$y0,$y1,$t0)=@_;
225 pxor $y1, $t0
229 pand $y1, $x0
237 my ($x0,$x1,$y0,$y1,$t0)=@_;
240 pxor $y1, $t0
244 pand $y1, $x0
252 my ($x0,$x1,$y0,$y1,$t0,
257 pxor $y1, $t0
265 pand $y1,
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_exp.c659 BN_ULONG y0, y1, y2, y3; local
665 y1 = (BN_ULONG)0 - (constant_time_eq_int(i,1)&1);
674 (table[j + 1 * xstride] & y1) |
H A Dbn_gf2m.c496 BN_ULONG x1, x0, y1, y0, zz[4]; local
519 y1 = ((j + 1) == b->top) ? 0 : b->d[j + 1];
523 bn_GF2m_mul_2x2(zz, x1, x0, y1, y0);
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Dec2_smpl.c462 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t; local
487 y1 = BN_CTX_get(ctx);
507 if (!BN_copy(y1, &b->Y))
510 if (!EC_POINT_get_affine_coordinates_GF2m(group, b, x1, y1, ctx))
517 if (!BN_GF2m_add(s, y0, y1))
530 if (BN_GF2m_cmp(y0, y1) || BN_is_zero(x1)) {
536 if (!group->meth->field_div(group, s, y1, x1, ctx))
555 if (!BN_GF2m_add(y2, y2, y1))
/freebsd-11-stable/lib/libc/sparc64/fpu/
H A Dfpu_div.c160 u_int r0, r1, r2, r3, d0, d1, d2, d3, y0, y1, y2, y3; local
210 FPU_SUBCS(d1, r1, y1); FPU_SUBC(d0, r0, y0)
247 y1 = y->fp_mant[1];
H A Dfpu_sqrt.c196 u_int y0, y1, y2, y3; local
297 y1 = 0;
311 t1 = y1 | bit;
317 y1 |= bit << 1;
324 /* calculate q2. note (y1&1)==0; y0 (aka t0) is fixed. */
325 #define t1 y1
338 y1 |= 1; /* now t1, y1 are set in concrete */
357 /* calculate q3. y0, t0, y1, t1 all fixed; y2, t2, almost done. */
/freebsd-11-stable/lib/libvgl/
H A Dsimple.c221 VGLLine(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color) argument
227 dy = SL_ABSOLUTE(y2, y1, sign_y);
235 SL_SWAP(x1, y1);
246 y1 = y1; */
249 y = y1;
251 y1 = y2;
265 plot(object, x1, y1, reverse, color); /* plot first two points */
280 plot(object, x1, y1, reverse, color);
281 plot(object, --x1, y1, revers
405 VGLBox(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color) argument
414 VGLFilledBox(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color) argument
[all...]
H A Dvgl.h137 void VGLLine(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color);
138 void VGLBox(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color);
139 void VGLFilledBox(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color);

Completed in 322 milliseconds

123