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

123

/illumos-gate/usr/src/ucblib/libcurses/
H A Doverlay.c39 int y1, y2; local
54 y1 = starty - win1->_begy;
56 for (y = starty; y < endy; y++, y1++, y2++) {
57 end = &win1->_y[y1][endx - win1->_begx];
59 for (sp = &win1->_y[y1][startx - win1->_begx]; sp < end; sp++) {
/illumos-gate/usr/src/cmd/egrep/
H A DMakefile46 \#define yyerror_gettext(x) yyerror(gettext(x))' y.tab.c > y1.c
47 $(SED) '-e /syntax/ s/yyerror/yyerror_gettext/' y1.c > $@
48 $(RM) y1.c y.tab.c
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_compoundvario.sh220 read -C y1
229 [[ "${y1.myarray3[b].foo}" == "bar" ]] || err_exit "y1.myarray3[b].foo != bar"
231 [[ "$y1" != "" ]] || err_exit "y1 is empty"
233 (( ${#y1.myarray3[e].nested_cpv.myarray[@]} == 10 )) || err_exit "Expected 10 elements in y1.myarray3[e].nested_cpv, got ${#y1.myarray3[e].nested_cpv[@]}"
235 (( isnan(y1.myarray3[a_nan].my_nan) )) || err_exit "y1
[all...]
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dfmodl.c61 unsigned x1, x2, x3, y1, y2, y3, z1, z2, z3; local
68 y1 = __H1(y);
78 (y0 > 0x7fff0000) || (y0 == 0x7fff0000 && ((y1 | y2 | y3) != 0)) ||
79 (y0 | y1 | y2 | y3) == 0) /* isnanl(y) || y = 0 */
116 y0 = y1 >> 16;
117 y1 = (y1 << 16) | (y2 >> 16);
123 y0 = (y0 << 1) | (y1 >> 31);
124 y1 = (y1 <<
[all...]
H A Dhypotl.c44 * t1*y1+((x-y)*(x-y)+(t1*y2+t2*y))
45 * where t1 = 2x with lower 64 bits cleared, t2 = 2x-t1, y1= y with
46 * lower 64 bits chopped, y2 = y-y1.
69 long double t1, t2, y1, y2, w; local
71 int *pt1 = (int *) &t1, *py1 = (int *) &y1;
117 y2 = y - y1;
122 x = sqrtl(t1 * y1 - (w * (-w) - (t2 * y1 + y2 * x)));
H A Dpowl.c136 long double y1, y2, w1, w2; local
249 /* split up y into y1+y2 and compute (y1+y2)*(w1+w2) */
251 y1 = y * w1;
254 y1 = (long double) ((double) y);
255 y2 = (y - y1) * w1 + y * w2;
256 y1 *= w1;
258 z = y1 + y2;
299 w1 = (y2 - (t * ln2_32hi - y1)) - t * ln2_32lo;
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dhypotl.c44 * t1*y1+((x-y)*(x-y)+(t1*y2+t2*y))
45 * where t1 = 2x with lower 64 bits cleared, t2 = 2x-t1, y1= y with
46 * lower 32 bits cleared, y2 = y-y1.
68 long double t1, t2, y1, y2, w; local
70 int *pt1 = (int *) &t1, *py1 = (int *) &y1;
103 y2 = y - y1;
108 x = sqrtl(t1 * y1 - (w * (-w) - (t2 * y1 + y2 * x)));
134 return (y1 * hypotl(x, y));
/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
101 *(unsigned*)&y1 = hy1;
120 z1 = x1 + y1;
124 z1 = y1;
186 z1 = sqrt(x1 * (double)x1 + y1 * (double)y1);
202 z1 = sqrt(x1 * (double)x1 + y1 * (double)y1);
H A D__vatan2f.c54 float x0, x1, x2, y0, y1, y2, *pz0 = 0, *pz1, *pz2; local
197 y1 = *x;
208 y1 = -y1;
219 y1 = *y;
223 y1 = -y1;
241 ah1 = x1 + y1;
246 ah1 = y1 / x1;
268 y1 *
[all...]
H A D__vcosf.c148 double y0, y1, y2, y3; local
182 z1 = y1 * invpio2 + c3two51;
197 y1 = (y1 - z1 * pio2_1) - z1 * pio2_t;
203 z1 = y1 * y1;
212 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2)));
220 f1 = (float)(y1 + y1 * z
[all...]
H A D__vsinf.c152 double y0, y1, y2, y3; local
186 z1 = y1 * invpio2 + c3two51;
201 y1 = (y1 - z1 * pio2_1) - z1 * pio2_t;
207 z1 = y1 * y1;
216 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2)));
224 f1 = (float)(y1 + y1 * z
[all...]
H A D__vcosbig_ultra3.c105 double fn0, fn1, fn2, a0, a1, a2, w0, w1, w2, y0, y1, y2; local
192 y1 = (a1 - x1) - w1;
198 w1 = fn1 * pio2_3 - y1;
204 y1 = (a1 - x1) - w1;
210 w1 = fn1 * pio2_3t - y1;
216 y1 = (a1 - x1) - w1;
240 x1 = (x1 - t1) + y1;
286 x1 = (x1 - t1) + y1;
326 y1_or_zero[0] = y1;
327 y1_or_zero[2] = -y1;
549 double fn0, fn1, a0, a1, w0, w1, y0, y1; local
[all...]
H A D__vsinbig_ultra3.c105 double fn0, fn1, fn2, a0, a1, a2, w0, w1, w2, y0, y1, y2; local
192 y1 = (a1 - x1) - w1;
198 w1 = fn1 * pio2_3 - y1;
204 y1 = (a1 - x1) - w1;
210 w1 = fn1 * pio2_3t - y1;
216 y1 = (a1 - x1) - w1;
240 x1 = (x1 - t1) + y1;
286 x1 = (x1 - t1) + y1;
326 y1_or_zero[0] = y1;
327 y1_or_zero[2] = -y1;
549 double fn0, fn1, a0, a1, w0, w1, y0, y1; local
[all...]
H A D__vatan2.c71 double x0, x1, x2, y0, y1, y2, *pz0, *pz1, *pz2; local
209 y1 = fabs(*x);
225 y1 = fabs(*y);
241 ah1 = x1 + y1;
256 ah1 = y1 / x1;
266 y1 *= twom3;
273 if ((hy | LO(&y1)) == 0)
284 y1 *= two110;
286 hy = HI(&y1);
299 z1 = ((y1
[all...]
H A D__vsincosf.c167 double y0, y1, y2, y3; local
205 z1 = y1 * invpio2 + c3two51;
220 y1 = (y1 - z1 * pio2_1) - z1 * pio2_t;
226 z1 = y1 * y1;
231 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2)));
H A D__vexp.c411 double y0, y1, y2, y3, y4, y5; local
453 y1 = (x1 * invln2_256) + round;
460 j1 = LO(y1);
467 y1 -= round;
488 x1 = (x1 - y1 * ln2_256h) - y1 * ln2_256l;
495 y1 = x1 * (one + x1 * (B1 + x1 * (B2 + x1 * B3)));
509 y1 = t1 + (TBL[j1 + 1] + t1 * y1);
522 HI(y1)
[all...]
/illumos-gate/usr/src/tools/cscope-fast/
H A Dmouse.h37 int y1; member in struct:__anon4458
H A Dmouse.c194 i = p->y1 - offset;
217 m.y1 = getcoordinate();
225 m.y1 = getcoordinate();
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dremquol.c63 unsigned x1, x2, x3, y1, y2, y3, z1, z2, z3; local
70 y1 = __H1(y);
117 y0 = y1 >> 16;
118 y1 = (y1 << 16) | (y2 >> 16);
124 y0 = (y0 << 1) | (y1 >> 31);
125 y1 = (y1 << 1) | (y2 >> 31);
166 z1 = x1 - y1;
169 z1 = x1 - y1
[all...]
/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))
93 days = (days_in_mon(m1, y1)-d1) + (d2-1);
97 y1++;
98 days += days_in_mon(m, y1);
/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) */
293 y1 = y * w1;
296 y1 = (double) ((float) y);
297 y2 = (y - y1) * w1 + y * w2;
298 y1 *= w1;
300 z = y1 + y2;
306 w2 = y1 - z;
317 w2 = y1
[all...]
/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
109 shufps $0xf5,%xmm0,%xmm1 / xmm1: y3 y3 y1 y1
/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/complex/
H A Dcpow.c155 double b[4], t1, t2, t3, t4, w1, w2, u1, v1, x1, y1; local
261 y1 = t3;
267 ((int *) &y1)[LOWORD] &= 0xf8000000;
269 y2 = t4 - (y1 - t3); /* atan2(y,x) = y1 + y2 */
272 b[0] = u1 * y1;
273 b[1] = (u - u1) * y1 + u * y2;
304 b[2] = -v1 * y1;
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
212 y1 = t3; HALF(y1);
216 y2 = t4 - (y1 - t3); /* atan2(y,x) = y1 + y2 */
219 b[0] = u1 * y1;
220 b[1] = (u - u1) * y1 + u * y2;
247 b[2] = -v1 * y1;
248 b[3] = (v1 - v) * y1 - v * y2;

Completed in 176 milliseconds

123