Home
last modified time | relevance | path

Searched refs:y1 (Results 26 – 50 of 69) sorted by relevance

123

/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; in cpow() local
261 y1 = t3; in cpow()
267 ((int *) &y1)[LOWORD] &= 0xf8000000; in cpow()
269 y2 = t4 - (y1 - t3); /* atan2(y,x) = y1 + y2 */ in cpow()
272 b[0] = u1 * y1; in cpow()
273 b[1] = (u - u1) * y1 + u * y2; in cpow()
304 b[2] = -v1 * y1; in cpow()
305 b[3] = (v1 - v) * y1 - v * y2; in cpow()
H A Dcpowl.c110 long double t1, t2, t3, t4, x1, x2, y1, y2, u1, v1, b[4], w1, w2; in cpowl() local
212 y1 = t3; HALF(y1); in cpowl()
216 y2 = t4 - (y1 - t3); /* atan2(y,x) = y1 + y2 */ in cpowl()
219 b[0] = u1 * y1; in cpowl()
220 b[1] = (u - u1) * y1 + u * y2; in cpowl()
247 b[2] = -v1 * y1; in cpowl()
248 b[3] = (v1 - v) * y1 - v * y2; in cpowl()
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dpowl.c136 long double y1, y2, w1, w2; in powl() local
251 y1 = y * w1; in powl()
254 y1 = (long double) ((double) y); in powl()
255 y2 = (y - y1) * w1 + y * w2; in powl()
256 y1 *= w1; in powl()
258 z = y1 + y2; in powl()
299 w1 = (y2 - (t * ln2_32hi - y1)) - t * ln2_32lo; in powl()
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrhypot.c216 double x1 = 0.0L, y1 = 0.0L, res1, dd1; in __vrhypot() local
265 y1 *= scl1; in __vrhypot()
272 y_hi1 = (y1 + D2ON36) - D2ON36; in __vrhypot()
278 y_lo1 = y1 - y_hi1; in __vrhypot()
285 res1_lo = ((x1 + x_hi1) * x_lo1 + (y1 + y_hi1) * y_lo1); in __vrhypot()
392 y1 *= scl1; in __vrhypot()
395 y_hi1 = (y1 + D2ON36) - D2ON36; in __vrhypot()
397 y_lo1 = y1 - y_hi1; in __vrhypot()
399 res1_lo = ((x1 + x_hi1) * x_lo1 + (y1 + y_hi1) * y_lo1); in __vrhypot()
H A D__vsin.c648 y1 = (a1 - x1) - w1; in __vsin()
660 y1 = (a1 - x1) - w1; in __vsin()
672 y1 = (a1 - x1) - w1; in __vsin()
696 x1 = (x1 - t1) + y1; in __vsin()
742 x1 = (x1 - t1) + y1; in __vsin()
782 y1_or_zero[0] = y1; in __vsin()
783 y1_or_zero[2] = -y1; in __vsin()
824 y1_or_zero[0] = y1; in __vsin()
825 y1_or_zero[2] = -y1; in __vsin()
938 y1_or_zero[0] = y1; in __vsin()
[all …]
H A D__vsincos.c874 y1 = (a1 - x1) - w1; in __vsincos()
886 y1 = (a1 - x1) - w1; in __vsincos()
898 y1 = (a1 - x1) - w1; in __vsincos()
924 x1 = (x1 - t1) + y1; in __vsincos()
993 x1 = (x1 - t1) + y1; in __vsincos()
1056 y1_or_zero[0] = y1; in __vsincos()
1057 y1_or_zero[2] = -y1; in __vsincos()
1120 y1_or_zero[0] = y1; in __vsincos()
1121 y1_or_zero[2] = -y1; in __vsincos()
1309 y1_or_zero[0] = y1; in __vsincos()
[all …]
H A D__vrhypotf.c358 float x1, y1; in __vrhypotf_n() local
375 y1 = *py; in __vrhypotf_n()
381 hyp1 = x1 * (double)x1 + y1 * (double)y1; in __vrhypotf_n()
/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/grub/grub-0.97/stage2/
H A Dgraphics.c78 const int y1 = 30; variable
207 if (fonty + 1 < y1) in graphics_putchar()
230 if (fonty + 1 < y1) in graphics_putchar()
583 if (row >= y0 && row < y1) { in graphics_setxy()
599 for (j = y0 + 1; j < y1; j++) { in graphics_scroll()
607 graphics_gotoxy(x0, y1 - 1); in graphics_scroll()
610 graphics_setxy(x0, y1 - 1); in graphics_scroll()
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddraw.c231 dist(int x1, int y1, int x2, int y2) in dist() argument
236 dy = y2 - y1; in dist()
272 conicarc(int x, int y, int x0, int y0, int x1, int y1, int a, int b) in conicarc() argument
291 oy1 = y1; in conicarc()
320 slope = atan2((double)(y1 - y), (double)(x1 - x)); in conicarc()
324 y1 = y + radius * sin(slope) + 0.5; in conicarc()
329 yt = y1 - y; in conicarc()
/illumos-gate/usr/src/tools/cscope-fast/
H A Dmouse.c192 i = p->y1 - offset; in mouseselection()
215 m.y1 = getcoordinate(); in getmouseevent()
223 m.y1 = getcoordinate(); in getmouseevent()
H A Dmouse.h35 int y1; member
H A Dcommand.c115 if (p->y1 < FLDLINE) { in command()
120 if (p->y1 >= displine[i]) { in command()
578 if (p->y1 >= displine[i]) { in changestring()
/illumos-gate/usr/src/lib/libc/i386/gen/
H A D_div64.S122 / uint32_t y0, y1;
133 / y1 = HI(y);
139 / if (x1 > y1 || x0 >= y0) {
142 / A_SUB2(y0, y1, x0, x1);
163 / y1 = HI(dt);
183 / A_SUB2(y0, y1, t0, t1);
265 cmpl %ecx, %edx / y1, x1
406 / uint32_t y0, y1;
417 / y1 = HI(y);
423 / if (x1 > y1 || x0 >= y0) {
[all …]
/illumos-gate/usr/src/head/
H A Dmath.h172 extern double y1(double);
176 #pragma does_not_read_global_data(j0, j1, jn, y0, y1, yn)
177 #pragma does_not_write_global_data(j0, j1, jn, y0, y1, yn)
178 #pragma no_side_effect(j0, j1, jn, y0, y1, yn)
/illumos-gate/usr/src/common/util/i386/
H A Dmuldiv.S168 / uint32_t y0, y1;
179 / y1 = HI(y);
185 / if (x1 > y1 || x0 >= y0) {
188 / A_SUB2(y0, y1, x0, x1);
209 / y1 = HI(dt);
229 / A_SUB2(y0, y1, t0, t1);
311 cmpl %ecx, %edx / y1, x1
452 / uint32_t y0, y1;
463 / y1 = HI(y);
469 / if (x1 > y1 || x0 >= y0) {
[all …]
/illumos-gate/usr/src/lib/libm/common/C/
H A Djn.c287 return (sign*y1(x)); in yn()
323 b = y1(x); in yn()
H A Dj1.c40 #pragma weak __y1 = y1
211 y1(GENERIC x) { in y1() function
/illumos-gate/usr/src/cmd/sgs/yacc/
H A DMakefile31 CSRC= common/y1.c common/y2.c common/y3.c common/y4.c
H A DMakefile.com32 COMOBJS= y1.o y2.o y3.o y4.o
/illumos-gate/usr/src/common/crypto/edonr/
H A Dedonr.c162 #define LS2_256(c, y0, y1, y2, y3, y4, y5, y6, y7) \ argument
165 y01 = y0+y1, y25 = y2+y5, y05 = y01+y25; \
176 t6 = rotl32(y27 + y1, 25); \
179 #define LS2_512(c, y0, y1, y2, y3, y4, y5, y6, y7) \ argument
182 y01 = y0+y1, y25 = y2+y5, y05 = y01+y25; \
193 t6 = rotl64(y27 + y1, 48); \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dsupport.c433 double hy,y1,t,t1;
468 t=y; pt[n3]=0; pt[n2]&=0xf800; y1=t;
475 t1=y1;
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dmisc2.test114 SELECT y1.p, y2.p FROM y AS y1, y AS y2 WHERE y1.q=y2.q;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dmath.tab74 f 1 y1
/illumos-gate/usr/src/lib/libm1/common/
H A Dlibmv1.c78 #pragma weak y1 = __y1 macro

123