Home
last modified time | relevance | path

Searched refs:t2 (Results 1 – 25 of 230) sorted by relevance

12345678910

/illumos-gate/usr/src/test/util-tests/tests/dis/risc-v/
H A Dtst.csr.s26 csrrs t1, ustatus, t2
27 csrrs t1, uie, t2
28 csrrs t1, utvec, t2
30 csrrs t1, uscratch, t2
31 csrrs t1, uepc, t2
32 csrrs t1, ucause, t2
33 csrrs t1, utval, t2
34 csrrs t1, uip, t2
36 csrrs t1, fflags, t2
37 csrrs t1, frm, t2
[all …]
H A Dtst.csr.out1 libdis_test: 73 a3 03 00 csrrs t1,ustatus,t2
2 libdis_test+0x4: 73 a3 43 00 csrrs t1,uie,t2
3 libdis_test+0x8: 73 a3 53 00 csrrs t1,utvec,t2
4 libdis_test+0xc: 73 a3 03 04 csrrs t1,uscratch,t2
5 libdis_test+0x10: 73 a3 13 04 csrrs t1,uepc,t2
6 libdis_test+0x14: 73 a3 23 04 csrrs t1,ucause,t2
7 libdis_test+0x18: 73 a3 33 04 csrrs t1,utval,t2
8 libdis_test+0x1c: 73 a3 43 04 csrrs t1,uip,t2
9 libdis_test+0x20: 73 a3 13 00 csrrs t1,fflags,t2
10 libdis_test+0x24: 73 a3 23 00 csrrs t1,frm,t2
[all …]
H A D64.rv64a.s34 amoswap.d t0, t1, (t2)
35 amoswap.d.aq t1, t2, (t3)
36 amoswap.d.rl t2, t3, (t4)
38 amoadd.d t0, t1, (t2)
39 amoadd.d.aq t1, t2, (t3)
40 amoadd.d.rl t2, t3, (t4)
42 amoxor.d t0, t1, (t2)
43 amoxor.d.aq t1, t2, (t3)
44 amoxor.d.rl t2, t3, (t4)
46 amoand.d t0, t1, (t2)
[all …]
H A Dtst.rv32a.s34 amoswap.w t0, t1, (t2)
35 amoswap.w.aq t1, t2, (t3)
36 amoswap.w.rl t2, t3, (t4)
38 amoadd.w t0, t1, (t2)
39 amoadd.w.aq t1, t2, (t3)
40 amoadd.w.rl t2, t3, (t4)
42 amoxor.w t0, t1, (t2)
43 amoxor.w.aq t1, t2, (t3)
44 amoxor.w.rl t2, t3, (t4)
46 amoand.w t0, t1, (t2)
[all …]
H A D64.rv64a.out9 libdis_test+0x20: af b2 63 08 amoswap.d t0,t1,(t2)
10 libdis_test+0x24: 2f 33 7e 0c amoswap.d.aq t1,t2,(t3)
11 libdis_test+0x28: af b3 ce 0b amoswap.d.rl t2,t3,(t4)
13 libdis_test+0x30: af b2 63 00 amoadd.d t0,t1,(t2)
14 libdis_test+0x34: 2f 33 7e 04 amoadd.d.aq t1,t2,(t3)
15 libdis_test+0x38: af b3 ce 03 amoadd.d.rl t2,t3,(t4)
17 libdis_test+0x40: af b2 63 20 amoxor.d t0,t1,(t2)
18 libdis_test+0x44: 2f 33 7e 24 amoxor.d.aq t1,t2,(t3)
19 libdis_test+0x48: af b3 ce 23 amoxor.d.rl t2,t3,(t4)
21 libdis_test+0x50: af b2 63 60 amoand.d t0,t1,(t2)
[all …]
H A Dtst.rv32a.out9 libdis_test+0x20: af a2 63 08 amoswap.w t0,t1,(t2)
10 libdis_test+0x24: 2f 23 7e 0c amoswap.w.aq t1,t2,(t3)
11 libdis_test+0x28: af a3 ce 0b amoswap.w.rl t2,t3,(t4)
13 libdis_test+0x30: af a2 63 00 amoadd.w t0,t1,(t2)
14 libdis_test+0x34: 2f 23 7e 04 amoadd.w.aq t1,t2,(t3)
15 libdis_test+0x38: af a3 ce 03 amoadd.w.rl t2,t3,(t4)
17 libdis_test+0x40: af a2 63 20 amoxor.w t0,t1,(t2)
18 libdis_test+0x44: 2f 23 7e 24 amoxor.w.aq t1,t2,(t3)
19 libdis_test+0x48: af a3 ce 23 amoxor.w.rl t2,t3,(t4)
21 libdis_test+0x50: af a2 63 60 amoand.w t0,t1,(t2)
[all …]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dexpr.test22 execsql {CREATE TABLE test1(i1 int, i2 int, r1 real, r2 real, t1 text, t2 text)}
161 test_expr expr-3.1 {t1='abc', t2='xyz'} {t1<t2} 1
162 test_expr expr-3.2 {t1='xyz', t2='abc'} {t1<t2} 0
163 test_expr expr-3.3 {t1='abc', t2='abc'} {t1<t2} 0
164 test_expr expr-3.4 {t1='abc', t2='xyz'} {t1<=t2} 1
165 test_expr expr-3.5 {t1='xyz', t2='abc'} {t1<=t2} 0
166 test_expr expr-3.6 {t1='abc', t2='abc'} {t1<=t2} 1
167 test_expr expr-3.7 {t1='abc', t2='xyz'} {t1>t2} 0
168 test_expr expr-3.8 {t1='xyz', t2='abc'} {t1>t2} 1
169 test_expr expr-3.9 {t1='abc', t2='abc'} {t1>t2} 0
[all …]
H A Dtemptable.test51 CREATE TEMP TABLE t2(x,y,z);
52 INSERT INTO t2 VALUES(4,5,6);
54 db2 eval {SELECT * FROM t2}
58 catchsql {SELECT * FROM t2}
59 } {1 {no such table: t2}}
61 catchsql {INSERT INTO t2 VALUES(8,9,0);}
62 } {1 {no such table: t2}}
64 db2 eval {INSERT INTO t2 VALUES(8,9,0);}
65 db2 eval {SELECT * FROM t2 ORDER BY x}
68 db2 eval {DELETE FROM t2 WHERE x==8}
[all …]
H A Djoin4_28.test30 create temp table t2(x integer, y varchar(10), z varchar(10));
31 insert into t2 values(2,'niban','ok');
32 insert into t2 values(4,'yonban','err');
35 select * from t1 left outer join t2 on t1.a=t2.x where t2.z='ok'
40 select * from t1 left outer join t2 on t1.a=t2.x and t2.z='ok'
45 create index i2 on t2(z);
48 select * from t1 left outer join t2 on t1.a=t2.x where t2.z='ok'
53 select * from t1 left outer join t2 on t1.a=t2.x and t2.z='ok'
58 select * from t1 left outer join t2 on t1.a=t2.x where t2.z>='ok'
63 select * from t1 left outer join t2 on t1.a=t2.x and t2.z>='ok'
[all …]
H A Djoin.test32 CREATE TABLE t2(b,c,d);
33 INSERT INTO t2 VALUES(1,2,3);
34 INSERT INTO t2 VALUES(2,3,4);
35 INSERT INTO t2 VALUES(3,4,5);
36 SELECT * FROM t2;
42 SELECT * FROM t1 NATURAL JOIN t2;
44 } {t1.a 1 t1.b 2 t1.c 3 t2.d 4 t1.a 2 t1.b 3 t1.c 4 t2.d 5}
47 SELECT * FROM t2 NATURAL JOIN t1;
49 } {t2.b 2 t2.c 3 t2.d 4 t1.a 1 t2.b 3 t2.c 4 t2.d 5 t1.a 2}
52 SELECT * FROM t1 INNER JOIN t2 USING(b,c);
[all …]
H A Dconflict.test27 CREATE TABLE t2(x);
39 # t2 Content of "x" column of t2
41 foreach {i conf cmd t0 t1 t2} {
65 DELETE FROM t2;
68 INSERT INTO t2 VALUES(1);
73 set r2 [execsql {SELECT x FROM t2}]
75 } [list $t0 $t1 $t2]
83 DROP TABLE t2;
85 CREATE TABLE t2(x);
97 # t2 Content of "x" column of t2
[all …]
H A Drowid.test170 CREATE TABLE t2(rowid int, x int, y int);
171 INSERT INTO t2 VALUES(0,2,3);
172 INSERT INTO t2 VALUES(4,5,6);
173 INSERT INTO t2 VALUES(7,8,9);
174 SELECT * FROM t2 ORDER BY x;
178 execsql {SELECT * FROM t2 ORDER BY rowid}
181 execsql {SELECT rowid, x, y FROM t2 ORDER BY rowid}
184 set r1 [execsql {SELECT _rowid_, rowid FROM t2 ORDER BY rowid}]
186 set r2 [execsql {SELECT _rowid_, rowid FROM t2 ORDER BY x DESC}]
191 set r1 [execsql {SELECT _rowid_, rowid FROM t2 ORDER BY rowid}]
[all …]
H A Dlastinsert.test59 create table t2 (k integer primary key, val1, val2, val3);
71 delete from t2;
73 insert into t2 values (NEW.k*2, last_insert_rowid(), NULL, NULL);
74 update t2 set k=k+10, val2=100+last_insert_rowid();
75 update t2 set val3=1000+last_insert_rowid();
85 select val1 from t2;
92 select val2 from t2;
99 select val3 from t2;
109 delete from t2;
112 insert into t2 values (NEW.k*2, last_insert_rowid(), NULL, NULL);
[all …]
H A Dauth.test165 catchsql {CREATE TABLE t2(a,b,c)}
172 } {t2}
182 catchsql {DROP TABLE t2}
186 } {t2 {} main {}}
189 } {t2}
198 catchsql {DROP TABLE t2}
202 } {t2 {} main {}}
205 } {t2}
236 if {$code=="SQLITE_INSERT" && $arg1=="t2"} {
241 catchsql {INSERT INTO t2 VALUES(1,2,3)}
[all …]
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dillumos_4149_builtin_head.sh37 t2=`mktemp`
39 if [[ ! -f "$t1" || ! -f "$t2" || ! -f "$t3" ]]; then
43 rm -f "$t1" "$t2" "$t3"
49 done | tee $t1 > $t2
50 printf "nonewline" >> $t2
95 [[ $(head -1 $t2) == "test00" ]] || \
98 [[ $(head -2 $t2) == $'test00\ntest01' ]] || \
101 [[ $(head -s 2 -n2 $t2) == $'test02\ntest03' ]] || \
104 [[ $(head -5 $t2) == $'test00\ntest01\ntest02\ntest03\ntest04' ]] || \
107 [[ $(head -6 $t2) == $'test00\ntest01\ntest02\ntest03\ntest04\nnonewline' ]] \
[all …]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vcos.c204 double t0, t1, t2, z0, z1, z2; in __vcos() local
213 HI(&t2) = j2; in __vcos()
216 LO(&t2) = 0; in __vcos()
219 x2 -= t2; in __vcos()
225 t2 = z2 * (qq1 + z2 * qq2); in __vcos()
241 t2 = __vlibm_TBL_sincos_lo[j2+1] - (__vlibm_TBL_sincos_hi[j2+xsb2]*w2 - a2*t2); in __vcos()
245 *py2 = a2 + t2; in __vcos()
252 HI(&t2) = j2; in __vcos()
254 LO(&t2) = 0; in __vcos()
256 x2 -= t2; in __vcos()
[all …]
H A D__vsin.c178 double t0, t1, t2, z0, z1, z2; in __vsin() local
187 HI(&t2) = j2; in __vsin()
190 LO(&t2) = 0; in __vsin()
193 x2 -= t2; in __vsin()
199 t2 = z2 * (qq1 + z2 * qq2); in __vsin()
214 t2 = (__vlibm_TBL_sincos_hi[j2+1] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+xsb2]; in __vsin()
217 *py2 = a2 + t2; in __vsin()
224 HI(&t2) = j2; in __vsin()
226 LO(&t2) = 0; in __vsin()
228 x2 -= t2; in __vsin()
[all …]
H A D__vsincos.c233 double t0, t1, t2, t1_0, t1_1, t1_2, t2_0, t2_1, t2_2; in __vsincos() local
244 HI(&t2) = j2; in __vsincos()
247 LO(&t2) = 0; in __vsincos()
251 x2 -= t2; in __vsincos()
259 t2 = z2 * (qq1 + z2 * qq2); in __vsincos()
283 t2_2 = __vlibm_TBL_sincos_lo[j2+1] - (a1_2*w2 - a2_2*t2); in __vsincos()
291 t1_2 = a2_2*w2 + a1_2*t2; in __vsincos()
317 t2 = z2 * (poly3[1] + z2 * poly4[1]); in __vsincos()
320 t2 = z2 * (poly1[1] + z2 * (poly2[1] + t2)); in __vsincos()
337 *pc2 = one + t2; in __vsincos()
[all …]
H A D__vcosbig_ultra3.c226 double t0, t1, t2, z0, z1, z2; in __vlibm_vcos_big_ultra3() local
235 HI(&t2) = j2; in __vlibm_vcos_big_ultra3()
238 LO(&t2) = 0; in __vlibm_vcos_big_ultra3()
241 x2 = (x2 - t2) + y2; in __vlibm_vcos_big_ultra3()
247 t2 = z2 * (qq1 + z2 * qq2); in __vlibm_vcos_big_ultra3()
268 t2 = (__vlibm_TBL_sincos_hi[j2+((n2+xsb2)&3)] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+n2]; in __vlibm_vcos_big_ultra3()
271 *py2 = ( a2 + t2 ); in __vlibm_vcos_big_ultra3()
279 HI(&t2) = j2; in __vlibm_vcos_big_ultra3()
281 LO(&t2) = 0; in __vlibm_vcos_big_ultra3()
287 x2 = (x2 - t2) + y2; in __vlibm_vcos_big_ultra3()
[all …]
H A D__vsinbig_ultra3.c226 double t0, t1, t2, z0, z1, z2; in __vlibm_vsin_big_ultra3() local
235 HI(&t2) = j2; in __vlibm_vsin_big_ultra3()
238 LO(&t2) = 0; in __vlibm_vsin_big_ultra3()
241 x2 = (x2 - t2) + y2; in __vlibm_vsin_big_ultra3()
247 t2 = z2 * (qq1 + z2 * qq2); in __vlibm_vsin_big_ultra3()
268 t2 = (__vlibm_TBL_sincos_hi[j2+((n2+xsb2)&3)] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+n2]; in __vlibm_vsin_big_ultra3()
271 *py2 = ( a2 + t2 ); in __vlibm_vsin_big_ultra3()
279 HI(&t2) = j2; in __vlibm_vsin_big_ultra3()
281 LO(&t2) = 0; in __vlibm_vsin_big_ultra3()
287 x2 = (x2 - t2) + y2; in __vlibm_vsin_big_ultra3()
[all …]
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcpow.c115 double t1, t2, t3, t4, w1, w2, t; in sum4fp() local
116 t1 = ta[0]; t2 = ta[1]; t3 = ta[2]; t4 = ta[3]; in sum4fp()
122 t = t2; t2 = t4; t4 = t; in sum4fp()
125 if (fabs(t4) > fabs(t2)) { in sum4fp()
126 t3 = t4; t4 = t2; t2 = t; in sum4fp()
128 t3 = t2; t2 = t; in sum4fp()
130 } else if (fabs(t3) > fabs(t2)) { in sum4fp()
131 t = t2; t2 = t3; in sum4fp()
132 if (fabs(t4) > fabs(t2)) { in sum4fp()
140 t = t2 + w1; in sum4fp()
[all …]
H A Dcpowl.c70 long double t1, t2, t3, t4, w1, w2, t; in sum4fpl() local
71 t1 = ta[0]; t2 = ta[1]; t3 = ta[2]; t4 = ta[3]; in sum4fpl()
77 t = t2; t2 = t4; t4 = t; in sum4fpl()
80 if (fabsl(t4) > fabsl(t2)) { in sum4fpl()
81 t3 = t4; t4 = t2; t2 = t; in sum4fpl()
83 t3 = t2; t2 = t; in sum4fpl()
85 } else if (fabsl(t3) > fabsl(t2)) { in sum4fpl()
86 t = t2; t2 = t3; in sum4fpl()
87 if (fabsl(t4) > fabsl(t2)) { in sum4fpl()
95 t = t2 + w1; in sum4fpl()
[all …]
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dtgammal.c627 long double z, t1, t2, t3, z2, t5, w, y, u, r, v; in large_gam() local
666 t2 = y - z; in large_gam()
668 u = r * t2; /* u = (y-z)/(y+z) */ in large_gam()
677 t2 = t4 + u * (two + z2 * t5); in large_gam()
682 t2 = t5 + r * ((two * t2 - v * t1) - v * (y - (t1 - z))); in large_gam()
685 ss_h = CHOPPED((t2 + t3)); in large_gam()
686 ss_l = t2 - (ss_h - t3); in large_gam()
714 t2 = t3 * ln2_32lo; in large_gam()
715 w = t2 - w_l; in large_gam()
757 long double z, t1, t2; in kpsin() local
[all …]
H A Dtgamma.c1211 double z, t1, t2, t3, z2, t5, w, y, u, r, z4, v, t24 = 16777216.0, in large_gam() local
1254 t2 = y - z; in large_gam()
1257 u = r * t2; /* u = (y-z)/(y+z) */ in large_gam()
1263 t2 = t4 + u * ((two + z2 * A1) + (z2 * z2) * (A2 + z2 * A3)); in large_gam()
1268 t2 = t5 + r * ((two * t2 - v * t1) - v * (y - (t1 - z))); in large_gam()
1271 ss_h = (double) ((float) (t2 + t3)); in large_gam()
1272 ss_l = t2 - (ss_h - t3); in large_gam()
1286 t2 = z4 * (GP2 + z4 * (GP4 + z4 * GP6)); in large_gam()
1287 t1 += t2; in large_gam()
1299 t2 = t3 * ln2_32lo; in large_gam()
[all …]
/illumos-gate/usr/src/cmd/acct/lib/
H A Dtmless.c37 tmless(t1, t2) in tmless() argument
38 register struct tm *t1, *t2; in tmless()
40 if (t1->tm_hour != t2->tm_hour)
41 return(t1->tm_hour < t2->tm_hour);
42 if (t1->tm_min != t2->tm_min)
43 return(t1->tm_min < t2->tm_min);
44 return(t1->tm_sec < t2->tm_sec);

12345678910