Home
last modified time | relevance | path

Searched +defs:x +defs:t (Results 1 – 25 of 121731) sorted by relevance

12345678910>>...4870

/dports/databases/pg_citus/citus-10.2.3/src/test/regress/sql/
H A Ddrop_partitioned_table.sql77 CREATE TABLE child1 (x text, t timestamptz DEFAULT now()); field
79 CREATE TABLE child2 (x text, t timestamptz DEFAULT now()); field
99 CREATE TABLE child1 (x text, t timestamptz DEFAULT now()); field
101 CREATE TABLE child2 (x text, t timestamptz DEFAULT now()); field
130 CREATE TABLE child1 (x text, t timestamptz DEFAULT now()); field
132 CREATE TABLE child2 (x text, t timestamptz DEFAULT now()); field
181 CREATE TABLE child1 (x text, t timestamptz DEFAULT now()); field
183 CREATE TABLE child2 (x text, t timestamptz DEFAULT now()); field
203 CREATE TABLE schema1.child1 (x text, t timestamptz DEFAULT now()); field
205 CREATE TABLE schema1.child2 (x text, t timestamptz DEFAULT now()); field
[all …]
/dports/math/pari/pari-2.13.3/src/language/
H A Dmembers.c61 long t; GEN y = get_nf(x,&t); in member_p() local
91 long t; (void)get_nf(x,&t); in member_bid() local
119 long t; GEN y = get_nf(x,&t); in member_nf() local
132 long t; GEN y = get_nf(x,&t); in member_zk() local
152 long t; GEN y = get_nf(x,&t); in member_disc() local
189 long t; (void)get_nf(x,&t); in member_polabs() local
197 long t; (void)get_nf(x,&t); in member_mod() local
276 long t; in member_codiff() local
314 _member_clgp(GEN x, GEN y, long t) /* class group (3-component row vector) */ in _member_clgp()
336 _check_clgp(GEN x, GEN y, long t) in _check_clgp()
[all …]
/dports/math/p5-Math-Pari/pari-2.3.5/src/language/
H A Dmembers.c45 long t; (void)get_nf(x,&t); in member_p() local
56 long t; (void)get_nf(x,&t); in member_bid() local
68 long t; x = get_bnf(x,&t); in member_bnf() local
76 long t; x = get_nf(x,&t); in member_nf() local
85 long t; GEN y = get_nf(x,&t); in member_zk() local
101 long t; GEN y = get_nf(x,&t); in member_disc() local
121 long t; GEN y = get_nf(x,&t); in member_pol() local
141 long t; (void)get_nf(x,&t); in member_mod() local
403 long t; in member_gen() local
418 long t; (void)get_nf(x,&t); in member_group() local
[all …]
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/core/include/utils/
H A Ddebug.h109 #define TIC(t) t = timeNow() argument
110 #define TOC(t) duration(timeNow() - t) argument
111 #define TOC_NS(t) duration_ns(timeNow() - t) argument
112 #define TOC_US(t) duration_us(timeNow() - t) argument
113 #define TOC_MS(t) duration_ms(timeNow() - t) argument
133 #define TIC(t) t = timeNow() argument
171 #define TIC(t) t = timeNow() argument
172 #define TOC(t) duration(timeNow() - t) argument
173 #define TOC_NS(t) duration_ns(timeNow() - t) argument
174 #define TOC_US(t) duration_us(timeNow() - t) argument
[all …]
/dports/devel/transwarp/transwarp-2.2.2/test/
H A Dtest_value_task.cpp4 auto t = tw::make_value_task(42); variable
45 auto t = tw::make_value_task(42); variable
93 auto t3 = tw::make_task(tw::consume, [](int x, double y) { return x + y; }, t1, t2); in __anonb62a17580102()
162 const int x = 42; variable
168 int x = 42; variable
174 int x = 42; variable
181 const int x = 42; variable
208 const int x = 42; variable
224 int x = 42; variable
253 const int x = 42; variable
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr90356-1.c8 double f1 (double x) { return (x + 0.0) + 0.0; } in f1()
12 double f5 (double x) { return (x + 0.0) - 0.0; } in f5()
14 double f7 (double x) { return (x - 0.0) + 0.0; } in f7()
16 double f9 (double x) { double t = x + 0.0; return t + 0.0; } in f9() local
17 double f10 (double y) { double t = y + (-0.0); return t + (-0.0); } in f10() local
18 double f11 (double y) { double t = y - 0.0; return t - 0.0; } in f11() local
19 double f12 (double x) { double t = x - (-0.0); return t - (-0.0); } in f12() local
20 double f13 (double x) { double t = x + 0.0; return t - 0.0; } in f13() local
21 double f14 (double x) { double t = x + (-0.0); return t - (-0.0); } in f14() local
22 double f15 (double x) { double t = x - 0.0; return t + 0.0; } in f15() local
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr90356-1.c8 double f1 (double x) { return (x + 0.0) + 0.0; } in f1()
12 double f5 (double x) { return (x + 0.0) - 0.0; } in f5()
14 double f7 (double x) { return (x - 0.0) + 0.0; } in f7()
16 double f9 (double x) { double t = x + 0.0; return t + 0.0; } in f9() local
17 double f10 (double y) { double t = y + (-0.0); return t + (-0.0); } in f10() local
18 double f11 (double y) { double t = y - 0.0; return t - 0.0; } in f11() local
19 double f12 (double x) { double t = x - (-0.0); return t - (-0.0); } in f12() local
20 double f13 (double x) { double t = x + 0.0; return t - 0.0; } in f13() local
21 double f14 (double x) { double t = x + (-0.0); return t - (-0.0); } in f14() local
22 double f15 (double x) { double t = x - 0.0; return t + 0.0; } in f15() local
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr90356-1.c8 double f1 (double x) { return (x + 0.0) + 0.0; } in f1()
12 double f5 (double x) { return (x + 0.0) - 0.0; } in f5()
14 double f7 (double x) { return (x - 0.0) + 0.0; } in f7()
16 double f9 (double x) { double t = x + 0.0; return t + 0.0; } in f9() local
17 double f10 (double y) { double t = y + (-0.0); return t + (-0.0); } in f10() local
18 double f11 (double y) { double t = y - 0.0; return t - 0.0; } in f11() local
19 double f12 (double x) { double t = x - (-0.0); return t - (-0.0); } in f12() local
20 double f13 (double x) { double t = x + 0.0; return t - 0.0; } in f13() local
21 double f14 (double x) { double t = x + (-0.0); return t - (-0.0); } in f14() local
22 double f15 (double x) { double t = x - 0.0; return t + 0.0; } in f15() local
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr90356-1.c8 double f1 (double x) { return (x + 0.0) + 0.0; } in f1()
12 double f5 (double x) { return (x + 0.0) - 0.0; } in f5()
14 double f7 (double x) { return (x - 0.0) + 0.0; } in f7()
16 double f9 (double x) { double t = x + 0.0; return t + 0.0; } in f9() local
17 double f10 (double y) { double t = y + (-0.0); return t + (-0.0); } in f10() local
18 double f11 (double y) { double t = y - 0.0; return t - 0.0; } in f11() local
19 double f12 (double x) { double t = x - (-0.0); return t - (-0.0); } in f12() local
20 double f13 (double x) { double t = x + 0.0; return t - 0.0; } in f13() local
21 double f14 (double x) { double t = x + (-0.0); return t - (-0.0); } in f14() local
22 double f15 (double x) { double t = x - 0.0; return t + 0.0; } in f15() local
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr90356-1.c8 double f1 (double x) { return (x + 0.0) + 0.0; } in f1()
12 double f5 (double x) { return (x + 0.0) - 0.0; } in f5()
14 double f7 (double x) { return (x - 0.0) + 0.0; } in f7()
16 double f9 (double x) { double t = x + 0.0; return t + 0.0; } in f9() local
17 double f10 (double y) { double t = y + (-0.0); return t + (-0.0); } in f10() local
18 double f11 (double y) { double t = y - 0.0; return t - 0.0; } in f11() local
19 double f12 (double x) { double t = x - (-0.0); return t - (-0.0); } in f12() local
20 double f13 (double x) { double t = x + 0.0; return t - 0.0; } in f13() local
21 double f14 (double x) { double t = x + (-0.0); return t - (-0.0); } in f14() local
22 double f15 (double x) { double t = x - 0.0; return t + 0.0; } in f15() local
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr90356-1.c8 double f1 (double x) { return (x + 0.0) + 0.0; } in f1()
12 double f5 (double x) { return (x + 0.0) - 0.0; } in f5()
14 double f7 (double x) { return (x - 0.0) + 0.0; } in f7()
16 double f9 (double x) { double t = x + 0.0; return t + 0.0; } in f9() local
17 double f10 (double y) { double t = y + (-0.0); return t + (-0.0); } in f10() local
18 double f11 (double y) { double t = y - 0.0; return t - 0.0; } in f11() local
19 double f12 (double x) { double t = x - (-0.0); return t - (-0.0); } in f12() local
20 double f13 (double x) { double t = x + 0.0; return t - 0.0; } in f13() local
21 double f14 (double x) { double t = x + (-0.0); return t - (-0.0); } in f14() local
22 double f15 (double x) { double t = x - 0.0; return t + 0.0; } in f15() local
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr90356-1.c8 double f1 (double x) { return (x + 0.0) + 0.0; } in f1()
12 double f5 (double x) { return (x + 0.0) - 0.0; } in f5()
14 double f7 (double x) { return (x - 0.0) + 0.0; } in f7()
16 double f9 (double x) { double t = x + 0.0; return t + 0.0; } in f9() local
17 double f10 (double y) { double t = y + (-0.0); return t + (-0.0); } in f10() local
18 double f11 (double y) { double t = y - 0.0; return t - 0.0; } in f11() local
19 double f12 (double x) { double t = x - (-0.0); return t - (-0.0); } in f12() local
20 double f13 (double x) { double t = x + 0.0; return t - 0.0; } in f13() local
21 double f14 (double x) { double t = x + (-0.0); return t - (-0.0); } in f14() local
22 double f15 (double x) { double t = x - 0.0; return t + 0.0; } in f15() local
[all …]
/dports/lang/pocl/pocl-1.8/lib/kernel/sleef/libm/
H A Dsleef_glue_auto.c8 _CL_ALWAYSINLINE float4 Sleef_sinf4_u10(float4 x) in Sleef_sinf4_u10()
17 _CL_ALWAYSINLINE float4 Sleef_sinf4_u35(float4 x) in Sleef_sinf4_u35()
28 _CL_ALWAYSINLINE double2 Sleef_sind2_u10(double2 x) in Sleef_sind2_u10()
37 _CL_ALWAYSINLINE double2 Sleef_sind2_u35(double2 x) in Sleef_sind2_u35()
48 _CL_ALWAYSINLINE float4 Sleef_cosf4_u10(float4 x) in Sleef_cosf4_u10()
57 _CL_ALWAYSINLINE float4 Sleef_cosf4_u35(float4 x) in Sleef_cosf4_u35()
68 _CL_ALWAYSINLINE double2 Sleef_cosd2_u10(double2 x) in Sleef_cosd2_u10()
77 _CL_ALWAYSINLINE double2 Sleef_cosd2_u35(double2 x) in Sleef_cosd2_u35()
88 _CL_ALWAYSINLINE float4 Sleef_tanf4_u10(float4 x) in Sleef_tanf4_u10()
97 _CL_ALWAYSINLINE float4 Sleef_tanf4_u35(float4 x) in Sleef_tanf4_u35()
[all …]
/dports/devel/allegro/allegro-4.4.3.1/include/allegro/inline/
H A Dfix.inl25 inline fix operator + (const fix x, const fix y) { fix t; t.v = x.v + y.v; return t; } local
65 inline fix operator << (const fix x, const int y) { fix t; t.v = x.v << y; return t; } local
128 inline fix sqrt(fix x) { fix t; t.v = fixsqrt(x.v); return t; } local
129 inline fix cos(fix x) { fix t; t.v = fixcos(x.v); return t; } local
130 inline fix sin(fix x) { fix t; t.v = fixsin(x.v); return t; } local
131 inline fix tan(fix x) { fix t; t.v = fixtan(x.v); return t; } local
132 inline fix acos(fix x) { fix t; t.v = fixacos(x.v); return t; } local
133 inline fix asin(fix x) { fix t; t.v = fixasin(x.v); return t; } local
134 inline fix atan(fix x) { fix t; t.v = fixatan(x.v); return t; } local
135 inline fix atan2(fix x, fix y) { fix t; t.v = fixatan2(x.v, y.v); return t; } local
[all …]
/dports/lang/mosml/mosml-ver-2.10.1/src/compiler/test/
H A Dscope.sml1 val ok = fn x => let type t = 'a in x: t end; type
17 as sig datatype t = c of ''a end]; type
24 as sig datatype t = c of 'a end]; type
33 val 'a x = [structure struct datatype t = c of 'a end as sig datatype t = c of 'a end] type
116 datatype t = C type
121 datatype t = C; type
127 datatype t = C; type
132 struct datatype t = C; type
138 datatype t = C; type
145 datatype t = C; type
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/numeric/ublas/test/
H A Dtest_triangular.cpp16 double diff(const mat& A, const vec& x, const vec& b) { in diff()
26 double diff(const vec& x, const mat& A, const vec& b) { in diff()
77 boost::timer::auto_cpu_timer t(std::cerr, "col_low x: %t sec CPU, %w sec real\n"); in main() local
78 ublas::vector<double> x(b); in main() local
84 ublas::vector<double> x(b); in main() local
91 ublas::vector<double> x(b); in main() local
97 ublas::vector<double> x(b); in main() local
104 ublas::vector<double> x(b); in main() local
110 ublas::vector<double> x(b); in main() local
117 ublas::vector<double> x(b); in main() local
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/numeric/ublas/test/
H A Dtest_triangular.cpp16 double diff(const mat& A, const vec& x, const vec& b) { in diff()
26 double diff(const vec& x, const mat& A, const vec& b) { in diff()
77 boost::timer::auto_cpu_timer t(std::cerr, "col_low x: %t sec CPU, %w sec real\n"); in main() local
78 ublas::vector<double> x(b); in main() local
84 ublas::vector<double> x(b); in main() local
91 ublas::vector<double> x(b); in main() local
97 ublas::vector<double> x(b); in main() local
104 ublas::vector<double> x(b); in main() local
110 ublas::vector<double> x(b); in main() local
117 ublas::vector<double> x(b); in main() local
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/numeric/ublas/test/
H A Dtest_triangular.cpp16 double diff(const mat& A, const vec& x, const vec& b) { in diff()
26 double diff(const vec& x, const mat& A, const vec& b) { in diff()
77 boost::timer::auto_cpu_timer t(std::cerr, "col_low x: %t sec CPU, %w sec real\n"); in main() local
78 ublas::vector<double> x(b); in main() local
84 ublas::vector<double> x(b); in main() local
91 ublas::vector<double> x(b); in main() local
97 ublas::vector<double> x(b); in main() local
104 ublas::vector<double> x(b); in main() local
110 ublas::vector<double> x(b); in main() local
117 ublas::vector<double> x(b); in main() local
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/numeric/ublas/test/
H A Dtest_triangular.cpp16 double diff(const mat& A, const vec& x, const vec& b) { in diff()
26 double diff(const vec& x, const mat& A, const vec& b) { in diff()
77 boost::timer::auto_cpu_timer t(std::cerr, "col_low x: %t sec CPU, %w sec real\n"); in main() local
78 ublas::vector<double> x(b); in main() local
84 ublas::vector<double> x(b); in main() local
91 ublas::vector<double> x(b); in main() local
97 ublas::vector<double> x(b); in main() local
104 ublas::vector<double> x(b); in main() local
110 ublas::vector<double> x(b); in main() local
117 ublas::vector<double> x(b); in main() local
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/numeric/ublas/test/
H A Dtest_triangular.cpp16 double diff(const mat& A, const vec& x, const vec& b) { in diff()
26 double diff(const vec& x, const mat& A, const vec& b) { in diff()
77 boost::timer::auto_cpu_timer t(std::cerr, "col_low x: %t sec CPU, %w sec real\n"); in main() local
78 ublas::vector<double> x(b); in main() local
84 ublas::vector<double> x(b); in main() local
91 ublas::vector<double> x(b); in main() local
97 ublas::vector<double> x(b); in main() local
104 ublas::vector<double> x(b); in main() local
110 ublas::vector<double> x(b); in main() local
117 ublas::vector<double> x(b); in main() local
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/numeric/ublas/test/
H A Dtest_triangular.cpp16 double diff(const mat& A, const vec& x, const vec& b) { in diff()
26 double diff(const vec& x, const mat& A, const vec& b) { in diff()
77 boost::timer::auto_cpu_timer t(std::cerr, "col_low x: %t sec CPU, %w sec real\n"); in main() local
78 ublas::vector<double> x(b); in main() local
84 ublas::vector<double> x(b); in main() local
91 ublas::vector<double> x(b); in main() local
97 ublas::vector<double> x(b); in main() local
104 ublas::vector<double> x(b); in main() local
110 ublas::vector<double> x(b); in main() local
117 ublas::vector<double> x(b); in main() local
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/numeric/ublas/test/
H A Dtest_triangular.cpp16 double diff(const mat& A, const vec& x, const vec& b) { in diff()
26 double diff(const vec& x, const mat& A, const vec& b) { in diff()
77 boost::timer::auto_cpu_timer t(std::cerr, "col_low x: %t sec CPU, %w sec real\n"); in main() local
78 ublas::vector<double> x(b); in main() local
84 ublas::vector<double> x(b); in main() local
91 ublas::vector<double> x(b); in main() local
97 ublas::vector<double> x(b); in main() local
104 ublas::vector<double> x(b); in main() local
110 ublas::vector<double> x(b); in main() local
117 ublas::vector<double> x(b); in main() local
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/numeric/ublas/test/
H A Dtest_triangular.cpp16 double diff(const mat& A, const vec& x, const vec& b) { in diff()
26 double diff(const vec& x, const mat& A, const vec& b) { in diff()
77 boost::timer::auto_cpu_timer t(std::cerr, "col_low x: %t sec CPU, %w sec real\n"); in main() local
78 ublas::vector<double> x(b); in main() local
84 ublas::vector<double> x(b); in main() local
91 ublas::vector<double> x(b); in main() local
97 ublas::vector<double> x(b); in main() local
104 ublas::vector<double> x(b); in main() local
110 ublas::vector<double> x(b); in main() local
117 ublas::vector<double> x(b); in main() local
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/numeric/ublas/test/
H A Dtest_triangular.cpp16 double diff(const mat& A, const vec& x, const vec& b) { in diff()
26 double diff(const vec& x, const mat& A, const vec& b) { in diff()
77 boost::timer::auto_cpu_timer t(std::cerr, "col_low x: %t sec CPU, %w sec real\n"); in main() local
78 ublas::vector<double> x(b); in main() local
84 ublas::vector<double> x(b); in main() local
91 ublas::vector<double> x(b); in main() local
97 ublas::vector<double> x(b); in main() local
104 ublas::vector<double> x(b); in main() local
110 ublas::vector<double> x(b); in main() local
117 ublas::vector<double> x(b); in main() local
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/numeric/ublas/test/
H A Dtest_triangular.cpp16 double diff(const mat& A, const vec& x, const vec& b) { in diff()
26 double diff(const vec& x, const mat& A, const vec& b) { in diff()
77 boost::timer::auto_cpu_timer t(std::cerr, "col_low x: %t sec CPU, %w sec real\n"); in main() local
78 ublas::vector<double> x(b); in main() local
84 ublas::vector<double> x(b); in main() local
91 ublas::vector<double> x(b); in main() local
97 ublas::vector<double> x(b); in main() local
104 ublas::vector<double> x(b); in main() local
110 ublas::vector<double> x(b); in main() local
117 ublas::vector<double> x(b); in main() local
[all …]

12345678910>>...4870