Searched defs:n0 (Results 1 - 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/lib/libm/common/Q/
H A Dscalbl.c38 #define n0 0 macro
51 if ((py[n0] & 0x7fff0000) == 0x7fff0000) {
52 if ((py[n0] & 0x80000000) != 0)
H A Dcbrtl.c35 #define n0 0 macro
56 py[1 - n0] += 2;
57 if (py[1 - n0] == 0)
58 py[n0] += 1;
H A Dnextafterl.c36 #define n0 0 macro
45 ++px[n0]; \
51 --px[n0]; \
54 #define n0 2 macro
67 px[n1] = 0x80000000, ++px[n0]; \
72 if ((--px[n0] & 0x7fff) != 0) \
88 px[n0] = py[n0] & XSGNMSK;
93 if ((px[n0] & XSGNMSK) == 0) { /* x > 0.0 */
H A Dhypotl.c68 int n0, n1, n2, n3; local
76 n0 = 0;
81 n0 = 3;
87 px[n0] &= 0x7fffffff; /* clear sign bit of x and y */
88 py[n0] &= 0x7fffffff;
90 nx = px[n0] & k; /* exponent of x and y */
91 ny = py[n0] & k;
107 pt1[n0] = px[n0];
114 py1[n0]
[all...]
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dnextafterl.c36 #define n0 0 macro
45 ++px[n0]; \
51 --px[n0]; \
54 #define n0 2 macro
67 px[n1] = 0x80000000, ++px[n0]; \
72 if ((--px[n0] & 0x7fff) != 0) \
88 px[n0] = py[n0] & XSGNMSK;
93 if ((px[n0] & XSGNMSK) == 0) { /* x > 0.0 */
H A Dcbrtl.c42 int n, m, m3, n0, sx; local
48 n0 = 0;
50 n0 = 1;
59 py[1 - n0] += 2;
60 if (py[1 - n0] == 0)
61 py[n0] += 1;
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dnexttowardl.c36 #define n0 0 macro
45 ++px[n0]; \
51 --px[n0]; \
54 #define n0 2 macro
67 px[n1] = 0x80000000, ++px[n0]; \
72 if ((--px[n0] & 0x7fff) != 0) \
88 px[n0] = py[n0] & XSGNMSK;
93 if ((px[n0] & XSGNMSK) == 0) { /* x > 0.0 */
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dterminal.c107 register int n, n0, n1; local
109 n0 = ring_full_count(&ttyoring);
129 if (n1 == n && n0 > n) {
130 n1 = n0 - n;
146 if (n == n0) {
147 if (n0)
151 return (n0 - n + 1);
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dfmod.c31 static int n0 = 0, n1 = 1; variable
47 px[n0] = (px[n0] & 0x7fffffff) | (py[n0] & 0x80000000);
64 return ((px[n0] & 0x7ff00000) != 0x7ff00000);
71 k = px[n0] & 0x7ff00000;
73 if ((px[n1] | (px[n0] & 0x7fffffff)) == 0)
77 return ((px[n0] & 0x7ff00000) >> 20) - 1075;
90 k = (px[n0] & 0x7ff00000) >> 20;
93 if ((px[n1] | (px[n0]
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkquery.c241 int n0, /*%< current offset in buffer */
256 cp = buf + n0;
295 int n0, /*%< current offset in buffer */
310 cp = buf + n0;
240 res_nopt(res_state statp, int n0, u_char *buf, int buflen, int anslen) argument
294 res_nopt_rdata(res_state statp, int n0, u_char *buf, int buflen, u_char *rdata, u_short code, u_short len, u_char *data) argument
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vcosf.S81 #define n0 STACK_BIAS-0x30 define
94 ! l0 n0
378 st %f11,[%fp+n0]
398 ld [%fp+n0],%l0
H A D__vsincosf.S82 #define n0 STACK_BIAS-0x50 define
109 ! o0 n0
446 st %f11,[%fp+n0]
466 ld [%fp+n0],%o0
539 ld [%fp+n0],%o0
548 stx %g1,[%fp+n0]
627 ldd [%fp+n0],%f30
H A D__vsinf.S81 #define n0 STACK_BIAS-0x30 define
94 ! l0 n0
374 st %f11,[%fp+n0]
394 ld [%fp+n0],%l0
H A D__vsin.S93 #define n0 STACK_BIAS-0x2c define
1398 ! o3 n0
1404 ! f2 n0,y0
1533 st %f3,[%fp+n0]
1574 ld [%fp+n0],%o3
1829 ld [%fp+n0],%o3
2768 st %f3,[%fp+n0]
2774 ld [%fp+n0],%o3
2854 ld [%fp+n0],%o3
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vcosf.c151 int n0 = 0, n1 = 0, n2 = 0, n3, hx, ix, medium; local
186 n0 = LO(z0) + 1;
207 hx = (n0 & 1) | ((n1 & 1) << 1) | ((n2 & 1) << 2) |
354 *y = (n0 & 2)? -f0 : f0;
H A D__vlog.c670 int n0, n1, n2, n3; local
707 n0 += (e >> 20);
760 *y = (n0 * ln2hi + TBL[i0+2]) + (h0 + (l0 +
761 (n0 * ln2lo + TBL[i0+3]) + b0));
H A D__vsincosf.c171 int n0 = 0, n1 = 0, n2 = 0, n3, hx, ix, medium; local
209 n0 = LO(z0);
244 if (n0 & 2) {
261 if (n0 & 1) {
H A D__vsinf.c155 int n0 = 0, n1 = 0, n2 = 0, n3, hx, ix, medium; local
190 n0 = LO(z0);
211 hx = (n0 & 1) | ((n1 & 1) << 1) | ((n2 & 1) << 2) |
358 *y = (n0 & 2)? -f0 : f0;
H A D__vcos.c535 int n0, n1, n2; local
620 n0 = (int) (x0 * invpio2 + half[xsb0]);
623 fn0 = (double) n0;
626 n0 = (n0 + 1) & 3; /* Add 1 (before the mod) to make sin into cos */
666 i = ((xsb0 & ~0x80000000) - thresh[n0&1]) >> 31;
704 n0 ^= (xsb0 & ~(n0 << 1));
710 a0 = __vlibm_TBL_sincos_hi[j0+n0];
713 t0 = (__vlibm_TBL_sincos_hi[j0+((n0
999 int n0, n1; local
[all...]
H A D__vcosbig_ultra3.c107 int n0, n1, n2; local
173 n0 = (int) (x0 * invpio2 + half[xsb0]);
176 fn0 = (double) n0;
179 n0 = (n0 + 1) & 3; /* Add 1 (before the mod) to make sin into cos */
219 i = ((xsb0 & ~0x80000000) - thresh[n0&1]) >> 31;
257 n0 ^= (xsb0 & ~(n0 << 1));
263 a0 = __vlibm_TBL_sincos_hi[j0+n0];
266 t0 = (__vlibm_TBL_sincos_hi[j0+((n0
552 int n0, n1; local
[all...]
H A D__vsin.c514 int n0, n1, n2; local
628 n0 = (int) (x0 * invpio2 + half[xsb0]);
631 fn0 = (double) n0;
634 n0 &= 3;
674 i = ((xsb0 & ~0x80000000) - thresh[n0&1]) >> 31;
712 n0 ^= (xsb0 & ~(n0 << 1));
718 a0 = __vlibm_TBL_sincos_hi[j0+n0];
721 t0 = (__vlibm_TBL_sincos_hi[j0+((n0+xsb0)&3)] * w0 + a0 * t0) + __vlibm_TBL_sincos_lo[j0+n0];
1007 int n0, n1; local
[all...]
H A D__vsinbig_ultra3.c107 int n0, n1, n2; local
173 n0 = (int) (x0 * invpio2 + half[xsb0]);
176 fn0 = (double) n0;
179 n0 &= 3;
219 i = ((xsb0 & ~0x80000000) - thresh[n0&1]) >> 31;
257 n0 ^= (xsb0 & ~(n0 << 1));
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];
552 int n0, n1; local
[all...]
H A D__vsincos.c727 int n0, n1, n2; local
855 n0 = (int) (x0 * invpio2 + half[xsb0]);
858 fn0 = (double) n0;
861 n0 &= 3;
941 n0 ^= (xsb0 & ~(n0 << 1));
948 a1_0 = __vlibm_TBL_sincos_hi[j0+n0];
952 a2_0 = __vlibm_TBL_sincos_hi[j0+((n0+xsb0)&3)];
956 t2_0 = __vlibm_TBL_sincos_lo[j0+((n0+xsb0)&3)] - (a1_0*w0 - a2_0*t0);
972 t1_0 += __vlibm_TBL_sincos_lo[j0+n0];
1425 int n0, n1; local
[all...]
/illumos-gate/usr/src/cmd/diff/
H A Ddiffh.c51 long n0, n1; /* scan pointer in each */ variable
149 s0 = getl(0, ++n0);
157 clrl(0, n0);
185 s0 = getl(0, n0+i);
190 if (cmp(getl(0, n0+i-m),
202 if (cmp(getl(0, n0+k-m),
220 change(n0-1, 0, n1, b, "a");
222 change(n0, a, n1-1, 0, "d");
224 change(n0, a, n1, b, "c");
226 s = getl(0, n0
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dmoddiv.c61 #define udiv_qrnnd(q, r, n1, n0, dv) \
65 : "0" ((USItype) (n0)), \
77 UWtype d0, d1, n0, n1, n2; local
83 n0 = nn.s.low;
92 udiv_qrnnd (q0, n0, n1, n0, d0);
95 /* Remainder in n0. */
105 udiv_qrnnd (q0, n0, n1, n0, d0);
107 /* Remainder in n0
[all...]

Completed in 106 milliseconds

12