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

12

/illumos-gate/usr/src/lib/libmvec/common/
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__vrhypot.c219 double x2, y2, res2, dd2; local
267 y2 *= scl2;
274 y_hi2 = (y2 + D2ON36) - D2ON36;
280 y_lo2 = y2 - y_hi2;
286 res2_lo = ((x2 + x_hi2) * x_lo2 + (y2 + y_hi2) * y_lo2);
H A D__vsin.c512 double fn0, fn1, fn2, a0, a1, a2, w0, w1, w2, y0, y1, y2; local
648 y2 = (a2 - x2) - w2;
654 w2 = fn2 * pio2_3 - y2;
660 y2 = (a2 - x2) - w2;
666 w2 = fn2 * pio2_3t - y2;
672 y2 = (a2 - x2) - w2;
696 x2 = (x2 - t2) + y2;
742 x2 = (x2 - t2) + y2;
783 x2 = (x2 - t2) + y2;
825 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__vsincos.c725 double fn0, fn1, fn2, a0, a1, a2, w0, w1, w2, y0, y1, y2; local
875 y2 = (a2 - x2) - w2;
881 w2 = fn2 * pio2_3 - y2;
887 y2 = (a2 - x2) - w2;
893 w2 = fn2 * pio2_3t - y2;
899 y2 = (a2 - x2) - w2;
925 x2 = (x2 - t2) + y2;
994 y2_or_zero[0] = y2;
995 y2_or_zero[2] = -y2;
1058 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/cmd/troff/troff.d/
H A Ddraw.c234 dist(x1, y1, x2, y2) /* integer distance from x1,y1 to x2,y2 */
239 dy = y2 - y1;
246 int x0, y0, x2, y2, r; local
251 y2 = y0 + dy2;
253 conicarc(x0, -y0, hpos, -vpos, x2, -y2, r, r);
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm.h231 unsigned short y2; member in struct:drm_clip_rect
/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)
4667 (void) iwk_division((x2-x)*(y1-y2), (x2-x1), &val);
4668 return (val + y2);
4659 iwk_interpolate_value(int32_t x, int32_t x1, int32_t y1, int32_t x2, int32_t y2) argument

Completed in 109 milliseconds

12