Home
last modified time | relevance | path

Searched refs:R_TYPE (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/dports/science/octopus/octopus-10.5/src/math/
H A Dsolvers_inc.F9080 R_TYPE, intent(inout) :: x(:)
81 R_TYPE, intent(in) :: b(:)
85 R_TYPE, intent(inout) :: x(:)
86 R_TYPE, intent(out) :: y(:)
90 R_TYPE, intent(inout) :: x(:)
91 R_TYPE, intent(in) :: y(:)
150 R_TYPE, intent(inout) :: x(:)
151 R_TYPE, intent(in) :: b(:)
167 R_TYPE, intent(in) :: x(:)
168 R_TYPE, intent(in) :: y(:)
[all …]
H A Dsymm_op_inc.F9022 R_TYPE, intent(in) :: aa(:) !< (this%dim)
23 R_TYPE :: bb(1:this%dim)
33 R_TYPE, intent(in) :: aa(:) !< (this%dim)
34 R_TYPE :: bb(1:this%dim)
46 R_TYPE :: bb(1:this%dim)
57 R_TYPE :: bb(1:this%dim)
68 R_TYPE :: bb(1:this%dim)
78 R_TYPE, intent(in) :: aa(:)
81 R_TYPE :: cc(1:3)
91 R_TYPE, intent(in) :: aa(:)
[all …]
H A Dode_solver_inc.F9022 R_TYPE, intent(in) :: startval(:)
24 R_TYPE, intent(out) :: solutionp(:)
25 R_TYPE, optional, intent(out) :: solutionvec(:,:) !< full solution for all t
32 R_TYPE, intent(in) :: z(:)
33 R_TYPE, intent(out) :: res(:)
58 R_TYPE, intent(in) :: startval(:)
59 R_TYPE, intent(out) :: solutionp(:)
60 R_TYPE, optional, intent(out) :: solutionvec(:,:) !< full solution for all t
67 R_TYPE, intent(in) :: z(:)
68 R_TYPE, intent(out) :: res(:)
[all …]
H A Dmath_inc.F9021 R_TYPE, intent(in) :: ya(:, :, :)
23 R_TYPE, intent(out) :: y(:, :)
56 R_TYPE, intent(in) :: ya(:, :)
58 R_TYPE, intent(out) :: y(:)
84 R_TYPE, intent(in) :: ya(:)
86 R_TYPE, intent(out) :: y
112 R_TYPE, intent(in) :: a, b
129 R_TYPE, intent(in) :: a(:), b(:)
204 R_TYPE, intent(in) :: a(:) !< (3)
205 R_TYPE, intent(in) :: b(:) !< (3)
[all …]
H A Droot_solver_inc.F9022 R_TYPE, intent(out) :: root(:) !< roots we are searching
24 R_TYPE, optional, intent(in) :: startval(:) !< start value for the search
25 R_TYPE, optional, intent(in) :: coeff(:) !< polynomial coefficients
29 R_TYPE, intent(in) :: z(:)
30 R_TYPE, intent(out) :: f(:), jf(:, :)
/dports/science/octopus/octopus-10.5/src/basic/
H A Dmpi_debug_inc.F9036 R_TYPE, intent(in) :: sendbuf(:)
38 R_TYPE, intent(out) :: recvbuf(:)
55 R_TYPE, intent(in) :: sendbuf(:)
57 R_TYPE, intent(out) :: recvbuf(:)
74 R_TYPE, intent(in) :: sendbuf(:)
76 R_TYPE, intent(out) :: recvbuf(:)
92 R_TYPE, intent(in) :: sendbuf(:)
94 R_TYPE, intent(out) :: recvbuf(:)
128 R_TYPE, intent(inout) :: buf(:)
143 R_TYPE, intent(in) :: sendbuf
[all …]
H A Dcomm_inc.F9023 R_TYPE, intent(inout) :: aa
26 R_TYPE :: aac
43 R_TYPE, intent(inout) :: aa(:)
48 R_TYPE, allocatable :: aac(:)
81 R_TYPE, intent(inout) :: aa(:, :)
86 R_TYPE, allocatable :: aac(:, :)
147 R_TYPE, intent(inout) :: aa(:, :, :)
152 R_TYPE, allocatable :: aac(:, :, :)
217 R_TYPE, intent(inout) :: aa(:, :, :, :)
220 R_TYPE, allocatable :: aac(:, :, :, :)
[all …]
H A Daccel_inc.F9021 R_TYPE, intent(in) :: data
24 R_TYPE, allocatable :: data_vec(:)
44 R_TYPE, intent(in) :: data(:)
91 R_TYPE, intent(in) :: data(:, :)
138 R_TYPE, intent(in) :: data(:, :, :)
185 R_TYPE, intent(out) :: data(:)
232 R_TYPE, intent(out) :: data(:, :)
279 R_TYPE, intent(out) :: data(:, :, :)
326 R_TYPE, intent(in) :: data
347 R_TYPE, pointer, dimension(:), intent(inout) :: host_pointer
[all …]
H A Dio_binary_f_inc.F9040 R_TYPE, target, intent(in) :: ff(:)
66 R_TYPE, target, intent(in) :: ff(:, :)
92 R_TYPE, target, intent(in) :: ff(:,:,:)
119 R_TYPE, target, intent(in) :: ff(:,:,:,:)
146 R_TYPE, target, intent(in) :: ff(:,:,:,:,:)
176 R_TYPE, intent(in) :: ff(:)
212 R_TYPE, target, intent(out) :: ff(:)
243 R_TYPE, intent(inout) :: ff(:)
288 R_TYPE, target, intent(out) :: ff(:,:)
309 R_TYPE, target, intent(out) :: ff(:,:,:)
[all …]
/dports/science/octopus/octopus-10.5/src/grid/
H A Dmesh_function_inc.F9067 R_TYPE, intent(inout) :: psi(:,:)
129 R_TYPE, intent(in) :: ff(:)
256 R_TYPE, intent(in) :: ff(:)
259 R_TYPE, allocatable :: ll(:)
314 R_TYPE, intent(in) :: ff(:)
318 R_TYPE, allocatable :: fxn(:)
573 R_TYPE, allocatable :: fn(:)
599 R_TYPE, allocatable :: f_in_line(:)
627 R_TYPE, allocatable :: fn(:)
665 R_TYPE, allocatable :: ff2(:)
[all …]
H A Dsymmetrizer_inc.F9024 R_TYPE, optional, target, intent(in) :: field(:) !< (np)
26 R_TYPE, optional, intent(out) :: symmfield(:) !< (np)
34 R_TYPE :: acc, acc_vector(1:3)
36 R_TYPE, pointer :: field_global(:), field_global_vector(:, :)
169 R_TYPE, target, intent(in) :: field(:) !< (np)
170 R_TYPE, intent(out) :: symmfield(:) !< (np)
173 R_TYPE, pointer :: field_global(:)
221 R_TYPE, intent(inout) :: tensor(:,:) !< (3, 3)
224 R_TYPE :: tensor_symm(3, 3)
254 R_TYPE, intent(inout) :: tensor(:,:,:) !< (3, 3, 3)
[all …]
H A Dpar_vec_inc.F9032 R_TYPE, intent(out) :: v_local(:)
33 R_TYPE, intent(in) :: v(:)
37 R_TYPE, allocatable :: v_tmp(:) !< Send buffer.
92 R_TYPE, intent(in) :: v_local(:)
93 R_TYPE, optional, intent(out) :: v(:) !< in order to prevent unassociated pointer errors,
99 R_TYPE, allocatable :: v_tmp(:) !< Receive buffer.
145 R_TYPE, intent(out) :: v(:)
146 R_TYPE, intent(in) :: v_local(:)
150 R_TYPE, allocatable :: v_tmp(:) !< Receive buffer.
/dports/science/octopus/octopus-10.5/src/system/
H A Dlinear_solver_inc.F9040 R_TYPE, allocatable :: z(:, :)
178 R_TYPE :: alpha, beta, gamma
517 R_TYPE :: rr
557 R_TYPE :: proj
558 R_TYPE, allocatable :: psi(:, :)
747 R_TYPE :: aa
748 R_TYPE, allocatable :: rr(:, :)
749 R_TYPE, allocatable :: psi(:, :)
1076 R_TYPE, intent(in) :: a(:, :)
1077 R_TYPE :: X(singledimarray)(n)
[all …]
H A Deigen_lobpcg_inc.F9040 R_TYPE, allocatable :: psi(:, :, :), psi_constr(:, :, :)
176 R_TYPE :: beta
183 R_TYPE, allocatable :: h_res(:, :, :) !< H res.
185 R_TYPE, allocatable :: h_dir(:, :, :) !< H dir.
186 R_TYPE, allocatable :: h_psi(:, :, :) !< H |psi>.
680 R_TYPE, allocatable :: vv(:, :)
748 R_TYPE, intent(in) :: alpha
750 R_TYPE, intent(in) :: matr(:, :)
751 R_TYPE, intent(in) :: beta
768 R_TYPE, intent(in) :: matr(:, :)
[all …]
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/internal/
H A Ddynlink.h12 #define R_TYPE(x) ((x)&255) macro
19 #define R_TYPE(x) ((x)&0x7fffffff) macro
75 (R_TYPE(x) == REL_RELATIVE) || \
76 (R_TYPE(x) == REL_SYM_OR_REL && !R_SYM(x)) )
79 (R_TYPE(x) == REL_FUNCDESC_VAL) || \
80 (R_TYPE(x) == REL_SYMBOLIC) ) \
/dports/science/octopus/octopus-10.5/src/scf/
H A Dmix_inc.F9066 R_TYPE, intent(out):: vnew(:, :, :)
84 R_TYPE, allocatable :: f(:, :, :)
147 R_TYPE :: gamma
236 R_TYPE :: gamma
237 R_TYPE, allocatable :: f(:, :, :)
409 R_TYPE, allocatable :: f(:, :, :)
468 R_TYPE, intent(out) :: vnew(:, :, :)
471 R_TYPE :: alpha
472 R_TYPE, allocatable :: a(:, :)
562 R_TYPE, intent(in) :: vin(:, :)
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/internal/
H A Ddynlink.h14 #define R_TYPE(x) ((x)&255) macro
21 #define R_TYPE(x) ((x)&0x7fffffff) macro
77 (R_TYPE(x) == REL_RELATIVE) || \
78 (R_TYPE(x) == REL_SYM_OR_REL && !R_SYM(x)) )
81 (R_TYPE(x) == REL_FUNCDESC_VAL) || \
82 (R_TYPE(x) == REL_SYMBOLIC) ) \
/dports/science/octopus/octopus-10.5/src/hamiltonian/
H A Dkb_projector_inc.F9033 R_TYPE, intent(in) :: psi(:, :) !< (kb%n_s, dim)
34 R_TYPE, intent(inout) :: ppsi(:, :) !< (kb%n_s, dim)
36 R_TYPE, allocatable :: uvpsi(:,:)
59 R_TYPE, intent(in) :: psi(:,:) !< (1:ns, 1:dim)
60 R_TYPE, intent(out) :: uvpsi(:,:) !< (1:dim, 1:kb_p%n_c)
114 R_TYPE, intent(inout) :: uvpsi(:,:) !< (1:dim, 1:kb_p%n_c)
115 R_TYPE, intent(inout) :: psi(:, :) !< (1:ns, 1:dim)
152 R_TYPE, intent(inout) :: uvpsi(:,:) !< (1:dim, 1:kb_p%n_c)
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/internal/
H A Ddynlink.h14 #define R_TYPE(x) ((x)&255) macro
21 #define R_TYPE(x) ((x)&0x7fffffff) macro
78 (R_TYPE(x) == REL_RELATIVE) || \
79 (R_TYPE(x) == REL_SYM_OR_REL && !R_SYM(x)) )
82 (R_TYPE(x) == REL_FUNCDESC_VAL) || \
83 (R_TYPE(x) == REL_SYMBOLIC) ) \
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/internal/
H A Ddynlink.h14 #define R_TYPE(x) ((x)&255) macro
21 #define R_TYPE(x) ((x)&0x7fffffff) macro
78 (R_TYPE(x) == REL_RELATIVE) || \
79 (R_TYPE(x) == REL_SYM_OR_REL && !R_SYM(x)) )
82 (R_TYPE(x) == REL_FUNCDESC_VAL) || \
83 (R_TYPE(x) == REL_SYMBOLIC) ) \
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/internal/
H A Ddynlink.h14 #define R_TYPE(x) ((x)&255) macro
21 #define R_TYPE(x) ((x)&0x7fffffff) macro
78 (R_TYPE(x) == REL_RELATIVE) || \
79 (R_TYPE(x) == REL_SYM_OR_REL && !R_SYM(x)) )
82 (R_TYPE(x) == REL_FUNCDESC_VAL) || \
83 (R_TYPE(x) == REL_SYMBOLIC) ) \
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/internal/
H A Ddynlink.h14 #define R_TYPE(x) ((x)&255) macro
21 #define R_TYPE(x) ((x)&0x7fffffff) macro
78 (R_TYPE(x) == REL_RELATIVE) || \
79 (R_TYPE(x) == REL_SYM_OR_REL && !R_SYM(x)) )
82 (R_TYPE(x) == REL_FUNCDESC_VAL) || \
83 (R_TYPE(x) == REL_SYMBOLIC) ) \
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/internal/
H A Ddynlink.h14 #define R_TYPE(x) ((x)&255) macro
21 #define R_TYPE(x) ((x)&0x7fffffff) macro
78 (R_TYPE(x) == REL_RELATIVE) || \
79 (R_TYPE(x) == REL_SYM_OR_REL && !R_SYM(x)) )
82 (R_TYPE(x) == REL_FUNCDESC_VAL) || \
83 (R_TYPE(x) == REL_SYMBOLIC) ) \
/dports/science/octopus/octopus-10.5/src/states/
H A Dstates_elec_inc.F9024 R_TYPE, intent(inout) :: psi(:, :)
45 R_TYPE, intent(inout) :: psi(:)
59 R_TYPE, intent(inout) :: psi(:, :, st%st_start:, st%d%kpt%start:)
80 R_TYPE, intent(inout) :: psi(:, :, st%st_start:)
100 R_TYPE, intent(in) :: psi(:, :)
121 R_TYPE, intent(in) :: psi(:)
136 R_TYPE, intent(in) :: psi(:, :, st%st_start:)
154 R_TYPE, intent(in) :: psi(:, :, st%st_start:, st%d%kpt%start:)
179 R_TYPE, intent(out) :: psi(:, :, :)
202 R_TYPE, intent(out) :: psi(:, :, :, :)
H A Dphysics_op_inc.F9026 R_TYPE, intent(inout) :: ff(:) !< ff(der%mesh%np_part)
27R_TYPE, intent(out) :: lf(:, :) !< lf(der%mesh%np, 3) in 3D, lf(der%mesh%np, 1) in …
31 R_TYPE, allocatable :: gf(:, :)
33 R_TYPE :: factor
81 R_TYPE, intent(inout) :: ff(:) !< ff(1:der%mesh%np_part)
82 R_TYPE, intent(out) :: l2f(:)
86 R_TYPE, allocatable :: gf(:, :), ggf(:, :, :)

12345678910>>...14