Searched refs:two (Results 1 - 25 of 95) sorted by relevance

1234

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/multiaggs/
H A Dtst.tuplecompat.d34 @two["foo", 789, "bar", curthread] = sum(456);
35 printa("%10s %10d %10s %@10d %@10d\n", @one, @two);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/types/
H A Dtst.relenum.d42 two
55 printf("zero = %d; one = %d; two = %d", zero, one, two);
61 /second < one || two > second || null == first/
64 printf("zero = %d; one = %d; two = %d", zero, one, two);
70 /first < two && second > one && one != two && zero != first/
H A Dtst.enum.d41 two,
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dcubetype.sh151 cc[2]=(x=2 y=3 name=two colors+=([table]=white) items+=(pencil) z=6)
170 cc[two]=(x=2 y=3 name=two colors+=([table]=white) items+=(pencil) z=6)
173 [[ ${cc[two].y} == 3 ]] || err_exit '${cc[two].y} != 3'
174 (( cc[two].y == 3 )) || err_exit '(( cc[two].y != 3))'
175 [[ ${cc[two].colors[table]} == white ]] || err_exit '${cc[two].colors[table]} != white'
176 [[ ${cc[two]
[all...]
H A Dsun_solaris_cr_6805792_varmovetest1.sh45 # node.two="world"
72 # two=world
109 node.two="dummy2"
117 nameref nodetwo=node.two
137 node.two="world"
146 [[ "${tree1.subtree["a_node"].two}" == "world" ]] || err_exit "Expected tree1.subtree[\"a_node\"].two == 'world', got ${tree1.subtree["a_node"].two}"
H A Dtreemove.sh59 node.two="world"
73 node.two="world"
81 [[ "${tree1.subtree["a_node"].two}" == "world" ]] || err_exit "expected tree1.subtree[\"a_node\"].two == 'world', got ${tree1.subtree["a_node"].two}"
H A Darrays.sh43 set -A x zero one two three four 'five six'
56 if [[ ${x[2]} != two ]]
57 then err_exit ' element two is not 2'
59 if [[ ${x[@]:2:1} != two ]]
60 then err_exit ' ${x[@]:2:1} is not two'
72 if [[ ${y[2]} != two ]]
73 then err_exit ' element two is not 2'
76 if [[ ${y[2]} != two ]]
77 then err_exit ' element two is not 2'
189 foo=(one two)
[all...]
H A Dappend.sh41 iarray=( one two three )
43 if [[ ${iarray[@]} != 'one two three four five six' ]]
71 foo+=(two)
72 if [[ ${foo[@]} != 'one two' ]]
/illumos-gate/usr/src/lib/libm/common/C/
H A Dtanh.c64 two = 2.0, variable
82 z = one - two / (expm1(t + t) + two);
85 z = -y / (y + two);
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dtanhl.c63 static const long double small = 1.0e-20L, one = 1.0, two = 2.0, variable
84 z = one - two / (expm1l(t + t) + two);
87 z = -y / (y + two);
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dtanhl.c63 static const long double small = 1.0e-20L, one = 1.0, two = 2.0, variable
84 z = one - two / (expm1l(t + t) + two);
87 z = -y / (y + two);
H A Dexpl.c78 two = 2.0L, variable
122 r = (x - t * (t1 + t * (t2 + t * (t3 + t * (t4 + t * t5))))) - two;
H A Dexpm1l.c107 two = +2.0L, variable
152 return (x + (x * r) / (two - r));
162 r = (s + s) / (two - r);
180 r = (x - t * (T1 + t * (T2 + t * (T3 + t * (T4 + t * T5))))) - two;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/sched/
H A Dtst.enqueue.d41 self->two = 1;
45 /self->two && args[0]->pr_lwpid > 0/
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dt-strl.c32 int one, two, k; local
98 two = sm_snprintf(dst2, sizeof dst2, "%s/%s", src1[0], src1[1]);
99 SM_TEST(one == two);
102 two = sm_snprintf(dst2, 10, "%s/%s", src1[0], src1[1]);
103 SM_TEST(one == two);
106 two = sm_snprintf(dst2, 5, "%s/%s", src1[0], src1[1]);
107 SM_TEST(one == two);
110 two = sm_snprintf(dst2, 0, "%s/%s", src1[0], src1[1]);
111 SM_TEST(one == two);
114 two
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/speculation/
H A Dtst.zerosize.d40 this->two = 2;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/llquantize/
H A Dtst.bases.d31 @two = llquantize(i, 2, 0, 6, 2);
/illumos-gate/usr/src/test/util-tests/tests/iconv/
H A Diconv_test.sh55 echo '<code_set_name> two'
77 # two-byte utf-8 crossing 1024 byte boundary
99 mkmap_two > two.cm
100 test_conv ./one.cm ./two.cm '\0200\0201\0202\c' ' \0200 \0201 \0202\c'
101 rm one.cm two.cm
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.lquantzero.d56 @two[i] = lquantize(0, 1, 20, 5, incr);
72 printa(@two);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.linkpriv.ksh46 DTRACE_PROBE2(test_prov, two, 2, 3);
57 probe two(uintptr_t, uintptr_t);
H A Dtst.linkunpriv.ksh48 DTRACE_PROBE2(test_prov, two, 2, 3);
59 probe two(uintptr_t, uintptr_t);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal2.ksh51 * Use two enablings of the same probe, so that cpu 0 will always
/illumos-gate/usr/src/ucblib/libtermcap/
H A Dtgoto.c112 goto two;
121 two:
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcatanl.c112 two = 2.0L, variable
180 LD_IM(ans) = half * log1pl(two / (-t));
217 LD_IM(ans) = t * (one - two * t);
222 LD_RE(ans) = half * atan2l(two, (one - ax) * (one +
254 LD_RE(ans) = half * atan2l(two, -ax);
258 t = two / ax;
294 LD_IM(ans) = half * log1pl(two / (ay - one));
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dtgammaf.c165 #define two c[1] macro
325 ss = T1[m - 3] + T2[j] + u * (two + A1 * (u * u));
426 rr = (x + one) * (x + two) * yy;
430 rr = (x + one) * (x + two) * ((x + 3.0) * yy);
433 z1 = (x + two) * (x + 3.0) * yy;
438 z1 = (x + two) * (x + 3.0);
440 rr = z1 * (z1 - two) * z2;
443 z1 = (x + two) * (x + 3.0);
445 rr = z1 * (z1 - two) * z2;

Completed in 182 milliseconds

1234