Searched defs:y2 (Results 1 - 25 of 34) sorted by relevance

12

/illumos-gate/usr/src/tools/cscope-fast/
H A Dmouse.h39 int y2; member in struct:__anon4458
/illumos-gate/usr/src/ucblib/libcurses/
H A Doverlay.c39 int y1, y2; local
55 y2 = starty - win2->_begy;
56 for (y = starty; y < endy; y++, y1++, y2++) {
61 (void) mvwaddch(win2, y2, x, *sp);
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dhypotl.c44 * t1*y1+((x-y)*(x-y)+(t1*y2+t2*y))
46 * lower 32 bits cleared, y2 = y-y1.
68 long double t1, t2, y1, y2, w; local
103 y2 = y - y1;
108 x = sqrtl(t1 * y1 - (w * (-w) - (t2 * y1 + y2 * x)));
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dhypotl.c44 * t1*y1+((x-y)*(x-y)+(t1*y2+t2*y))
46 * lower 64 bits chopped, y2 = y-y1.
69 long double t1, t2, y1, y2, w; local
117 y2 = y - y1;
122 x = sqrtl(t1 * y1 - (w * (-w) - (t2 * y1 + y2 * x)));
H A Dfmodl.c61 unsigned x1, x2, x3, y1, y2, y3, z1, z2, z3; local
69 y2 = __H2(y);
78 (y0 > 0x7fff0000) || (y0 == 0x7fff0000 && ((y1 | y2 | y3) != 0)) ||
79 (y0 | y1 | y2 | y3) == 0) /* isnanl(y) || y = 0 */
117 y1 = (y1 << 16) | (y2 >> 16);
118 y2 = (y2 << 16) | (y3 >> 16);
124 y1 = (y1 << 1) | (y2 >> 31);
125 y2 = (y2 <<
[all...]
H A Dpowl.c136 long double y1, y2, w1, w2; local
249 /* split up y into y1+y2 and compute (y1+y2)*(w1+w2) */
252 y2 = y * w2;
255 y2 = (y - y1) * w1 + y * w2;
258 z = y1 + y2;
299 w1 = (y2 - (t * ln2_32hi - y1)) - t * ln2_32lo;
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcacos.c220 double x, y, t, R, S, A, Am1, B, y2, xm1, xp1, Apx; local
370 y2 = y * y;
373 R = sqrt(xp1 * xp1 + y2);
374 S = sqrt(xm1 * xm1 + y2);
382 D_RE(ans) = atan(sqrt(half * Apx * (y2 / (R +
391 Am1 = half * (y2 / (R + xp1) + y2 / (S - xm1));
393 Am1 = half * (y2 / (R + xp1) + (S + xm1));
H A Dcacosl.c76 long double x, y, t, R, S, A, Am1, B, y2, xm1, xp1, Apx; local
237 y2 = y * y;
240 R = sqrtl(xp1 * xp1 + y2);
241 S = sqrtl(xm1 * xm1 + y2);
250 LD_RE(ans) = atan2l(sqrtl(half * Apx * (y2 /
259 Am1 = half * (y2 / (R + xp1) + y2 / (S - xm1));
261 Am1 = half * (y2 / (R + xp1) + (S + xm1));
H A Dcasin.c216 double x, y, t, R, S, A, Am1, B, y2, xm1, xp1, Apx; local
342 y2 = y * y;
345 R = sqrt(xp1 * xp1 + y2);
346 S = sqrt(xm1 * xm1 + y2);
355 D_RE(ans) = atan(x / sqrt(half * Apx * (y2 /
364 Am1 = half * (y2 / (R + xp1) + y2 / (S - xm1));
366 Am1 = half * (y2 / (R + xp1) + (S + xm1));
H A Dcasinl.c70 long double x, y, t, R, S, A, Am1, B, y2, xm1, xp1, Apx; local
196 y2 = y * y;
199 R = sqrtl(xp1 * xp1 + y2);
200 S = sqrtl(xm1 * xm1 + y2);
208 LD_RE(ans) = atanl(x / sqrtl(half * Apx * (y2 /
217 Am1 = half * (y2 / (R + xp1) + y2 / (S - xm1));
219 Am1 = half * (y2 / (R + xp1) + (S + xm1));
H A Dcpow.c154 double x, y, u, v, t, c, s, r, x2, y2; local
269 y2 = t4 - (y1 - t3); /* atan2(y,x) = y1 + y2 */
273 b[1] = (u - u1) * y1 + u * y2;
305 b[3] = (v1 - v) * y1 - v * y2;
H A Dcpowl.c110 long double t1, t2, t3, t4, x1, x2, y1, y2, u1, v1, b[4], w1, w2; local
216 y2 = t4 - (y1 - t3); /* atan2(y,x) = y1 + y2 */
220 b[1] = (u - u1) * y1 + u * y2;
248 b[3] = (v1 - v) * y1 - v * y2;
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dremquol.c63 unsigned x1, x2, x3, y1, y2, y3, z1, z2, z3; local
71 y2 = __H2(y);
118 y1 = (y1 << 16) | (y2 >> 16);
119 y2 = (y2 << 16) | (y3 >> 16);
125 y1 = (y1 << 1) | (y2 >> 31);
126 y2 = (y2 << 1) | (y3 >> 31);
159 z2 = x2 - y2;
162 z2 = x2 - y2
[all...]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vhypotf.c44 float x0, x1, x2, y0, y1, y2, z0, z1, z2, *pz0, *pz1, *pz2; local
148 *(unsigned*)&y2 = hy2;
167 z2 = x2 + y2;
171 z2 = y2;
187 z2 = sqrt(x2 * (double)x2 + y2 * (double)y2);
H A D__vatan2.c71 double x0, x1, x2, y0, y1, y2, *pz0, *pz1, *pz2; local
324 y2 = fabs(*x);
340 y2 = fabs(*y);
356 ah2 = x2 + y2;
371 ah2 = y2 / x2;
381 y2 *= twom3;
388 if ((hy | LO(&y2)) == 0)
399 y2 *= two110;
401 hy = HI(&y2);
414 z2 = ((y2
[all...]
H A D__vcosf.c148 double y0, y1, y2, y3; local
183 z2 = y2 * invpio2 + c3two51;
198 y2 = (y2 - z2 * pio2_1) - z2 * pio2_t;
204 z2 = y2 * y2;
213 f2 = (float)(y2 + y2 * z2 * (S0 + z2 * (S1 + z2 * S2)));
221 f2 = (float)(y2 + y2 * z
[all...]
H A D__vexp.c411 double y0, y1, y2, y3, y4, y5; local
454 y2 = (x2 * invln2_256) + round;
461 j2 = LO(y2);
468 y2 -= round;
489 x2 = (x2 - y2 * ln2_256h) - y2 * ln2_256l;
496 y2 = x2 * (one + x2 * (B1 + x2 * (B2 + x2 * B3)));
510 y2 = t2 + (TBL[j2 + 1] + t2 * y2);
528 HI(y2)
[all...]
H A D__vpowf.c581 double y2, yy2; local
612 y2 = (double) i2 * __TBL_log2f[ind2 + 1];
618 yy2 += (((KA3 * y2 + KA2) * y2 + KA1) * y2 + KA0) * y2;
645 y2 = yy2 - (double)ind2;
648 yy2 = (KB2 * y2 + KB1) * y2 + DONE;
761 double y2, yy local
[all...]
H A D__vrhypotf.c359 float x2, y2; local
377 y2 = *py;
382 hyp2 = x2 * (double)x2 + y2 * (double)y2;
H A D__vsincosf.c167 double y0, y1, y2, y3; local
206 z2 = y2 * invpio2 + c3two51;
221 y2 = (y2 - z2 * pio2_1) - z2 * pio2_t;
227 z2 = y2 * y2;
232 f2 = (float)(y2 + y2 * z2 * (S0 + z2 * (S1 + z2 * S2)));
H A D__vsinf.c152 double y0, y1, y2, y3; local
187 z2 = y2 * invpio2 + c3two51;
202 y2 = (y2 - z2 * pio2_1) - z2 * pio2_t;
208 z2 = y2 * y2;
217 f2 = (float)(y2 + y2 * z2 * (S0 + z2 * (S1 + z2 * S2)));
225 f2 = (float)(y2 + y2 * z
[all...]
H A D__vatan2f.c54 float x0, x1, x2, y0, y1, y2, *pz0 = 0, *pz1, *pz2; local
309 y2 = *x;
320 y2 = -y2;
331 y2 = *y;
335 y2 = -y2;
353 ah2 = x2 + y2;
358 ah2 = y2 / x2;
380 y2 *
[all...]
H A D__vcos.c533 double fn0, fn1, fn2, a0, a1, a2, w0, w1, w2, y0, y1, y2; local
640 y2 = (a2 - x2) - w2;
646 w2 = fn2 * pio2_3 - y2;
652 y2 = (a2 - x2) - w2;
658 w2 = fn2 * pio2_3t - y2;
664 y2 = (a2 - x2) - w2;
688 x2 = (x2 - t2) + y2;
734 x2 = (x2 - t2) + y2;
775 x2 = (x2 - t2) + y2;
817 x2 = (x2 - t2) + y2;
[all...]
/illumos-gate/usr/src/lib/libm/common/C/
H A Dpow.c163 double y1, y2, w1, w2; local
289 /* split up y into y1+y2 and compute (y1+y2)*(w1+w2) */
294 y2 = y * w2;
297 y2 = (y - y1) * w1 + y * w2;
300 z = y1 + y2;
307 w2 += y2;
318 w2 += y2;
328 w1 = y2 - ((double) k * 0.015625 - y1);
/illumos-gate/usr/src/cmd/cron/
H A Dfuncs.c64 days_btwn(int m1, int d1, int y1, int m2, int d2, int y2) argument
68 * m1/d1/y1 and m2/d2/y2.
76 if ((m1 == m2) && (d1 == d2) && (y1 == y2))
84 if (d2 > days_in_mon(m2, y2)) {
86 for (p = 1; ! isleap(y2+YEAR+p); p++)

Completed in 100 milliseconds

12