Home
last modified time | relevance | path

Searched defs:X (Results 101 – 125 of 29285) sorted by relevance

12345678910>>...1172

/dports/devel/boost-python-libs/boost_1_72_0/libs/thread/test/
H A Dtest_thread_mf.cpp13 struct X struct
17 X(): hash(0) {} in X() argument
19 int f0() { f1(17); return 0; } in f0()
20 int g0() const { g1(17); return 0; } in g0()
22 int f1(int a1) { hash = (hash * 17041 + a1) % 32768; return 0; } in f1()
23 int g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; return 0; } in g1()
25 int f2(int a1, int a2) { f1(a1); f1(a2); return 0; } in f2()
49 X x; in main() argument
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/thread/test/
H A Dtest_thread_mf.cpp13 struct X struct
17 X(): hash(0) {} in X() function
19 int f0() { f1(17); return 0; } in f0()
20 int g0() const { g1(17); return 0; } in g0()
22 int f1(int a1) { hash = (hash * 17041 + a1) % 32768; return 0; } in f1()
23 int g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; return 0; } in g1()
25 int f2(int a1, int a2) { f1(a1); f1(a2); return 0; } in f2()
49 X x; in main() argument
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/thread/test/
H A Dtest_thread_mf.cpp13 struct X struct
17 X(): hash(0) {} in X() function
19 int f0() { f1(17); return 0; } in f0()
20 int g0() const { g1(17); return 0; } in g0()
22 int f1(int a1) { hash = (hash * 17041 + a1) % 32768; return 0; } in f1()
23 int g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; return 0; } in g1()
25 int f2(int a1, int a2) { f1(a1); f1(a2); return 0; } in f2()
49 X x; in main() argument
/dports/databases/percona57-server/boost_1_59_0/libs/thread/test/
H A Dtest_thread_mf.cpp13 struct X struct
17 X(): hash(0) {} in X() argument
19 int f0() { f1(17); return 0; } in f0()
20 int g0() const { g1(17); return 0; } in g0()
22 int f1(int a1) { hash = (hash * 17041 + a1) % 32768; return 0; } in f1()
23 int g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; return 0; } in g1()
25 int f2(int a1, int a2) { f1(a1); f1(a2); return 0; } in f2()
49 X x; in main() argument
/dports/databases/xtrabackup/boost_1_59_0/libs/thread/test/
H A Dtest_thread_mf.cpp13 struct X struct
17 X(): hash(0) {} in X() function
19 int f0() { f1(17); return 0; } in f0()
20 int g0() const { g1(17); return 0; } in g0()
22 int f1(int a1) { hash = (hash * 17041 + a1) % 32768; return 0; } in f1()
23 int g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; return 0; } in g1()
25 int f2(int a1, int a2) { f1(a1); f1(a2); return 0; } in f2()
49 X x; in main() argument
/dports/databases/percona57-client/boost_1_59_0/libs/thread/test/
H A Dtest_thread_mf.cpp13 struct X struct
17 X(): hash(0) {} in X() argument
19 int f0() { f1(17); return 0; } in f0()
20 int g0() const { g1(17); return 0; } in g0()
22 int f1(int a1) { hash = (hash * 17041 + a1) % 32768; return 0; } in f1()
23 int g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; return 0; } in g1()
25 int f2(int a1, int a2) { f1(a1); f1(a2); return 0; } in f2()
49 X x; in main() argument
/dports/science/octopus/octopus-10.5/src/grid/
H A Dmesh_function_inc.F9064 subroutine X(mf_normalize)(mesh, dim, psi, norm) subroutine
73 PUSH_SUB(X(mf_normalize)) argument
350 PUSH_SUB(X(mf_random)) argument
407 PUSH_SUB(X(mf_interpolate_points)) argument
459 PUSH_SUB(X(mf_interpolate_on_plane)) argument
496 subroutine X(mf_interpolate_on_line)(mesh, line, ff, f_in_line) subroutine
508 PUSH_SUB(X(mf_interpolate_on_line)) argument
667 PUSH_SUB(X(mf_multipoles)) argument
704 subroutine X(mf_dipole) (mesh, ff, dipole, inside) subroutine
713 PUSH_SUB(X(mf_dipole)) argument
[all …]
H A Dsubmesh_inc.F9090 subroutine X(dsubmesh_add_to_mesh)(this, sphi, phi, factor) subroutine
98 PUSH_SUB(X(dsubmesh_add_to_mesh)) argument
134 subroutine X(submesh_copy_from_mesh)(this, phi, sphi, conjugate) subroutine
143 PUSH_SUB(X(submesh_copy_from_mesh)) argument
161 subroutine X(submesh_copy_from_mesh_batch)(this, psib, spsi) subroutine
170 PUSH_SUB(X(submesh_copy_from_mesh_batch)) argument
289 subroutine X(submesh_batch_add_matrix)(this, factor, ss, mm) subroutine
298 PUSH_SUB(X(submesh_batch_add_matrix)) argument
382 subroutine X(submesh_batch_add)(this, ss, mm) subroutine
389 PUSH_SUB(X(submesh_batch_add)) argument
[all …]
/dports/science/octopus/octopus-10.5/src/system/
H A Deigen_rmmdiis_inc.F9022 subroutine X(eigensolver_rmmdiis) (namespace, gr, st, hm, pre, tol, niter, converged, ik, diff) subroutine
23 type(namespace_t), intent(in) :: namespace
47 PUSH_SUB(X(eigensolver_rmmdiis)) argument
437 subroutine X(eigensolver_rmmdiis_min) (namespace, gr, st, hm, pre, niter, converged, ik) subroutine
456 PUSH_SUB(X(eigensolver_rmmdiis_min)) argument
H A Dxc_oep_qed_inc.F9021 subroutine X(xc_oep_pt_phi) (namespace, gr, hm, st, is, oep, phi1) subroutine
35 PUSH_SUB(X(xc_oep_pt_phi)) argument
101 subroutine X(xc_oep_pt_rhs) (gr, st, is, oep, phi1, ist, rhs) subroutine
114 PUSH_SUB(X(xc_oep_pt_rhs)) argument
150 subroutine X(xc_oep_pt_inhomog) (gr, st, is, phi1, ist, ss) subroutine
162 PUSH_SUB(X(xc_oep_pt_inhomog)) argument
180 subroutine X(xc_oep_pt_uxcbar) (gr, st, is, oep, phi1, ist, vxbar) subroutine
193 PUSH_SUB(X(xc_oep_pt_uxcbar)) argument
/dports/devel/boost-libs/boost_1_72_0/libs/thread/test/
H A Dtest_thread_mf.cpp13 struct X struct
17 X(): hash(0) {} in X() function
19 int f0() { f1(17); return 0; } in f0()
20 int g0() const { g1(17); return 0; } in g0()
22 int f1(int a1) { hash = (hash * 17041 + a1) % 32768; return 0; } in f1()
23 int g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; return 0; } in g1()
25 int f2(int a1, int a2) { f1(a1); f1(a2); return 0; } in f2()
49 X x; in main() argument
/dports/devel/hyperscan/boost_1_75_0/libs/thread/test/
H A Dtest_thread_mf.cpp13 struct X struct
17 X(): hash(0) {} in X() argument
19 int f0() { f1(17); return 0; } in f0()
20 int g0() const { g1(17); return 0; } in g0()
22 int f1(int a1) { hash = (hash * 17041 + a1) % 32768; return 0; } in f1()
23 int g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; return 0; } in g1()
25 int f2(int a1, int a2) { f1(a1); f1(a2); return 0; } in f2()
49 X x; in main() argument
/dports/science/octopus/octopus-10.5/src/basis_set/
H A Datomic_orbital_inc.F9024 subroutine X(get_atomic_orbital) (geo, mesh, sm, iatom, ii, ll, jj, os, orbind, radius, d_dim) subroutine
42 PUSH_SUB(X(get_atomic_orbital)) argument
172 subroutine X(atomic_orbital_get_submesh)(species, submesh, ii, ll, mm, ispin, phi, derivative) subroutine
191 PUSH_SUB(X(atomic_orbital_get_submesh)) argument
272 …subroutine X(atomic_orbital_get_submesh_safe)(species, submesh, ii, ll, mm, ispin, phi, derivative) subroutine
292 PUSH_SUB(X(atomic_orbital_get_submesh_safe)) argument
/dports/science/octopus/octopus-10.5/src/states/
H A Dwfs_elec_inc.F9020 subroutine X(wfs_elec_init_with_memory_3)(this, dim, st_start, st_end, psi, ik) subroutine
28 PUSH_SUB(X(wfs_elec_init_with_memory_3)) argument
37 subroutine X(wfs_elec_init_with_memory_2)(this, dim, st_start, st_end, psi, ik) subroutine
45 PUSH_SUB(X(wfs_elec_init_with_memory_2)) argument
54 subroutine X(wfs_elec_init)(this, dim, st_start, st_end, np, ik, special, packed) subroutine
64 PUSH_SUB(X(wfs_elec_init)) argument
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/clients/
H A Dms_atomic.h50 # define atomic_add_8(X, Y) argument
51 # define atomic_add_16(X, Y) argument
52 # define atomic_add_32(X, Y) argument
53 # define atomic_add_size(X, Y) argument
54 # define atomic_dec_8(X) argument
55 # define atomic_dec_16(X) argument
56 # define atomic_dec_32(X) argument
57 # define atomic_dec_size(X) argument
63 # define atomic_dec_8_nv(X) argument
64 # define atomic_dec_16_nv(X) argument
[all …]
/dports/databases/libmemcached/libmemcached-1.0.18/clients/
H A Dms_atomic.h50 # define atomic_add_8(X, Y) argument
51 # define atomic_add_16(X, Y) argument
52 # define atomic_add_32(X, Y) argument
53 # define atomic_add_size(X, Y) argument
54 # define atomic_dec_8(X) argument
55 # define atomic_dec_16(X) argument
56 # define atomic_dec_32(X) argument
57 # define atomic_dec_size(X) argument
63 # define atomic_dec_8_nv(X) argument
64 # define atomic_dec_16_nv(X) argument
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/pretty/
H A Dnested-item-vis-defaultness.rs9 static X: u8 ; variable
10 type X; typedef
12 pub static X: u8 ; const
13 pub type X; typedef
19 const X: u8 ; const
20 type X; typedef
23 default type X; typedef
26 pub type X; typedef
35 const X: u8 ; const
36 type X; typedef
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgfortran/ieee/
H A Dieee_arithmetic.F9096 real(kind=4), intent(in) :: X variable
99 real(kind=8), intent(in) :: X variable
103 real(kind=10), intent(in) :: X variable
108 real(kind=16), intent(in) :: X variable
129 real(kind=4), intent(in) :: X variable
132 real(kind=8), intent(in) :: X variable
162 real(kind=4), intent(in) :: X variable
165 real(kind=8), intent(in) :: X variable
195 real(kind=4), intent(in) :: X variable
198 real(kind=8), intent(in) :: X variable
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgfortran/ieee/
H A Dieee_arithmetic.F9096 real(kind=4), intent(in) :: X variable
99 real(kind=8), intent(in) :: X variable
103 real(kind=10), intent(in) :: X variable
108 real(kind=16), intent(in) :: X variable
129 real(kind=4), intent(in) :: X variable
132 real(kind=8), intent(in) :: X variable
162 real(kind=4), intent(in) :: X variable
165 real(kind=8), intent(in) :: X variable
195 real(kind=4), intent(in) :: X variable
198 real(kind=8), intent(in) :: X variable
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgfortran/ieee/
H A Dieee_arithmetic.F9096 real(kind=4), intent(in) :: X variable
99 real(kind=8), intent(in) :: X variable
103 real(kind=10), intent(in) :: X variable
108 real(kind=16), intent(in) :: X variable
129 real(kind=4), intent(in) :: X variable
132 real(kind=8), intent(in) :: X variable
162 real(kind=4), intent(in) :: X variable
165 real(kind=8), intent(in) :: X variable
195 real(kind=4), intent(in) :: X variable
198 real(kind=8), intent(in) :: X variable
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgfortran/ieee/
H A Dieee_arithmetic.F9095 real(kind=4), intent(in) :: X variable
98 real(kind=8), intent(in) :: X variable
102 real(kind=10), intent(in) :: X variable
107 real(kind=16), intent(in) :: X variable
128 real(kind=4), intent(in) :: X variable
131 real(kind=8), intent(in) :: X variable
161 real(kind=4), intent(in) :: X variable
164 real(kind=8), intent(in) :: X variable
194 real(kind=4), intent(in) :: X variable
197 real(kind=8), intent(in) :: X variable
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libgfortran/ieee/
H A Dieee_arithmetic.F9095 real(kind=4), intent(in) :: X variable
98 real(kind=8), intent(in) :: X variable
102 real(kind=10), intent(in) :: X variable
107 real(kind=16), intent(in) :: X variable
128 real(kind=4), intent(in) :: X variable
131 real(kind=8), intent(in) :: X variable
161 real(kind=4), intent(in) :: X variable
164 real(kind=8), intent(in) :: X variable
194 real(kind=4), intent(in) :: X variable
197 real(kind=8), intent(in) :: X variable
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgfortran/ieee/
H A Dieee_arithmetic.F9096 real(kind=4), intent(in) :: X variable
99 real(kind=8), intent(in) :: X variable
103 real(kind=10), intent(in) :: X variable
108 real(kind=16), intent(in) :: X variable
129 real(kind=4), intent(in) :: X variable
132 real(kind=8), intent(in) :: X variable
162 real(kind=4), intent(in) :: X variable
165 real(kind=8), intent(in) :: X variable
195 real(kind=4), intent(in) :: X variable
198 real(kind=8), intent(in) :: X variable
[all …]
/dports/lang/gcc9/gcc-9.4.0/libgfortran/ieee/
H A Dieee_arithmetic.F9095 real(kind=4), intent(in) :: X variable
98 real(kind=8), intent(in) :: X variable
102 real(kind=10), intent(in) :: X variable
107 real(kind=16), intent(in) :: X variable
128 real(kind=4), intent(in) :: X variable
131 real(kind=8), intent(in) :: X variable
161 real(kind=4), intent(in) :: X variable
164 real(kind=8), intent(in) :: X variable
194 real(kind=4), intent(in) :: X variable
197 real(kind=8), intent(in) :: X variable
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgfortran/ieee/
H A Dieee_arithmetic.F9096 real(kind=4), intent(in) :: X variable
99 real(kind=8), intent(in) :: X variable
103 real(kind=10), intent(in) :: X variable
108 real(kind=16), intent(in) :: X variable
129 real(kind=4), intent(in) :: X variable
132 real(kind=8), intent(in) :: X variable
162 real(kind=4), intent(in) :: X variable
165 real(kind=8), intent(in) :: X variable
195 real(kind=4), intent(in) :: X variable
198 real(kind=8), intent(in) :: X variable
[all …]

12345678910>>...1172