Home
last modified time | relevance | path

Searched defs:X (Results 126 – 150 of 34533) sorted by relevance

12345678910>>...1382

/dports/lang/gcc9-aux/gcc-9.1.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/devel/boost-docs/boost_1_72_0/libs/phoenix/test/boost_bind_compatibility/
H A Dbind_cv_test.cpp34 struct X struct
36 typedef int result_type;
38 int operator()() in operator ()()
43 int operator()() const in operator ()()
48 int operator()(int x1) in operator ()()
53 int operator()(int x1) const in operator ()()
58 int operator()(int x1, int x2) in operator ()()
63 int operator()(int x1, int x2) const in operator ()()
68 int operator()(int x1, int x2, int x3) in operator ()()
73 int operator()(int x1, int x2, int x3) const in operator ()()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/phoenix/test/boost_bind_compatibility/
H A Dbind_cv_test.cpp34 struct X struct
36 typedef int result_type;
38 int operator()() in operator ()()
43 int operator()() const in operator ()()
48 int operator()(int x1) in operator ()()
53 int operator()(int x1) const in operator ()()
58 int operator()(int x1, int x2) in operator ()()
63 int operator()(int x1, int x2) const in operator ()()
68 int operator()(int x1, int x2, int x3) in operator ()()
73 int operator()(int x1, int x2, int x3) const in operator ()()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/phoenix/test/boost_bind_compatibility/
H A Dbind_cv_test.cpp34 struct X struct
36 typedef int result_type;
38 int operator()() in operator ()()
43 int operator()() const in operator ()()
48 int operator()(int x1) in operator ()()
53 int operator()(int x1) const in operator ()()
58 int operator()(int x1, int x2) in operator ()()
63 int operator()(int x1, int x2) const in operator ()()
68 int operator()(int x1, int x2, int x3) in operator ()()
73 int operator()(int x1, int x2, int x3) const in operator ()()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/phoenix/test/boost_bind_compatibility/
H A Dbind_cv_test.cpp34 struct X struct
36 typedef int result_type;
38 int operator()() in operator ()()
43 int operator()() const in operator ()()
48 int operator()(int x1) in operator ()()
53 int operator()(int x1) const in operator ()()
58 int operator()(int x1, int x2) in operator ()()
63 int operator()(int x1, int x2) const in operator ()()
68 int operator()(int x1, int x2, int x3) in operator ()()
73 int operator()(int x1, int x2, int x3) const in operator ()()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/phoenix/test/boost_bind_compatibility/
H A Dbind_cv_test.cpp34 struct X struct
36 typedef int result_type;
38 int operator()() in operator ()()
43 int operator()() const in operator ()()
48 int operator()(int x1) in operator ()()
53 int operator()(int x1) const in operator ()()
58 int operator()(int x1, int x2) in operator ()()
63 int operator()(int x1, int x2) const in operator ()()
68 int operator()(int x1, int x2, int x3) in operator ()()
73 int operator()(int x1, int x2, int x3) const in operator ()()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/phoenix/test/boost_bind_compatibility/
H A Dbind_cv_test.cpp34 struct X struct
36 typedef int result_type;
38 int operator()() in operator ()()
43 int operator()() const in operator ()()
48 int operator()(int x1) in operator ()()
53 int operator()(int x1) const in operator ()()
58 int operator()(int x1, int x2) in operator ()()
63 int operator()(int x1, int x2) const in operator ()()
68 int operator()(int x1, int x2, int x3) in operator ()()
73 int operator()(int x1, int x2, int x3) const in operator ()()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/phoenix/test/boost_bind_compatibility/
H A Dbind_cv_test.cpp34 struct X struct
36 typedef int result_type;
38 int operator()() in operator ()()
43 int operator()() const in operator ()()
48 int operator()(int x1) in operator ()()
53 int operator()(int x1) const in operator ()()
58 int operator()(int x1, int x2) in operator ()()
63 int operator()(int x1, int x2) const in operator ()()
68 int operator()(int x1, int x2, int x3) in operator ()()
73 int operator()(int x1, int x2, int x3) const in operator ()()
[all …]
/dports/devel/hpx/hpx-1.2.1/tests/unit/threads/
H A Dthread_mf.cpp19 struct X struct
23 X() : hash(0) {} in X() argument
25 int f0() { f1(17); return 0; } in f0()
26 int g0() const { g1(17); return 0; } in g0()
28 int f1(int a1) { hash = (hash * 17041 + a1) % 32768; return 0; } in f1()
31 int f2(int a1, int a2) { f1(a1); f1(a2); return 0; } in f2()
32 int g2(int a1, int a2) const { g1(a1); g1(a2); return 0; } in g2()
37 int f4(int a1, int a2, int a3, int a4) in f4()
39 int g4(int a1, int a2, int a3, int a4) in g4()
42 int f5(int a1, int a2, int a3, int a4, int a5) in f5()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/phoenix/test/boost_bind_compatibility/
H A Dbind_cv_test.cpp34 struct X struct
36 typedef int result_type;
38 int operator()() in operator ()()
43 int operator()() const in operator ()()
48 int operator()(int x1) in operator ()()
53 int operator()(int x1) const in operator ()()
58 int operator()(int x1, int x2) in operator ()()
63 int operator()(int x1, int x2) const in operator ()()
68 int operator()(int x1, int x2, int x3) in operator ()()
73 int operator()(int x1, int x2, int x3) const in operator ()()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/phoenix/test/boost_bind_compatibility/
H A Dbind_cv_test.cpp34 struct X struct
36 typedef int result_type;
38 int operator()() in operator ()()
43 int operator()() const in operator ()()
48 int operator()(int x1) in operator ()()
53 int operator()(int x1) const in operator ()()
58 int operator()(int x1, int x2) in operator ()()
63 int operator()(int x1, int x2) const in operator ()()
68 int operator()(int x1, int x2, int x3) in operator ()()
73 int operator()(int x1, int x2, int x3) const in operator ()()
[all …]
/dports/science/octopus/octopus-10.5/src/grid/
H A Dfourier_space_inc.F9023 subroutine X(cube_function_rs2fs)(cube, cf) subroutine
27 PUSH_SUB(X(cube_function_rs2fs)) argument
45 subroutine X(cube_function_fs2rs)(cube, cf) subroutine
49 PUSH_SUB(X(cube_function_fs2rs)) argument
67 subroutine X(fourier_space_op_init)(this, cube, op, in_device) subroutine
76 PUSH_SUB(X(fourier_space_op_init)) argument
130 subroutine X(fourier_space_op_apply)(this, cube, cf) subroutine
140 PUSH_SUB(X(fourier_space_op_apply)) argument
/dports/science/octopus/octopus-10.5/src/hamiltonian/
H A Dhgh_projector_inc.F9033 subroutine X(hgh_project)(mesh, sm, hgh_p, ll, lmax, dim, psi, ppsi, reltype) subroutine
48 call X(hgh_project_bra)(mesh, sm, hgh_p(mm), dim, reltype, psi, uvpsi(1:dim, 1:3, mm)) argument
59 subroutine X(hgh_project_bra)(mesh, sm, hgh_p, dim, reltype, psi, uvpsi) subroutine
80 block_size = hardware%X(block_size) argument
145 subroutine X(hgh_project_ket)(hgh_p, ll, lmax, dim, reltype, uvpsi, ppsi) subroutine
156 CMPLX :: zweight(1:3,1:dim, -ll:ll) argument
172 block_size = hardware%X(block_size) argument
H A Dkb_projector_inc.F9028 subroutine X(kb_project)(mesh, sm, kb_p, dim, psi, ppsi) subroutine
38 PUSH_SUB(X(kb_project)) argument
54 subroutine X(kb_project_bra)(mesh, sm, kb_p, dim, psi, uvpsi) subroutine
70 PUSH_SUB(X(kb_project_bra)) argument
111 subroutine X(kb_project_ket)(kb_p, dim, uvpsi, psi) subroutine
124 PUSH_SUB(X(kb_project_ket)) argument
149 subroutine X(kb_mul_energies)(kb_p, dim, uvpsi) subroutine
159 end subroutine X(kb_mul_energies) argument
/dports/science/octopus/octopus-10.5/src/states/
H A Dstates_elec_block_inc.F9023 subroutine X(states_elec_blockt_mul)(mesh, st, psi1_start, psi2_start, & subroutine
25 type(mesh_t), intent(in) :: mesh
26 type(states_elec_t), intent(in) :: st
27 integer, intent(in) :: psi1_start
28 integer, intent(in) :: psi2_start
213 subroutine X(states_elec_block_matr_mul_add)(mesh, st, alpha, psi_start, res_start, & subroutine
238 PUSH_SUB(X(states_elec_block_matr_mul_add)) argument
394 subroutine X(states_elec_compactify)(dim, mesh, in_start, idx, in, out) subroutine
406 PUSH_SUB(X(states_elec_compactify)) argument
425 subroutine X(states_elec_uncompactify)(dim, mesh, out_start, idx, in, out) subroutine
[all …]
/dports/devel/hpx/hpx-1.2.1/tests/unit/util/mem_fn/
H A Dmem_fn_test.cpp30 struct X struct
34 X(): hash(0) {} in X() argument
36 int f0() { f1(17); return 0; } in f0()
37 int g0() const { g1(17); return 0; } in g0()
39 int f1(int a1) { hash = (hash * 17041 + a1) % 32768; return 0; } in f1()
40 int g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; return 0; } in g1()
42 int f2(int a1, int a2) { f1(a1); f1(a2); return 0; } in f2()
43 int g2(int a1, int a2) const { g1(a1); g1(a2); return 0; } in g2()
45 int f3(int a1, int a2, int a3) { f2(a1, a2); f1(a3); return 0; } in f3()
46 int g3(int a1, int a2, int a3) const { g2(a1, a2); g1(a3); return 0; } in g3()
[all …]
H A Dmem_fn_void_test.cpp30 struct X struct
34 X(): hash(0) {} in X() argument
36 void f0() { f1(17); } in f0()
37 void g0() const { g1(17); } in g0()
39 void f1(int a1) { hash = (hash * 17041 + a1) % 32768; } in f1()
40 void g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; } in g1()
42 void f2(int a1, int a2) { f1(a1); f1(a2); } in f2()
43 void g2(int a1, int a2) const { g1(a1); g1(a2); } in g2()
45 void f3(int a1, int a2, int a3) { f2(a1, a2); f1(a3); } in f3()
46 void g3(int a1, int a2, int a3) const { g2(a1, a2); g1(a3); } in g3()
[all …]
H A Dmem_fn_rv_test.cpp33 struct X struct
35 int f0() { f1(17); return 0; } in f0()
36 int g0() const { g1(17); return 0; } in g0()
38 int f1(int a1) { hash = (hash * 17041 + a1) % 32768; return 0; } in f1()
39 int g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; return 0; } in g1()
41 int f2(int a1, int a2) { f1(a1); f1(a2); return 0; } in f2()
42 int g2(int a1, int a2) const { g1(a1); g1(a2); return 0; } in g2()
44 int f3(int a1, int a2, int a3) { f2(a1, a2); f1(a3); return 0; } in f3()
45 int g3(int a1, int a2, int a3) const { g2(a1, a2); g1(a3); return 0; } in g3()
47 int f4(int a1, int a2, int a3, int a4) { f3(a1, a2, a3); f1(a4); return 0; } in f4()
[all …]
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Df77.h420 #define GENPTR_REAL(X) argument
421 #define GENPTR_DOUBLE(X) argument
424 #define GENPTR_BYTE(X) argument
425 #define GENPTR_WORD(X) argument
426 #define GENPTR_UBYTE(X) argument
427 #define GENPTR_UWORD(X) argument
547 #define F77_FREE_REAL(X) argument
549 #define F77_FREE_BYTE(X) argument
551 #define F77_FREE_WORD(X) argument
844 #define TRAIL(X) argument
[all …]
H A Df77.h.in420 #define GENPTR_REAL(X) argument
421 #define GENPTR_DOUBLE(X) argument
424 #define GENPTR_BYTE(X) argument
425 #define GENPTR_WORD(X) argument
426 #define GENPTR_UBYTE(X) argument
427 #define GENPTR_UWORD(X) argument
547 #define F77_FREE_REAL(X) argument
549 #define F77_FREE_BYTE(X) argument
551 #define F77_FREE_WORD(X) argument
844 #define TRAIL(X) argument
[all …]
/dports/games/libretro-xrick/xrick-libretro-0aad6c6/include/
H A Ddebug.h36 #define IFDEBUG_ENTS(X); X argument
38 #define IFDEBUG_ENTS(X); argument
44 #define IFDEBUG_SCROLLER(X); argument
48 #define IFDEBUG_MAPS(X); X argument
50 #define IFDEBUG_MAPS(X); argument
62 #define IFDEBUG_EVENTS(X); argument
66 #define IFDEBUG_AUDIO(X); X argument
68 #define IFDEBUG_AUDIO(X); argument
74 #define IFDEBUG_AUDIO2(X); argument
80 #define IFDEBUG_VIDEO(X); argument
[all …]
/dports/games/xrick/xrick-021212/include/
H A Ddebug.h36 #define IFDEBUG_ENTS(X); X argument
38 #define IFDEBUG_ENTS(X); argument
44 #define IFDEBUG_SCROLLER(X); argument
48 #define IFDEBUG_MAPS(X); X argument
50 #define IFDEBUG_MAPS(X); argument
62 #define IFDEBUG_EVENTS(X); argument
66 #define IFDEBUG_AUDIO(X); X argument
68 #define IFDEBUG_AUDIO(X); argument
74 #define IFDEBUG_AUDIO2(X); argument
80 #define IFDEBUG_VIDEO(X); argument
[all …]
/dports/science/octopus/octopus-10.5/src/basis_set/
H A Dorbitalset_inc.F9018 subroutine X(orbitalset_get_coefficients)(os, ndim, psi, ik, has_phase, basisfromstates, dot) subroutine
33 PUSH_SUB(X(orbitalset_get_coefficients)) argument
99 subroutine X(orbitalset_get_coeff_batch)(os, ndim, psib, basisfromstates, dot) subroutine
112 PUSH_SUB(X(orbitalset_get_coeff_batch)) argument
126 subroutine X(orbitalset_add_to_psi)(os, ndim, psi, ik, has_phase, basisfromstates, weight) subroutine
140 PUSH_SUB(X(orbitalset_add_to_psi)) argument
186 subroutine X(orbitalset_add_to_batch)(os, ndim, psib, basisfromstates, weight) subroutine
202 PUSH_SUB(X(orbitalset_add_to_batch)) argument
/dports/science/octopus/octopus-10.5/src/system/
H A Dxc_kli_inc.F9021 subroutine X(xc_KLI_solve) (namespace, mesh, gr, hm, st, is, oep, first) subroutine
41 PUSH_SUB(X(xc_KLI_solve)) argument
/dports/science/octopus/octopus-10.5/src/math/
H A Dmatrix_inc.F9020 subroutine X(matrix_init_data)(this, dim1, dim2, data, mpi_grp) subroutine
27 PUSH_SUB(X(matrix_init_data)) argument
48 subroutine X(matrix_set_block)(this, min1, max1, min2, max2, data) subroutine
56 PUSH_SUB(X(matrix_init_data)) argument
76 subroutine X(matrix_get_block)(this, min1, max1, min2, max2, data) subroutine
84 PUSH_SUB(X(matrix_init_data)) argument

12345678910>>...1382