Home
last modified time | relevance | path

Searched refs:y2 (Results 26 – 50 of 54) sorted by relevance

123

/illumos-gate/usr/src/lib/libm/common/LD/
H A Dhypotl.c68 long double t1, t2, y1, y2, w; in hypotl() local
103 y2 = y - y1; in hypotl()
108 x = sqrtl(t1 * y1 - (w * (-w) - (t2 * y1 + y2 * x))); in hypotl()
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dhypotl.c69 long double t1, t2, y1, y2, w; in hypotl() local
117 y2 = y - y1; in hypotl()
122 x = sqrtl(t1 * y1 - (w * (-w) - (t2 * y1 + y2 * x))); in hypotl()
H A Dpowl.c136 long double y1, y2, w1, w2; in powl() local
252 y2 = y * w2; in powl()
255 y2 = (y - y1) * w1 + y * w2; 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/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
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vcos.c641 y2 = (a2 - x2) - w2; in __vcos()
653 y2 = (a2 - x2) - w2; in __vcos()
665 y2 = (a2 - x2) - w2; in __vcos()
689 x2 = (x2 - t2) + y2; in __vcos()
735 x2 = (x2 - t2) + y2; in __vcos()
776 x2 = (x2 - t2) + y2; in __vcos()
818 x2 = (x2 - t2) + y2; in __vcos()
853 y2_or_zero[0] = y2; in __vcos()
895 y2_or_zero[0] = y2; in __vcos()
932 y2_or_zero[0] = y2; in __vcos()
[all …]
H A D__vrhypotf.c359 float x2, y2; in __vrhypotf_n() local
377 y2 = *py; in __vrhypotf_n()
382 hyp2 = x2 * (double)x2 + y2 * (double)y2; in __vrhypotf_n()
H A D__vsin.c649 y2 = (a2 - x2) - w2; in __vsin()
661 y2 = (a2 - x2) - w2; in __vsin()
673 y2 = (a2 - x2) - w2; in __vsin()
697 x2 = (x2 - t2) + y2; in __vsin()
743 x2 = (x2 - t2) + y2; in __vsin()
784 x2 = (x2 - t2) + y2; in __vsin()
826 x2 = (x2 - t2) + y2; in __vsin()
861 y2_or_zero[0] = y2; in __vsin()
903 y2_or_zero[0] = y2; in __vsin()
940 y2_or_zero[0] = y2; in __vsin()
[all …]
H A D__vrhypot.c219 double x2, y2, res2, dd2; in __vrhypot() local
267 y2 *= scl2; in __vrhypot()
274 y_hi2 = (y2 + D2ON36) - D2ON36; in __vrhypot()
280 y_lo2 = y2 - y_hi2; in __vrhypot()
286 res2_lo = ((x2 + x_hi2) * x_lo2 + (y2 + y_hi2) * y_lo2); in __vrhypot()
H A D__vsincos.c875 y2 = (a2 - x2) - w2; in __vsincos()
887 y2 = (a2 - x2) - w2; in __vsincos()
899 y2 = (a2 - x2) - w2; in __vsincos()
925 x2 = (x2 - t2) + y2; in __vsincos()
994 y2_or_zero[0] = y2; in __vsincos()
995 y2_or_zero[2] = -y2; in __vsincos()
1058 x2 = (x2 - t2) + y2; in __vsincos()
1122 y2_or_zero[0] = y2; in __vsincos()
1123 y2_or_zero[2] = -y2; in __vsincos()
1248 y2_or_zero[0] = y2; in __vsincos()
[all …]
/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()
243 int x0, y0, x2, y2, r; in drawarc() local
248 y2 = y0 + dy2; in drawarc()
250 conicarc(x0, -y0, hpos, -vpos, x2, -y2, r, r); in drawarc()
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcpow.c154 double x, y, u, v, t, c, s, r, x2, y2; in cpow() local
269 y2 = t4 - (y1 - t3); /* atan2(y,x) = y1 + y2 */ in cpow()
273 b[1] = (u - u1) * y1 + u * y2; 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
216 y2 = t4 - (y1 - t3); /* atan2(y,x) = y1 + y2 */ in cpowl()
220 b[1] = (u - u1) * y1 + u * y2; in cpowl()
248 b[3] = (v1 - v) * y1 - v * y2; in cpowl()
/illumos-gate/usr/src/tools/cscope-fast/
H A Dmouse.c216 m.x2 = m.y2 = -1; in getmouseevent()
225 m.y2 = getcoordinate(); in getmouseevent()
H A Dmouse.h37 int y2; member
/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; \
172 t3 = rotl32(y37 + y2, 11); \
179 #define LS2_512(c, y0, y1, y2, y3, y4, y5, y6, y7) \ argument
182 y01 = y0+y1, y25 = y2+y5, y05 = y01+y25; \
189 t3 = rotl64(y37 + y2, 29); \
/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;
H A Dmisc3.test262 CREATE TABLE y2(b);
265 INSERT INTO y3(c) SELECT b FROM y2 ORDER BY b LIMIT 1;
273 INSERT INTO y2 SELECT a FROM y1;
H A Dattach.test210 CREATE TABLE tx(x1,x2,y1,y2);
212 INSERT INTO tx(x1,x2,y1,y2) VALUES(OLD.x,NEW.x,OLD.y,NEW.y);
225 CREATE TABLE tx(x1,x2,y1,y2);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dtypes.sh50 y2=xyz
81 unset z y r s x z2 y2 www .sh.q
/illumos-gate/usr/src/cmd/bhyve/
H A Drfb.c804 int x1, int y1, int x2, int y2) in translate_pixels() argument
815 for (uint_t y = y1; y < h && y < y2; y++) { in translate_pixels()
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c303 int32_t x2, int32_t y2);
4660 int32_t x2, int32_t y2) in iwk_interpolate_value() argument
4667 (void) iwk_division((x2-x)*(y1-y2), (x2-x1), &val); in iwk_interpolate_value()
4668 return (val + y2); in iwk_interpolate_value()
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vatan2.S99 ! f20 y2
H A D__vcosf.S123 ! f14 y2

123