Home
last modified time | relevance | path

Searched refs:t4 (Results 1 – 25 of 79) sorted by relevance

1234

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dinsert2.test93 CREATE TABLE t4(x,y);
94 INSERT INTO t4 VALUES(1,2);
95 SELECT * FROM t4;
100 INSERT INTO t3(a,c) SELECT * FROM t4;
107 INSERT INTO t3(c,b) SELECT * FROM t4;
114 INSERT INTO t3(c,a,b) SELECT x, 'hi', y FROM t4;
121 # File table t4 with lots of data
125 SELECT * from t4;
131 INSERT INTO t4 VALUES(2,4);
132 INSERT INTO t4 VALUES(3,6);
[all …]
H A Dnull.test183 CREATE TABLE t4(x,y);
184 INSERT INTO t4 VALUES(1,11);
185 INSERT INTO t4 VALUES(2,NULL);
186 SELECT x FROM t4 WHERE y=NULL;
191 SELECT x FROM t4 WHERE y IN (33,NULL);
196 SELECT x FROM t4 WHERE y<33 ORDER BY x;
201 SELECT x FROM t4 WHERE y>6 ORDER BY x;
206 SELECT x FROM t4 WHERE y!=33 ORDER BY x;
211 CREATE INDEX t4i1 ON t4(y);
212 SELECT x FROM t4 WHERE y=NULL;
[all …]
H A Dinsert.test211 CREATE TEMP TABLE t4(x);
212 INSERT INTO t4 VALUES(1);
213 SELECT * FROM t4;
218 INSERT INTO t4 SELECT x+1 FROM t4;
219 SELECT * FROM t4;
223 # verify that a temporary table is used to copy t4 to t4
225 EXPLAIN INSERT INTO t4 SELECT x+2 FROM t4;
231 # page number used by "t4" above.
237 # Verify that "t4" begins on page 3.
239 SELECT rootpage FROM sqlite_temp_master WHERE name='t4';
[all …]
H A Dselect1.test112 CREATE TABLE t4(a,b);
113 INSERT INTO t4 VALUES(NULL,'$long');
144 execsql {SELECT count(*),count(a),count(b) FROM t4}
147 execsql {SELECT count(*),count(a),count(b) FROM t4 WHERE b=5}
168 execsql {SELECT min(b), min(b) FROM t4}
600 DELETE FROM t4;
602 INSERT INTO t4 VALUES(3,4);
603 SELECT * FROM t3, t4;
608 SELECT * FROM t3, t4;
610 } {t3.a 1 t3.b 2 t4.a 3 t4.b 4}
[all …]
H A Dsort.test273 CREATE TABLE t4(
277 INSERT INTO t4 VALUES(1,1);
278 INSERT INTO t4 VALUES(2,2);
279 INSERT INTO t4 VALUES(11,11);
280 INSERT INTO t4 VALUES(12,12);
281 SELECT a FROM t4 ORDER BY 1;
286 SELECT b FROM t4 ORDER BY 1
291 CREATE VIEW v4 AS SELECT * FROM t4;
302 SELECT a FROM t4 UNION SELECT a FROM v4 ORDER BY 1;
307 SELECT b FROM t4 UNION SELECT a FROM v4 ORDER BY 1;
[all …]
H A Dunique.test174 CREATE TABLE t4(a UNIQUE, b, c, UNIQUE(b,c));
175 INSERT INTO t4 VALUES(1,2,3);
176 INSERT INTO t4 VALUES(NULL, 2, NULL);
177 SELECT * FROM t4;
182 INSERT INTO t4 VALUES(NULL, 3, 4);
187 SELECT * FROM t4
192 INSERT INTO t4 VALUES(2, 2, NULL);
197 SELECT * FROM t4
H A Dtable.test336 CREATE TABLE [t4'abc] AS SELECT count(*) as cnt, max(b+c) FROM [t3'xyz];
337 SELECT * FROM [t4'abc];
342 SELECT sql FROM sqlite_master WHERE name='t4''abc'
344 } {{CREATE TABLE 't4''abc'(cnt,'max(b+c)')}}
355 SELECT * FROM [t4'abc];
386 CREATE TABLE t6(a REFERENCES t4(a) NOT NULL);
393 CREATE TABLE t6(a REFERENCES t4(a) MATCH PARTIAL);
399 CREATE TABLE t6(a REFERENCES t4 MATCH FULL ON DELETE SET NULL NOT NULL);
405 CREATE TABLE t6(a REFERENCES t4 MATCH FULL ON UPDATE SET DEFAULT DEFAULT 1);
424 FOREIGN KEY (a) REFERENCES t4(b) DEFERRABLE INITIALLY DEFERRED
[all …]
H A Dselect6.test381 CREATE TABLE t4(q,r);
382 INSERT INTO t4 VALUES(11,111);
383 INSERT INTO t4 VALUES(22,222);
385 SELECT * FROM t3 NATURAL JOIN t4;
392 (SELECT t3.p AS p, t3.q AS q, t4.r AS r FROM t3 NATURAL JOIN t4) as n
400 (SELECT t3.p AS p, t3.q AS q, t4.r AS r FROM t3 NATURAL JOIN t4) as n
408 (SELECT t3.p AS p, t3.q AS q, t4.r AS r FROM t3 NATURAL JOIN t4) as n
417 (SELECT t3.p AS p, t3.q AS q, t4.r AS r FROM t3 NATURAL JOIN t4) as n
419 (SELECT r AS z FROM t4 WHERE q=11) AS f
428 (SELECT t3.p AS p, t3.q AS q, t4.r AS r FROM t3 NATURAL JOIN t4) as n
[all …]
/illumos-gate/usr/src/test/util-tests/tests/dis/risc-v/
H A D64.rv64a.s36 amoswap.d.rl t2, t3, (t4)
37 amoswap.d.aqrl t3, t4, (t5)
40 amoadd.d.rl t2, t3, (t4)
41 amoadd.d.aqrl t3, t4, (t5)
44 amoxor.d.rl t2, t3, (t4)
45 amoxor.d.aqrl t3, t4, (t5)
48 amoand.d.rl t2, t3, (t4)
49 amoand.d.aqrl t3, t4, (t5)
52 amoor.d.rl t2, t3, (t4)
53 amoor.d.aqrl t3, t4, (t5)
[all …]
H A Dtst.rv32a.s36 amoswap.w.rl t2, t3, (t4)
37 amoswap.w.aqrl t3, t4, (t5)
40 amoadd.w.rl t2, t3, (t4)
41 amoadd.w.aqrl t3, t4, (t5)
44 amoxor.w.rl t2, t3, (t4)
45 amoxor.w.aqrl t3, t4, (t5)
48 amoand.w.rl t2, t3, (t4)
49 amoand.w.aqrl t3, t4, (t5)
52 amoor.w.rl t2, t3, (t4)
53 amoor.w.aqrl t3, t4, (t5)
[all …]
H A D64.rv64a.out11 libdis_test+0x28: af b3 ce 0b amoswap.d.rl t2,t3,(t4)
12 libdis_test+0x2c: 2f 3e df 0f amoswap.d.aqrl t3,t4,(t5)
15 libdis_test+0x38: af b3 ce 03 amoadd.d.rl t2,t3,(t4)
16 libdis_test+0x3c: 2f 3e df 07 amoadd.d.aqrl t3,t4,(t5)
19 libdis_test+0x48: af b3 ce 23 amoxor.d.rl t2,t3,(t4)
20 libdis_test+0x4c: 2f 3e df 27 amoxor.d.aqrl t3,t4,(t5)
23 libdis_test+0x58: af b3 ce 63 amoand.d.rl t2,t3,(t4)
24 libdis_test+0x5c: 2f 3e df 67 amoand.d.aqrl t3,t4,(t5)
27 libdis_test+0x68: af b3 ce 43 amoor.d.rl t2,t3,(t4)
28 libdis_test+0x6c: 2f 3e df 47 amoor.d.aqrl t3,t4,(t5)
[all …]
H A Dtst.rv32a.out11 libdis_test+0x28: af a3 ce 0b amoswap.w.rl t2,t3,(t4)
12 libdis_test+0x2c: 2f 2e df 0f amoswap.w.aqrl t3,t4,(t5)
15 libdis_test+0x38: af a3 ce 03 amoadd.w.rl t2,t3,(t4)
16 libdis_test+0x3c: 2f 2e df 07 amoadd.w.aqrl t3,t4,(t5)
19 libdis_test+0x48: af a3 ce 23 amoxor.w.rl t2,t3,(t4)
20 libdis_test+0x4c: 2f 2e df 27 amoxor.w.aqrl t3,t4,(t5)
23 libdis_test+0x58: af a3 ce 63 amoand.w.rl t2,t3,(t4)
24 libdis_test+0x5c: 2f 2e df 67 amoand.w.aqrl t3,t4,(t5)
27 libdis_test+0x68: af a3 ce 43 amoor.w.rl t2,t3,(t4)
28 libdis_test+0x6c: 2f 2e df 47 amoor.w.aqrl t3,t4,(t5)
[all …]
H A Dtst.regs.s54 add t4, t4, t4
85 add s11, t3, t4
86 add t3, t4, t5
87 add t4, t5, t6
H A Dtst.rv32i.s56 sh t4, (t2)
58 sw t4, 0x7ff(t1)
73 slli t4, t5, 0x12
74 srli t4, t5, 0x13
75 srai t4, t5, 0x14
H A D64.rv64f.s30 fcvt.l.s t4, ft5, rup
36 fcvt.lu.s t4, ft3, rdn
44 fcvt.s.l ft5, t4, rup
51 fcvt.s.lu ft5, t4, rup
H A D64.rv64d.s30 fcvt.l.d t4, ft5, rup
36 fcvt.lu.d t4, ft3, rdn
46 fcvt.d.l ft5, t4, rup
53 fcvt.d.lu ft5, t4, rup
H A D64.rv64i.s43 slliw t4, t5, 0x12
44 srliw t4, t5, 0x13
45 sraiw t4, t5, 0x14
/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()
120 if (fabs(t4) > fabs(t1)) { 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()
132 if (fabs(t4) > fabs(t2)) { in sum4fp()
133 t3 = t4; t4 = t; in sum4fp()
138 w1 = t3 + t4; in sum4fp()
139 w2 = t4 - (w1 - t3); 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()
75 if (fabsl(t4) > fabsl(t1)) { 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()
87 if (fabsl(t4) > fabsl(t2)) { in sum4fpl()
88 t3 = t4; t4 = t; in sum4fpl()
93 w1 = t3 + t4; in sum4fpl()
94 w2 = t4 - (w1 - t3); in sum4fpl()
[all …]
H A Dk_clog_r.c250 double t1, t2, t3, t4, tk, z, wh, w, zh, zk; in __k_clog_r() local
356 t4 = tk * tk - (two * wh * tk - (wh * wh - t2)); in __k_clog_r()
370 if (fabs(t3) < fabs(t4)) { in __k_clog_r()
371 wh = t3; t3 = t4; t4 = wh; in __k_clog_r()
381 zh = ((tk + t2) + t3) + t4; in __k_clog_r()
385 *er = (((tk - zh) + t2) + t3) + t4; in __k_clog_r()
393 *er = ((wh - zh) + t3) + t4; in __k_clog_r()
396 t3 += t4; in __k_clog_r()
397 t4 -= t3 - z; in __k_clog_r()
399 *er = ((wh - zh) + t3) + t4; in __k_clog_r()
[all …]
H A Dk_clog_rl.c411 long double t1, t2, t3, t4, tk, z, wh, w, zh, zk; local
565 t4 = tk * tk - (two * wh * tk - (wh * wh - t2));
581 if (fabsl(t3) < fabsl(t4)) {
582 wh = t3; t3 = t4; t4 = wh;
592 zh = ((tk + t2) + t3) + t4;
611 *er = (((tk - zh) + t2) + t3) + t4;
622 *er = ((wh - zh) + t3) + t4;
625 t3 += t4;
626 t4 -= t3 - z;
628 *er = ((wh - zh) + t3) + t4;
[all …]
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dtgammal.c152 long double t3, t4, y; in GT1() local
157 for (t4 = Q1[8], t3 = P1[8] + y * P1[9], i = 7; i >= 0; i--) { in GT1()
158 t4 = t4 * y + Q1[i]; in GT1()
161 t3 = (y * y) * t3 / t4; in GT1()
163 t4 = TZ1 * yh; in GT1()
164 r.h = CHOPPED((t4 + GZ1_h + t3)); in GT1()
165 t3 += (t4 - (r.h - GZ1_h)); in GT1()
178 long double t3, t4, y; in GT2() local
183 for (t4 = Q2[9], t3 = P2[9], i = 8; i >= 0; i--) { in GT2()
184 t4 = t4 * y + Q2[i]; in GT2()
[all …]
H A Dtgamma.c1151 double t3, t4, y, z; in GT1() local
1159 t4 = TZ1 * yh; in GT1()
1160 r.h = (double) ((float) (t4 + GZ1_h + t3)); in GT1()
1161 t3 += (t4 - (r.h - GZ1_h)); in GT1()
1187 double t3, t4, y, z; in GT3() local
1195 t4 = TZ3 * yh; in GT3()
1196 r.h = (double) ((float) (t4 + GZ3_h + t3)); in GT3()
1197 t3 += (t4 - (r.h - GZ3_h)); in GT3()
1216 double u2, ss_h, ss_l, r_h, w_h, w_l, t4; in large_gam() local
1258 t4 = T2[j2 + 1] + T1[n2 + 1]; in large_gam()
[all …]
/illumos-gate/usr/src/common/crypto/ecc/
H A Dec2_mont.c124 mp_int t3, t4, t5; in gf2m_Mxy() local
127 MP_DIGITS(&t4) = 0; in gf2m_Mxy()
130 MP_CHECKOK(mp_init(&t4, FLAG(x2))); in gf2m_Mxy()
161 MP_CHECKOK(group->meth->field_sqr(x, &t4, group->meth)); in gf2m_Mxy()
162 MP_CHECKOK(group->meth->field_add(&t4, y, &t4, group->meth)); in gf2m_Mxy()
163 MP_CHECKOK(group->meth->field_mul(&t4, &t3, &t4, group->meth)); in gf2m_Mxy()
164 MP_CHECKOK(group->meth->field_add(&t4, z2, &t4, group->meth)); in gf2m_Mxy()
168 MP_CHECKOK(group->meth->field_mul(&t3, &t4, &t4, group->meth)); in gf2m_Mxy()
172 MP_CHECKOK(group->meth->field_mul(z2, &t4, z2, group->meth)); in gf2m_Mxy()
179 mp_clear(&t4); in gf2m_Mxy()
/illumos-gate/usr/src/lib/libm/common/C/
H A Dexp.c277 #define t4 C[6] macro
308 (t * t) * (t3 + x * t4 + t * t5)); in exp()
321 (t * t) * (t3 + z * t4 + t * t5)); in exp()
349 y = z + (t * (half + z * t2) + (t * t) * (t3 + z * t4 + t * t5)); in exp()

1234