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

12

/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/libshell/common/tests/
H A Dsun_solaris_compoundvario.sh222 read -C y2
230 [[ "${y2.myarray3[b].foo}" == "bar" ]] || err_exit "y2.myarray3[b].foo != bar"
232 [[ "$y2" != "" ]] || err_exit "y2 is empty"
234 (( ${#y2.myarray3[e].nested_cpv.myarray[@]} == 10 )) || err_exit "Expected 10 elements in y2.myarray3[e].nested_cpv, got ${#y2.myarray3[e].nested_cpv[@]}"
236 (( isnan(y2.myarray3[a_nan].my_nan) )) || err_exit "y2
[all...]
/illumos-gate/usr/src/lib/libm/common/Q/
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 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)));
/illumos-gate/usr/src/tools/cscope-fast/
H A Dmouse.h39 int y2; member in struct:__anon4458
/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__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__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__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__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__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__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__vcosbig_ultra3.c105 double fn0, fn1, fn2, a0, a1, a2, w0, w1, w2, y0, y1, y2; local
193 y2 = (a2 - x2) - w2;
199 w2 = fn2 * pio2_3 - y2;
205 y2 = (a2 - x2) - w2;
211 w2 = fn2 * pio2_3t - y2;
217 y2 = (a2 - x2) - w2;
241 x2 = (x2 - t2) + y2;
287 x2 = (x2 - t2) + y2;
328 x2 = (x2 - t2) + y2;
370 x2 = (x2 - t2) + y2;
[all...]
H A D__vsinbig_ultra3.c105 double fn0, fn1, fn2, a0, a1, a2, w0, w1, w2, y0, y1, y2; local
193 y2 = (a2 - x2) - w2;
199 w2 = fn2 * pio2_3 - y2;
205 y2 = (a2 - x2) - w2;
211 w2 = fn2 * pio2_3t - y2;
217 y2 = (a2 - x2) - w2;
241 x2 = (x2 - t2) + y2;
287 x2 = (x2 - t2) + y2;
328 x2 = (x2 - t2) + y2;
370 x2 = (x2 - t2) + y2;
[all...]
H A D__vpow.c685 double y2, yd2, u2, s2, s_l2, m_h2; local
773 y2 = s2 * s2;
779 s2 = (KA5 * y2 + KA3) * y2 * s2;
807 y2 = *(double *)((char*)__TBL_log2 + i2);
811 y2 += (double)(exp2 << 8);
815 m_h2 = y2 + yd2;
819 y2 = s2 - ((m_h2 - y2 - yd2) - s_l2);
823 y2
1136 double y2, yd2, u2, s2; local
[all...]
/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/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 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 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));
/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/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++)
/illumos-gate/usr/src/cmd/sgs/yacc/
H A DMakefile35 CSRC= common/y1.c common/y2.c common/y3.c common/y4.c
/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/lib/libmvec/amd64/src/
H A D__vsqrtf.S106 sqrtps %xmm0,%xmm0 / xmm0: y3 y2 y1 y0
108 movaps %xmm0,%xmm1 / xmm1: y3 y2 y1 y0
110 movhlps %xmm0,%xmm2 / xmm2: 0 x3 y3 y2

Completed in 98 milliseconds

12