Home
last modified time | relevance | path

Searched refs:treal (Results 1 – 25 of 54) sorted by relevance

123

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Dvtab4.test38 CREATE TABLE treal(a PRIMARY KEY, b, c);
39 CREATE VIRTUAL TABLE techo USING echo(treal);
53 } {xBegin echo(treal) xSync echo(treal) xCommit echo(treal)}
60 } [list xBestIndex {SELECT rowid, * FROM 'treal'} \
61 xBegin echo(treal) \
62 xFilter {SELECT rowid, * FROM 'treal'} \
63 xSync echo(treal) \
64 xCommit echo(treal) \
91 } {xBegin echo(treal) xSync echo(treal) xCommit echo(treal)}
162 set echo_module_sync_fail treal
[all …]
H A Dvtab1.test138 CREATE TABLE treal(a, b, c);
139 CREATE VIRTUAL TABLE treal USING echo(treal);
141 } {1 {table treal already exists}}
144 DROP TABLE treal;
151 CREATE TABLE treal(a, b, c);
203 DROP TABLE treal;
326 xSync echo(treal) \
327 xCommit echo(treal) \
507 DROP TABLE treal;
615 } {treal techo}
[all …]
H A Dvtab5.test31 CREATE TABLE treal(a VARCHAR(16), b INTEGER, c FLOAT);
32 INSERT INTO treal VALUES('a', 'b', 'c');
33 CREATE VIRTUAL TABLE techo USING echo(treal);
71 DROP TABLE treal;
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dvtab4.test38 CREATE TABLE treal(a PRIMARY KEY, b, c);
39 CREATE VIRTUAL TABLE techo USING echo(treal);
53 } {xBegin echo(treal) xSync echo(treal) xCommit echo(treal)}
61 xBegin echo(treal) \
63 xSync echo(treal) \
64 xCommit echo(treal) \
73 xBegin echo(treal) \
75 xSync echo(treal) \
91 } {xBegin echo(treal) xSync echo(treal) xCommit echo(treal)}
162 set echo_module_sync_fail treal
[all …]
H A Dvtab1.test159 CREATE TABLE treal(a, b, c);
160 CREATE VIRTUAL TABLE treal USING echo(treal);
165 CREATE VIRTUAL TABLE IF NOT EXISTS treal USING echo(treal);
170 DROP TABLE treal;
177 CREATE TABLE treal(a, b, c);
229 DROP TABLE treal;
352 xSync echo(treal) \
353 xCommit echo(treal) \
535 DROP TABLE treal;
644 } {treal techo}
[all …]
H A Dvtab5.test31 CREATE TABLE treal(a VARCHAR(16), b INTEGER, c FLOAT);
32 INSERT INTO treal VALUES('a', 'b', 'c');
33 CREATE VIRTUAL TABLE techo USING echo(treal);
71 DROP TABLE treal;
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dvtab4.test38 CREATE TABLE treal(a PRIMARY KEY, b, c);
39 CREATE VIRTUAL TABLE techo USING echo(treal);
53 } {xBegin echo(treal) xSync echo(treal) xCommit echo(treal)}
61 xBegin echo(treal) \
63 xSync echo(treal) \
64 xCommit echo(treal) \
73 xBegin echo(treal) \
75 xSync echo(treal) \
91 } {xBegin echo(treal) xSync echo(treal) xCommit echo(treal)}
162 set echo_module_sync_fail treal
[all …]
H A Dvtab1.test159 CREATE TABLE treal(a, b, c);
160 CREATE VIRTUAL TABLE treal USING echo(treal);
165 CREATE VIRTUAL TABLE IF NOT EXISTS treal USING echo(treal);
170 DROP TABLE treal;
177 CREATE TABLE treal(a, b, c);
229 DROP TABLE treal;
352 xSync echo(treal) \
353 xCommit echo(treal) \
535 DROP TABLE treal;
644 } {treal techo}
[all …]
H A Dvtab5.test31 CREATE TABLE treal(a VARCHAR(16), b INTEGER, c FLOAT);
32 INSERT INTO treal VALUES('a', 'b', 'c');
33 CREATE VIRTUAL TABLE techo USING echo(treal);
71 DROP TABLE treal;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dvtab4.test38 CREATE TABLE treal(a PRIMARY KEY, b, c);
39 CREATE VIRTUAL TABLE techo USING echo(treal);
53 } {xBegin echo(treal) xSync echo(treal) xCommit echo(treal)}
61 xBegin echo(treal) \
63 xSync echo(treal) \
64 xCommit echo(treal) \
73 xBegin echo(treal) \
75 xSync echo(treal) \
91 } {xBegin echo(treal) xSync echo(treal) xCommit echo(treal)}
162 set echo_module_sync_fail treal
[all …]
H A Dvtab1.test159 CREATE TABLE treal(a, b, c);
160 CREATE VIRTUAL TABLE treal USING echo(treal);
165 CREATE VIRTUAL TABLE IF NOT EXISTS treal USING echo(treal);
170 DROP TABLE treal;
177 CREATE TABLE treal(a, b, c);
229 DROP TABLE treal;
352 xSync echo(treal) \
353 xCommit echo(treal) \
535 DROP TABLE treal;
644 } {treal techo}
[all …]
H A Dvtab5.test31 CREATE TABLE treal(a VARCHAR(16), b INTEGER, c FLOAT);
32 INSERT INTO treal VALUES('a', 'b', 'c');
33 CREATE VIRTUAL TABLE techo USING echo(treal);
71 DROP TABLE treal;
/dports/audio/guitarix-lv2/guitarix-0.43.1/tools/ampsim/DK/
H A Dintpp.cc98 treal *c = p->c[0]+ll; in splev()
116 treal *c = p->c[0]+ll; in splev()
132 treal x = xi[0] - p->t[0][l]; in splev_pp()
133 treal *c = p->c[0] + (l-3)*4; in splev_pp()
145 treal x = xi[0] - p->t[0][l]; in splev_pp()
146 treal *c = p->c[0] + (l-3)*4; in splev_pp()
158 treal x = xi[0] - p->t[0][l]; in splev_pp()
196 treal *c = p->c[0]+ll; in splev()
270 treal wrk[K0*K1]; in splevgr()
297 treal *cc = p->c[0]; in splev()
[all …]
H A Dintpp.h5 typedef double treal; typedef
18 treal **t;
19 treal **c;
/dports/science/siesta/siesta-4.1.5/Src/
H A Dm_timer.F90289 call cpu_time( treal )
290 timeNow = treal
658 real :: treal local
665 call cpu_time( treal ) ! Notice single precision
666 time0 = treal
727 real :: treal local
738 call cpu_time( treal ) ! Notice single precision
739 timeNow = treal
770 real :: treal local
787 call cpu_time( treal ) ! Notice single precision
[all …]
H A Dtimer_tree.f90384 real :: treal ! for call to cpu_time local
389 call cpu_time(treal)
390 t = treal
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/LV2/gx_jcm800pre_st.lv2/
H A Djcm800pre.cc45 typedef double treal; typedef
59 treal **t;
60 treal **c;
383 treal wrk[K0*K1]; in splevgr()
531 treal t0_0[43] = {
574 treal c0_0[144] = {
599 treal t0_1[52] = {
640 treal c0_1[180] = {
692 treal t0_0[101] = {
987 treal c0_0[376] = {
[all …]
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/plugins/
H A Djcm800pre.cpp42 typedef double treal; typedef
56 treal **t;
57 treal **c;
377 treal wrk[K0*K1]; in splevgr()
525 treal t0_0[43] = {
568 treal c0_0[144] = {
593 treal t0_1[52] = {
634 treal c0_1[180] = {
686 treal t0_0[101] = {
981 treal c0_0[376] = {
[all …]
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/LV2/gx_jcm800pre.lv2/
H A Djcm800pre.cc45 typedef double treal; typedef
59 treal **t;
60 treal **c;
383 treal wrk[K0*K1]; in splevgr()
531 treal t0_0[43] = {
574 treal c0_0[144] = {
599 treal t0_1[52] = {
640 treal c0_1[180] = {
692 treal t0_0[101] = {
987 treal c0_0[376] = {
[all …]
/dports/math/libpgmath/flang-d07daf3/test/f90_correct/src/
H A Dfe87.f9090 real :: ttreal=1.0, treal = 1.0 variable
119 treal = 0.0
142 if (ttreal .ne. treal) then
145 if (fullout) write(6,*) 'treal diff = ', ttreal - treal
232 namelist /tdata/ treal, tinteger, tcomplex, tchar, tbool local
/dports/cad/opencascade/opencascade-7.6.0/src/IGESDefs/
H A DIGESDefs_ToolTabularData.cxx90 Standard_Real treal; in ReadOwnParams() local
92 treal); //szv#4:S4163:12Mar99 `st=` not needed in ReadOwnParams()
93 tarr->SetValue(j, treal); in ReadOwnParams()
112 Standard_Real treal; in ReadOwnParams() local
113 …PR.ReadReal(PR.Current(), "Value of dependent variable", treal); //szv#4:S4163:12Mar99 `st=` not n… in ReadOwnParams()
114 somedeps->SetValue(i, treal); in ReadOwnParams()
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/tests/data/
H A Dtest_output_flex_types.lua49 treal = n,
102 treal = string.format('%d', n),
111 treal = ' 42',
124 treal = n,
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/
H A Dsimple-subtypes.vhdl13 subtype treal is real range 1.11 to 2.22; subtype
23 variable k6 : treal;
34 assert( k6 = treal'left ) report "TEST FAILED" severity FAILURE;
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-93/billowitch/compliant/
H A Dtc15.vhd44 subtype treal is real range 1.11 to 2.22; subtype
54 variable k6 : treal;
65 k6 = treal'left and
76 k6 = treal'left and
/dports/lang/racket/racket-8.3/share/pkgs/rackunit-gui/rackunit/private/gui/
H A Dmodel.rkt84 (struct aggr (cases successes failures has-output? has-trash? tcpu treal tgc)
113 [tcpu 0] [treal 0] [tgc 0])
122 (+ treal (cadr timing))
140 (list (aggr-tcpu a) (aggr-treal a) (aggr-tgc a))))

123