Searched defs:j0 (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/C/
H A Dj0.c32 * of order zero: j0(x),y0(x);
39 #pragma weak __j0 = j0
94 j0(GENERIC x) { function
108 * j0(x) = sqrt(2/(pi*x))*(p0(x)*cos(x0)-q0(x)*sin(x0))
130 * j0(x) = 1/sqrt(pi) * (P(0,x)*cc - Q(0,x)*ss) / sqrt(x)
208 * j0(x) = sqrt(2/(pi*x))*(p0(x)*cos(x0)-q0(x)*sin(x0))
230 * j0(x) = 1/sqrt(pi*x) * (P(0,x)*cc - Q(0,x)*ss)
249 return (u/v + tpi*(j0(x)*log(x)));
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vhypotf.c46 int i, j0, j1, j2; local
58 j0 = hy0 & 0x7f800000;
65 j0 = hx0 & 0x7f800000;
71 if (i >= 0x0c800000 || j0 >= 0x7f800000)
H A D__vexp.c414 int j0, j1, j2, j3, j4, j5; local
459 j0 = LO(y0);
473 k0 = j0 >> 8;
480 j0 = (j0 & 0xff) << 1;
501 t0 = TBL[j0];
508 y0 = t0 + (TBL[j0 + 1] + t0 * y0);
H A D__vhypot.c103 int hx0, hx1, hy0, j0, diff; local
130 j0 = diff >> 31;
131 j0 = hy0 - (diff & j0);
132 j0 &= 0x7ff00000;
137 if (j0 >= 0x7ff00000) /* |X| or |Y| = Inf or NaN */
148 j0 = diff >> 31;
149 if (((diff ^ j0) - j0) < 0x03600000) /* max(|X|,|Y|)/min(|X|,|Y|) < 2**54 */
172 j0
348 int hx0, hy0, j0, diff0; local
[all...]
H A D__vcos.c204 unsigned j0, j1, j2; local
207 j0 = (xsb0 + 0x4000) & 0xffff8000;
210 HI(&t0) = j0;
228 j0 = (((j0 & ~0x80000000) - 0x3fc40000) >> 13) & ~0x3;
234 a0 = __vlibm_TBL_sincos_hi[j0+1]; /* cos_hi(t) */
238 t0 = __vlibm_TBL_sincos_lo[j0+1] - (__vlibm_TBL_sincos_hi[j0+xsb0]*w0 - a0*t0);
279 j0 = (xsb0 + 0x4000) & 0xffff8000;
281 HI(&t0) = j0;
437 unsigned j0, j1; local
674 unsigned j0, j1, j2; local
998 unsigned j0, j1; local
[all...]
H A D__vcosbig_ultra3.c227 unsigned j0, j1, j2; local
230 j0 = (xsb0 + 0x4000) & 0xffff8000;
233 HI(&t0) = j0;
251 j0 = (((j0 & ~0x80000000) - 0x3fc40000) >> 13) & ~0x3;
263 a0 = __vlibm_TBL_sincos_hi[j0+n0];
266 t0 = (__vlibm_TBL_sincos_hi[j0+((n0+xsb0)&3)] * w0 + a0 * t0) + __vlibm_TBL_sincos_lo[j0+n0];
275 j0 = n0 & 1;
291 t0 = z0 * (poly3[j0]
551 unsigned j0, j1; local
[all...]
H A D__vrhypot.c152 j0 = diff0 >> 31; \
202 j0 = hy##I - (diff0 & j0); \
203 j0 &= 0x7ff00000; \
204 HI(&scl##I) = 0x7ff00000 - j0;
222 int hx0, hy0, j0, diff0; local
H A D__vsin.c178 unsigned j0, j1, j2; local
181 j0 = (xsb0 + 0x4000) & 0xffff8000;
184 HI(&t0) = j0;
202 j0 = (((j0 & ~0x80000000) - 0x3fc40000) >> 13) & ~0x3;
208 a0 = __vlibm_TBL_sincos_hi[j0+xsb0];
211 t0 = (__vlibm_TBL_sincos_hi[j0+1] * w0 + a0 * t0) + __vlibm_TBL_sincos_lo[j0+xsb0];
252 j0 = (xsb0 + 0x4000) & 0xffff8000;
254 HI(&t0) = j0;
418 unsigned j0, j1; local
682 unsigned j0, j1, j2; local
1006 unsigned j0, j1; local
[all...]
H A D__vsinbig_ultra3.c227 unsigned j0, j1, j2; local
230 j0 = (xsb0 + 0x4000) & 0xffff8000;
233 HI(&t0) = j0;
251 j0 = (((j0 & ~0x80000000) - 0x3fc40000) >> 13) & ~0x3;
263 a0 = __vlibm_TBL_sincos_hi[j0+n0];
266 t0 = (__vlibm_TBL_sincos_hi[j0+((n0+xsb0)&3)] * w0 + a0 * t0) + __vlibm_TBL_sincos_lo[j0+n0];
275 j0 = n0 & 1;
291 t0 = z0 * (poly3[j0]
551 unsigned j0, j1; local
[all...]
H A D__vsincos.c235 unsigned j0, j1, j2; local
238 j0 = (xsb0 + 0x4000) & 0xffff8000;
242 HI(&t0) = j0;
265 j0 = (((j0 & ~0x80000000) - 0x3fc40000) >> 13) & ~0x3;
273 a1_0 = __vlibm_TBL_sincos_hi[j0+xsb0]; /* sin_hi(t) */
277 a2_0 = __vlibm_TBL_sincos_hi[j0+1]; /* cos_hi(t) */
281 t2_0 = __vlibm_TBL_sincos_lo[j0+1] - (a1_0*w0 - a2_0*t0);
293 t1_0 += __vlibm_TBL_sincos_lo[j0+xsb0]; /* sin_lo(t) */
304 j0
626 unsigned j0, j1; local
911 unsigned j0, j1, j2; local
1424 unsigned j0, j1; local
[all...]
/illumos-gate/usr/src/common/crypto/chacha/
H A Dchacha.c91 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; local
98 j0 = x->chacha_input[0];
122 x0 = j0;
148 x0 = PLUS(x0,j0);
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy3.c433 int j0, j1; local
453 TLOOP(j0) if ((j1 = temp1[j0]) != 0) {
454 (void) fprintf(foutput, WSFMT("\n\t%ws "), symnam(j0));
475 for (j0 = 1; j0 <= nnonter; ++j0) {
479 symnam(j0 + NTBASE), temp1[j1]);
/illumos-gate/usr/src/lib/libm1/common/
H A Dlibmv1.c55 #pragma weak j0 = __j0 macro
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c744 int j0; local
757 j0 = J[i0 - 1] + 1;
763 change(i0, i1, j0, j1);
767 j0 = J[i0 + 1] - 1;
773 change(i1, i0, j1, j0);

Completed in 61 milliseconds