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

123

/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/lib/msun/src/
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
112 y1 = 0;
113 SET_HIGH_WORD(y1,hb);
114 y2 = b - y1;
118 w = sqrt(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
108 y1 = b;
110 uv.e = y1; uv.bits.manl = 0; y1 = uv.e;
111 y2 = b - y1;
115 w = sqrtl(t1*y1-(w*(-w)-(t1*y2+t2*b)));
H A De_hypotf.c25 float a,b,t1,t2,y1,y2,w; local
73 SET_FLOAT_WORD(y1,hb&0xfffff000);
74 y2 = b - y1;
77 w = __ieee754_sqrtf(t1*y1-(w*(-w)-(t1*y2+t2*b)));
H A De_pow.c104 double y1,t1,t2,r,s,t,u,v,w; local
260 /* split up y into y1+y2 and compute (y1+y2)*(t1+t2) */
261 y1 = y;
262 SET_LOW_WORD(y1,0);
263 p_l = (y-y1)*t1+y*t2;
264 p_h = y1*t1;
H A De_powf.c62 float y1,t1,t2,r,s,sn,t,u,v,w; local
205 /* split up y into y1+y2 and compute (y1+y2)*(t1+t2) */
207 SET_FLOAT_WORD(y1,is&0xfffff000);
208 p_l = (y-y1)*t1+y*t2;
209 p_h = y1*t1;
/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);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dgcc_qdiv.c15 register double x = dst.s.hi, x1 = dst.s.lo, y = src.s.hi, y1 = src.s.lo; local
45 tmp = ((tmp + x1) - y1 * q) / y;
/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/usr.bin/calendar/
H A Ddates.c173 int y1, m1, d1; local
177 y1 = tp1->tm_year;
184 if (y1 == y2) {
188 createdate(y1, m1, d);
197 monthdays = monthdaytab[isleap(y1)];
199 createdate(y1, m1, d);
202 createdate(y1, m, d);
204 createdate(y1, m2, d);
209 * - Take the leftover days from y1-m1
210 * - Take all days from y1
[all...]
/freebsd-11-stable/release/picobsd/tinyware/view/
H A Dview.c116 int x1,y1,width,height,i,j; local
143 if(y>(VGLDisplay->Ysize-height)) y1=VGLDisplay->Ysize-height;
144 else y1=y;
146 VGLBitmapCopy(VGLDisplay,x1,y1,&sav,0,0,width,height);
147 VGLFilledBox(VGLDisplay,x1,y1,x1+width-1,y1+height-1,pal_colors-1);
148 VGLBitmapString(VGLDisplay,x1+1,y1+1,title,0,pal_colors-1,0,0);
149 VGLLine(VGLDisplay,x1,y1+9,x1+width,y1+9,0);
152 VGLBitmapString(VGLDisplay,x1+1,y1
[all...]
/freebsd-11-stable/sys/powerpc/fpu/
H A Dfpu_sqrt.c196 u_int y0, y1, y2, y3; local
314 y1 = 0;
328 t1 = y1 | bit;
334 y1 |= bit << 1;
341 /* calculate q2. note (y1&1)==0; y0 (aka t0) is fixed. */
342 #define t1 y1
355 y1 |= 1; /* now t1, y1 are set in concrete */
374 /* calculate q3. y0, t0, y1, t1 all fixed; y2, t2, almost done. */
H A Dfpu_div.c159 u_int r0, r1, r2, r3, d0, d1, d2, d3, y0, y1, y2, y3; local
231 FPU_SUBCS(d1, r1, y1); FPU_SUBC(d0, r0, y0)
268 y1 = y->fp_mant[1];
/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/tools/tools/indent_wrapper/
H A Dindent_wrapper.c381 uint64_t y1 = 0; local
434 y1 = 0;
450 p1->mask[y1] = BLOCK_ADD >> 8;
451 p1->data[y1++] = ch;
452 if (y1 == BLOCK_SIZE) {
455 y1 = 0;
485 p1->data[y1++] = ch;
486 if (y1 == BLOCK_SIZE) {
489 y1 = 0;
524 p1->length = y1;
[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/sys/dev/drm/
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);
538 MGA_YDSTLEN, (box->y1 << 16) | height,
554 MGA_YDSTLEN, (box->y1 << 16) | height,
570 MGA_YDSTLEN, (box->y1 << 16) | height,
629 u32 height = box->y2 - box->y1;
630 u32 start = box->y1 * dev_priv->front_pitch;
633 box->x1, box->y1, box->x2, box->y2);
638 MGA_YDSTLEN + MGA_EXEC, (box->y1 << 1
[all...]
H A Dmach64_state.c109 scissor.y1 = regs->sc_top_bottom & 0xffff;
115 if (box->y1 > scissor.y1)
116 scissor.y1 = box->y1;
124 if (scissor.y1 >= scissor.y2)
130 sc_top_bottom = ((scissor.y1 << 0) | (scissor.y2 << 16));
266 int y = pbox[i].y1;
271 pbox[i].x1, pbox[i].y1,
416 int y = pbox[i].y1;
[all...]
/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/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/sys/dev/drm2/radeon/
H A Devergreen_blit_kms.c223 set_scissors(struct radeon_device *rdev, int x1, int y1, argument
231 y1 = 1;
239 radeon_ring_write(ring, (x1 << 0) | (y1 << 16));
244 radeon_ring_write(ring, (x1 << 0) | (y1 << 16) | (1U << 31));
249 radeon_ring_write(ring, (x1 << 0) | (y1 << 16) | (1U << 31));

Completed in 237 milliseconds

123