Home
last modified time | relevance | path

Searched refs:myint (Results 1 – 25 of 1431) sorted by relevance

12345678910>>...58

/dports/databases/postgresql14-pltcl/postgresql-14.1/src/test/regress/sql/
H A Dexpressions.sql125 create type myint;
138 create function myinteq(myint, myint) returns bool as $$
149 leftarg = myint,
150 rightarg = myint,
160 default for type myint using hash as
161 operator 1 = (myint, myint),
162 function 1 myinthash(myint);
164 create table inttest (a myint);
165 insert into inttest values(1::myint),(null);
168 select * from inttest where a in (1::myint,2::myint,3::myint,4::myint,5::myint,6::myint,7::myint,8:…
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/test/regress/sql/
H A Dexpressions.sql125 create type myint;
138 create function myinteq(myint, myint) returns bool as $$
149 leftarg = myint,
150 rightarg = myint,
160 default for type myint using hash as
161 operator 1 = (myint, myint),
162 function 1 myinthash(myint);
164 create table inttest (a myint);
165 insert into inttest values(1::myint),(null);
168 select * from inttest where a in (1::myint,2::myint,3::myint,4::myint,5::myint,6::myint,7::myint,8:…
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/test/regress/sql/
H A Dexpressions.sql125 create type myint;
138 create function myinteq(myint, myint) returns bool as $$
149 leftarg = myint,
150 rightarg = myint,
160 default for type myint using hash as
161 operator 1 = (myint, myint),
162 function 1 myinthash(myint);
164 create table inttest (a myint);
165 insert into inttest values(1::myint),(null);
168 select * from inttest where a in (1::myint,2::myint,3::myint,4::myint,5::myint,6::myint,7::myint,8:…
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/test/regress/sql/
H A Dexpressions.sql125 create type myint;
138 create function myinteq(myint, myint) returns bool as $$
149 leftarg = myint,
150 rightarg = myint,
160 default for type myint using hash as
161 operator 1 = (myint, myint),
162 function 1 myinthash(myint);
164 create table inttest (a myint);
165 insert into inttest values(1::myint),(null);
168 select * from inttest where a in (1::myint,2::myint,3::myint,4::myint,5::myint,6::myint,7::myint,8:…
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/test/regress/sql/
H A Dexpressions.sql125 create type myint;
138 create function myinteq(myint, myint) returns bool as $$
149 leftarg = myint,
150 rightarg = myint,
160 default for type myint using hash as
161 operator 1 = (myint, myint),
162 function 1 myinthash(myint);
164 create table inttest (a myint);
165 insert into inttest values(1::myint),(null);
168 select * from inttest where a in (1::myint,2::myint,3::myint,4::myint,5::myint,6::myint,7::myint,8:…
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/test/regress/sql/
H A Dexpressions.sql125 create type myint;
138 create function myinteq(myint, myint) returns bool as $$
149 leftarg = myint,
150 rightarg = myint,
160 default for type myint using hash as
161 operator 1 = (myint, myint),
162 function 1 myinthash(myint);
164 create table inttest (a myint);
165 insert into inttest values(1::myint),(null);
168 select * from inttest where a in (1::myint,2::myint,3::myint,4::myint,5::myint,6::myint,7::myint,8:…
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/test/regress/sql/
H A Dexpressions.sql125 create type myint;
138 create function myinteq(myint, myint) returns bool as $$
149 leftarg = myint,
150 rightarg = myint,
160 default for type myint using hash as
161 operator 1 = (myint, myint),
162 function 1 myinthash(myint);
164 create table inttest (a myint);
165 insert into inttest values(1::myint),(null);
168 select * from inttest where a in (1::myint,2::myint,3::myint,4::myint,5::myint,6::myint,7::myint,8:…
[all …]
/dports/devel/judy/judy-1.0.5/src/
H A DJudy.h.check.c36 int myint; in main() local
92 J1T (myint, PArray, Index); in main()
93 J1S (myint, PArray, Index); in main()
95 J1U (myint, PArray, Index); in main()
96 J1F (myint, PArray, Index); in main()
97 J1N (myint, PArray, Index); in main()
98 J1L (myint, PArray, Index); in main()
99 J1P (myint, PArray, Index); in main()
100 J1FE (myint, PArray, Index); in main()
101 J1NE (myint, PArray, Index); in main()
[all …]
/dports/math/e-antic/flint2-ae7ec89/flintxx/test/
H A Dmyint.h196 struct assignment<myint, myint>
198 static void doit(myint& to, const myint& from)
227 struct equals<myint, myint>
254 struct swap<myint, myint>
256 static void doit(myint& e1, myint& e2)
271 static void doit(myint& to, const myint& a1, const myint& a2)
293 static void doit(myint& to, const myint& a1, const myint& a2)
303 static void doit(myint& to, const myint& a1, const myint& a2)
313 static void doit(myint& to, const myint& a1, const myint& a2)
323 static void doit(myint& to, const myint& a1, const myint& a2)
[all …]
/dports/math/flint2/flint-2.8.4/flintxx/test/
H A Dmyint.h196 struct assignment<myint, myint>
198 static void doit(myint& to, const myint& from)
227 struct equals<myint, myint>
254 struct swap<myint, myint>
256 static void doit(myint& e1, myint& e2)
271 static void doit(myint& to, const myint& a1, const myint& a2)
293 static void doit(myint& to, const myint& a1, const myint& a2)
303 static void doit(myint& to, const myint& a1, const myint& a2)
313 static void doit(myint& to, const myint& a1, const myint& a2)
323 static void doit(myint& to, const myint& a1, const myint& a2)
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/flintxx/test/
H A Dmyint.h196 struct assignment<myint, myint>
198 static void doit(myint& to, const myint& from)
227 struct equals<myint, myint>
254 struct swap<myint, myint>
256 static void doit(myint& e1, myint& e2)
271 static void doit(myint& to, const myint& a1, const myint& a2)
293 static void doit(myint& to, const myint& a1, const myint& a2)
303 static void doit(myint& to, const myint& a1, const myint& a2)
313 static void doit(myint& to, const myint& a1, const myint& a2)
323 static void doit(myint& to, const myint& a1, const myint& a2)
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet45.C10 struct myint { struct
11 myint() { in myint() argument
13 myint(const myint& mi) { in myint() argument
15 myint& operator=(const myint& mi) { return *this; }
18 extern pair<const myint, myint> a;
19 pair<const myint, myint> b(a);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet45.C10 struct myint { struct
11 myint() { in myint() function
13 myint(const myint& mi) { in myint() argument
15 myint& operator=(const myint& mi) { return *this; }
18 extern pair<const myint, myint> a;
19 pair<const myint, myint> b(a);
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet45.C10 struct myint { struct
11 myint() { in myint() argument
13 myint(const myint& mi) { in myint() function
15 myint& operator=(const myint& mi) { return *this; }
18 extern pair<const myint, myint> a;
19 pair<const myint, myint> b(a);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet45.C10 struct myint { struct
11 myint() { in myint() function
13 myint(const myint& mi) { in myint() argument
15 myint& operator=(const myint& mi) { return *this; }
18 extern pair<const myint, myint> a;
19 pair<const myint, myint> b(a);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet45.C10 struct myint { struct
11 myint() { in myint() argument
13 myint(const myint& mi) { in myint() function
15 myint& operator=(const myint& mi) { return *this; }
18 extern pair<const myint, myint> a;
19 pair<const myint, myint> b(a);
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet45.C10 struct myint { struct
11 myint() { in myint() function
13 myint(const myint& mi) { in myint() argument
15 myint& operator=(const myint& mi) { return *this; }
18 extern pair<const myint, myint> a;
19 pair<const myint, myint> b(a);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet45.C10 struct myint { struct
11 myint() { in myint() function
13 myint(const myint& mi) { in myint() argument
15 myint& operator=(const myint& mi) { return *this; }
18 extern pair<const myint, myint> a;
19 pair<const myint, myint> b(a);
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet45.C10 struct myint { struct
11 myint() { in myint() function
13 myint(const myint& mi) { in myint() function
15 myint& operator=(const myint& mi) { return *this; }
18 extern pair<const myint, myint> a;
19 pair<const myint, myint> b(a);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet45.C10 struct myint { struct
11 myint() { in myint() argument
13 myint(const myint& mi) { in myint() argument
15 myint& operator=(const myint& mi) { return *this; }
18 extern pair<const myint, myint> a;
19 pair<const myint, myint> b(a);
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet45.C10 struct myint { struct
11 myint() { in myint() function
13 myint(const myint& mi) { in myint() argument
15 myint& operator=(const myint& mi) { return *this; }
18 extern pair<const myint, myint> a;
19 pair<const myint, myint> b(a);
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet45.C10 struct myint { struct
11 myint() { in myint() function
13 myint(const myint& mi) { in myint() function
15 myint& operator=(const myint& mi) { return *this; }
18 extern pair<const myint, myint> a;
19 pair<const myint, myint> b(a);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet45.C10 struct myint { struct
11 myint() { in myint() argument
13 myint(const myint& mi) { in myint() function
15 myint& operator=(const myint& mi) { return *this; }
18 extern pair<const myint, myint> a;
19 pair<const myint, myint> b(a);
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet45.C10 struct myint { struct
11 myint() { in myint() function
13 myint(const myint& mi) { in myint() argument
15 myint& operator=(const myint& mi) { return *this; }
18 extern pair<const myint, myint> a;
19 pair<const myint, myint> b(a);
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet45.C10 struct myint { struct
11 myint() { in myint() argument
13 myint(const myint& mi) { in myint() function
15 myint& operator=(const myint& mi) { return *this; }
18 extern pair<const myint, myint> a;
19 pair<const myint, myint> b(a);

12345678910>>...58