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

123

/freebsd-10-stable/lib/msun/src/
H A De_log10.c44 double f,hfsq,hi,lo,r,val_hi,val_lo,w,y,y2; local
76 y2 = y*log10_2hi;
85 w = y2 + val_hi;
86 val_lo += (y2 - w) + val_hi;
H A De_hypot.c33 * t1*y1+((x-y)*(x-y)+(t1*y2+t2*y))
35 * y1= y with lower 32 bits chopped, y2 = y-y1.
57 double a,b,t1,t2,y1,y2,w; local
114 y2 = b - y1;
118 w = sqrt(t1*y1-(w*(-w)-(t1*y2+t2*b)));
H A De_hypotf.c25 float a,b,t1,t2,y1,y2,w; local
74 y2 = b - y1;
77 w = __ieee754_sqrtf(t1*y1-(w*(-w)-(t1*y2+t2*b)));
H A De_hypotl.c51 long double a=x,b=y,t1,t2,y1,y2,w; local
111 y2 = b - y1;
115 w = sqrtl(t1*y1-(w*(-w)-(t1*y2+t2*b)));
/freebsd-10-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
209 FPU_SUBS(d3, r3, y3); FPU_SUBCS(d2, r2, y2); \
248 y2 = y->fp_mant[2];
H A Dfpu_sqrt.c196 u_int y0, y1, y2, y3; local
328 y2 = 0;
343 t2 = y2 | bit;
350 y2 |= bit << 1;
357 /* calculate q3. y0, t0, y1, t1 all fixed; y2, t2, almost done. */
358 #define t2 y2
372 y2 |= 1;
/freebsd-10-stable/contrib/dialog/
H A Dprogressbox.c225 int y2, x2; local
229 getyx(dialog, y2, x2);
231 ++y2;
232 wmove(dialog, y2, MARGIN);
235 y += y2;
236 thigh -= y2;
/freebsd-10-stable/sys/powerpc/fpu/
H A Dfpu_sqrt.c196 u_int y0, y1, y2, y3; local
345 y2 = 0;
360 t2 = y2 | bit;
367 y2 |= bit << 1;
374 /* calculate q3. y0, t0, y1, t1 all fixed; y2, t2, almost done. */
375 #define t2 y2
390 y2 |= 1;
H A Dfpu_div.c159 u_int r0, r1, r2, r3, d0, d1, d2, d3, y0, y1, y2, y3; local
230 FPU_SUBS(d3, r3, y3); FPU_SUBCS(d2, r2, y2); \
269 y2 = y->fp_mant[2];
/freebsd-10-stable/crypto/openssl/crypto/ec/
H A Dec2_smpl.c462 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t; local
489 y2 = BN_CTX_get(ctx);
549 if (!BN_GF2m_add(y2, x1, x2))
551 if (!group->meth->field_mul(group, y2, y2, s, ctx))
553 if (!BN_GF2m_add(y2, y2, x2))
555 if (!BN_GF2m_add(y2, y2, y1))
558 if (!EC_POINT_set_affine_coordinates_GF2m(group, r, x2, y2, ct
608 BIGNUM *lh, *y2; local
[all...]
/freebsd-10-stable/lib/libvgl/
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);
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);
236 SL_SWAP(x2, y2);
244 y = y2;
251 y1 = y2;
405 VGLBox(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color) argument
408 VGLLine(object, x2, y1, x2, y2, color);
409 VGLLine(object, x2, y2, x1, y2, color);
410 VGLLine(object, x1, y2, x
414 VGLFilledBox(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color) argument
[all...]
/freebsd-10-stable/usr.bin/calendar/
H A Ddates.c172 int y2, m2, d2; local
178 y2 = tp2->tm_year;
182 if (y1 == y2) {
209 * - Take all days from <y1 .. y2>
210 * - Take all days from y2-[1 .. m2>
211 * - Take the first days of y2-m2
219 for (y = y1 + 1; y < y2; y++) {
225 monthdays = monthdaytab[isleap(y2)];
228 createdate(y2, m, d);
230 createdate(y2, m
[all...]
/freebsd-10-stable/contrib/groff/src/devices/xditview/
H A Ddevice.c280 int y2; local
284 y2 = y/2;
286 if (n <= (INT_MAX - y2)/x)
287 return (n*x + y2)/y;
291 if (-(unsigned)n <= (-(unsigned)INT_MIN - y2)/x)
292 return (n*x - y2)/y;
H A DDviP.h176 int x1, y1, x2, y2; member in struct:__anon1523::ExposedExtents
/freebsd-10-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) \
536 r2 = x2 + y2 + _c2; \
541 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
550 r2 = x2 + y2; \
559 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \
568 r2 = x2 - y2 - _c2; \
573 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
582 r2 = x2 - y2; \
585 _c3 |= _c2 && (y2 == x2); \
591 #define __FP_FRAC_DEC_3(x2,x1,x0,y2,y
[all...]
/freebsd-10-stable/contrib/unbound/sldns/
H A Dparseutil.c59 leap_days(int y1, int y2) argument
62 --y2;
63 return (LDNS_DIV(y2, 4) - LDNS_DIV(y1, 4)) -
64 (LDNS_DIV(y2, 100) - LDNS_DIV(y1, 100)) +
65 (LDNS_DIV(y2, 400) - LDNS_DIV(y1, 400));
/freebsd-10-stable/sys/dev/drm/
H A Dmach64_state.c110 scissor.y2 = (regs->sc_top_bottom & 0xffff0000) >> 16;
119 if (box->y2 < scissor.y2)
120 scissor.y2 = box->y2;
124 if (scissor.y1 >= scissor.y2)
130 sc_top_bottom = ((scissor.y1 << 0) | (scissor.y2 << 16));
268 int h = pbox[i].y2 - y;
272 pbox[i].x2, pbox[i].y2, flags);
418 int h = pbox[i].y2
[all...]
H A Dmga_state.c68 MGA_YTOP, box->y1 * pitch, MGA_YBOT, (box->y2 - 1) * pitch);
528 u32 height = box->y2 - box->y1;
531 box->x1, box->y1, box->x2, box->y2);
629 u32 height = box->y2 - box->y1;
633 box->x1, box->y1, box->x2, box->y2);
756 u32 y2; local
760 y2 = length / 64;
782 MGA_YDSTLEN + MGA_EXEC, y2);
835 int h = pbox[i].y2 - pbox[i].y1;
H A Dr300_cmdbuf.c84 box.y2--;
93 box.y2 = (box.y2) &
102 box.y2 = (box.y2 + R300_CLIPRECT_OFFSET) &
109 (box.y2 << R300_CLIPRECT_Y_SHIFT));
/freebsd-10-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
826 Y2 = y2;
856 void add(int x1, int y1, int x2, int y2,
1017 int y2 = 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--x2,y2 extents of each
1109 int y2 local
[all...]
/freebsd-10-stable/sys/dev/vt/hw/vga/
H A Dvt_vga.c358 vga_drawrect(struct vt_device *vd, int x1, int y1, int x2, int y2, int fill, argument
366 for (y = y1; y <= y2; y++) {
367 if (fill || (y == y1) || (y == y2)) {
770 unsigned int x1, y1, x2, y2, x, y; local
819 y2 = row * vf->vf_height + vw->vw_draw_area.tr_begin.tp_row;
823 y2 = min(y2, vw->vw_draw_area.tr_end.tp_row);
840 for (y = y1; y < y2; y += vf->vf_height) {
909 unsigned int x1, y1, x2, y2, i, j, src_x, dst_x, x_count; local
918 y2
[all...]
/freebsd-10-stable/sys/dev/drm2/radeon/
H A Devergreen_blit_kms.c224 int x2, int y2)
230 if (y2 == 0)
233 if ((x2 == 1) && (y2 == 1))
240 radeon_ring_write(ring, (x2 << 0) | (y2 << 16));
245 radeon_ring_write(ring, (x2 << 0) | (y2 << 16));
250 radeon_ring_write(ring, (x2 << 0) | (y2 << 16));
223 set_scissors(struct radeon_device *rdev, int x1, int y1, int x2, int y2) argument
/freebsd-10-stable/contrib/ldns/
H A Dutil.c181 leap_days(int y1, int y2) argument
184 --y2;
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-10-stable/sys/dev/vt/hw/fb/
H A Dvt_fb.c184 vt_fb_drawrect(struct vt_device *vd, int x1, int y1, int x2, int y2, int fill, argument
189 for (y = y1; y <= y2; y++) {
190 if (fill || (y == y1) || (y == y2)) {

Completed in 199 milliseconds

123