Searched refs:y2 (Results 51 - 60 of 60) sorted by relevance

123

/freebsd-10-stable/contrib/groff/src/devices/xditview/
H A DDvi.c340 dw->dvi.extents.y2 = extents.y + extents.height;
H A Ddraw.c169 && y - 24 <= dw->dvi.extents.y2
/freebsd-10-stable/crypto/openssl/crypto/aes/asm/
H A Dbsaes-x86_64.pl259 $x2,$x3,$y2,$y3,$t1)=@_;
262 movdqa $y2, $t1
270 pand $y2, $x3
/freebsd-10-stable/sys/dev/drm2/radeon/
H A Dradeon.h755 int x2, int y2);
H A Dr600_cp.c2470 int h = pbox[i].y2 - y;
/freebsd-10-stable/sys/dev/wpi/
H A Dif_wpi.c3455 #define interpolate(x, x1, y1, x2, y2, n) \
3456 ((y1) + fdivround(((x) - (x1)) * ((y2) - (y1)), (x2) - (x1), n))
/freebsd-10-stable/sys/dev/drm/
H A Dr600_cp.c2273 int h = pbox[i].y2 - y;
/freebsd-10-stable/contrib/gcc/config/rs6000/
H A Drs6000.c19266 rtx x0, e0, e1, e2, y1, y2, y3, u0, v0, one;
19273 y2 = gen_reg_rtx (DFmode);
19294 /* y2 = y1 + e1 * y1 */
19295 emit_insn (gen_rtx_SET (VOIDmode, y2,
19301 /* y3 = y2 + e2 * y2 */
19304 gen_rtx_MULT (DFmode, e2, y2), y2)));
19220 rtx x0, e0, e1, e2, y1, y2, y3, u0, v0, one; local
/freebsd-10-stable/sys/dev/iwn/
H A Dif_iwn.c4536 #define interpolate(x, x1, y1, x2, y2, n) \
4537 ((y1) + fdivround(((int)(x) - (x1)) * ((y2) - (y1)), (x2) - (x1), n))
/freebsd-10-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

Completed in 222 milliseconds

123