Searched refs:n3 (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/lib/libtnfctl/
H A Ddbg.h59 #define DBG_TNF_PROBE_3(a, b, c, t1, n1, v1, t2, n2, v2, t3, n3, v3) \
60 TNF_PROBE_3(a, b, c, t1, n1, v1, t2, n2, v2, t3, n3, v3)
62 #define DBG_TNF_PROBE_4(a, b, c, t1, n1, v1, t2, n2, v2, t3, n3, v3, t4, n4, v4) \
63 TNF_PROBE_4(a, b, c, t1, n1, v1, t2, n2, v2, t3, n3, v3, t4, n4, v4)
73 #define DBG_TNF_PROBE_3(a, b, c, t1, n1, v1, t2, n2, v2, t3, n3, v3) \
76 #define DBG_TNF_PROBE_4(a, b, c, t1, n1, v1, t2, n2, v2, t3, n3, v3, t4, n4, v4) \
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dhypotl.c68 int n0, n1, n2, n3; local
79 n3 = 3;
84 n3 = 0;
109 pt1[n2] = pt1[n3] = 0;
116 py1[n2] = py1[n3] = 0;
120 pt1[n2] = pt1[n3] = 0;
149 pt1[n1] = pt1[n2] = pt1[n3] = 0;
H A Dnextafterl.c39 #define n3 3 macro
42 if (++px[n3] == 0) \
48 if (--px[n3] == 0xffffffff) \
57 #define n3 0 macro
90 px[n3] = 1;
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dnextafterl.c39 #define n3 3 macro
42 if (++px[n3] == 0) \
48 if (--px[n3] == 0xffffffff) \
57 #define n3 0 macro
90 px[n3] = 1;
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dnexttowardl.c39 #define n3 3 macro
42 if (++px[n3] == 0) \
48 if (--px[n3] == 0xffffffff) \
57 #define n3 0 macro
90 px[n3] = 1;
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dmks.h311 #define VARARG3(t1, n1, t2, n2, t3, n3) (t1 n1, t2 n2, t3 n3, ...)
312 #define VARARG4(t1, n1, t2, n2, t3, n3, t4, n4) \
313 (t1 n1, t2 n2, t3 n3, t4 n4, ...)
314 #define VARARG5(t1, n1, t2, n2, t3, n3, t4, n4, t5, n5) \
315 (t1 n1, t2 n2, t3 n3, t4 n4, t5 n5, ...)
319 #define VARARG3(t1, n1, t2, n2, t3, n3) (n1, n2, n3, va_alist) \
320 t1 n1; t2 n2; t3 n3; int va_alist
321 #define VARARG4(t1, n1, t2, n2, t3, n3, t
[all...]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vatanf.c313 n3 = -pone;
315 f3 = n3/d3;
322 n3 = (f3 - z);
324 f3 = n3/d3;
330 n3 = f3;
H A D__vsincosf.c171 int n0 = 0, n1 = 0, n2 = 0, n3, hx, ix, medium; local
212 n3 = LO(z3);
256 if (n3 & 2) {
291 if (n3 & 1) {
H A D__vcosf.c151 int n0 = 0, n1 = 0, n2 = 0, n3, hx, ix, medium; local
189 n3 = LO(z3) + 1;
208 ((n3 & 1) << 3);
360 *y = (n3 & 2)? -f3 : f3;
H A D__vsinf.c155 int n0 = 0, n1 = 0, n2 = 0, n3, hx, ix, medium; local
193 n3 = LO(z3);
212 ((n3 & 1) << 3);
364 *y = (n3 & 2)? -f3 : f3;
H A D__vlog.c670 int n0, n1, n2, n3; local
728 n3 += (e >> 20);
769 *y = (n3 * ln2hi + TBL[i3+2]) + (h3 + (l3 +
770 (n3 * ln2lo + TBL[i3+3]) + b3));
/illumos-gate/usr/src/cmd/troff/nroff.d/
H A DMakefile34 COMMONOBJS = hytab.o n1.o n2.o n3.o n4.o n5.o \
/illumos-gate/usr/src/uts/common/sys/
H A Dtnf_probe.h267 #define TNF_DEFINE_RECORD_3(ctype, ctype_record, t1, n1, t2, n2, t3, n3)
272 #define TNF_DEFINE_RECORD_3(ctype, ctype_record, t1, n1, t2, n2, t3, n3) \
289 ""#n3, \
326 buffer->data_3 = t3(ops, the_ctype->n3, \
336 #define TNF_DEFINE_RECORD_4(ctype, ctype_record, t1, n1, t2, n2, t3, n3, t4, n4)
341 #define TNF_DEFINE_RECORD_4(ctype, ctype_record, t1, n1, t2, n2, t3, n3, t4, n4) \
360 ""#n3, \
398 buffer->data_3 = t3(ops, the_ctype->n3, \
410 #define TNF_DEFINE_RECORD_5(ctype, ctype_record, t1, n1, t2, n2, t3, n3, t4, n4, t5, n5)
415 #define TNF_DEFINE_RECORD_5(ctype, ctype_record, t1, n1, t2, n2, t3, n3, t
[all...]
/illumos-gate/usr/src/cmd/troff/troff.d/
H A DMakefile37 COMMONOBJS = hytab.o n1.o n2.o n3.o n4.o n5.o \
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dio.sh331 read -n3 a <<!
334 [[ $a == abc ]] || err_exit 'read -n3 here-document not working'
338 (print -n a;sleep 1; print -n bcde) |read -n3 a
339 [[ $a == a ]] || err_exit 'read -n3 from pipe not working'
343 read -u5 -n3 -t2 a || err_exit 'read -n3 from fifo timedout'
346 [[ $a == a ]] || err_exit 'read -n3 from fifo not working'
H A Dbuiltins.sh415 read -n3 a <<!
419 [[ $a == $exp ]] || err_exit "read -n3 here-document failed -- expected '$exp', got '$a'"
424 #(print -n a;sleep 1; print -n bcde) | read -n3 a
426 #[[ $a == $exp ]] || err_exit "read -n3 from pipe failed -- expected '$exp', got '$a'"
431 # read -u5 -n3 -t2 a || err_exit 'read -n3 from fifo timedout'
435 # [[ $a == $exp ]] || err_exit "read -n3 from fifo failed -- expected '$exp', got '$a'"
/illumos-gate/usr/src/lib/libast/common/uwin/
H A Dsupport.c426 static const n0=3,n1=2,n2=1,n3=0;
428 static const n0=0,n1=1,n2=2,n3=3;
468 t=y; pt[n3]=0; pt[n2]&=0xf800; y1=t;
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vsincosf.S79 #define n3 STACK_BIAS-0x38 define
112 ! o3 n3
455 st %f17,[%fp+n3]
475 ld [%fp+n3],%o3
578 ld [%fp+n3],%o3
587 stx %g1,[%fp+n3]
639 ldd [%fp+n3],%f36
H A D__vcosf.S78 #define n3 STACK_BIAS-0x24 define
97 ! l3 n3
387 st %f17,[%fp+n3]
407 ld [%fp+n3],%l3
H A D__vsinf.S78 #define n3 STACK_BIAS-0x24 define
97 ! l3 n3
383 st %f17,[%fp+n3]
403 ld [%fp+n3],%l3
/illumos-gate/usr/src/lib/libpp/common/
H A Dppcontrol.c293 static long n3; local
875 n3 = pp.state;
974 if (n3 & NEWLINE)
1151 n3 = pp.state;
/illumos-gate/usr/src/uts/common/io/ath/
H A Dhal_x86_64.o.uu1013 05n3+2aFwHkFD7fG6wpmg/hkfg9BD7fAa9BkRYXJD0TQ6zAPv8hBD7fAD6/BumQAAAAp

Completed in 106 milliseconds