Home
last modified time | relevance | path

Searched defs:gr (Results 201 – 225 of 6123) sorted by relevance

12345678910>>...245

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dtypebound_assignment_2.f0324 class(grid_t), allocatable :: gr component
29 type(grid_t) :: gr local
32 subroutine init_comps (this, gr) argument
34 class(grid_t), intent(in) :: gr local
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/
H A Dtypebound_assignment_2.f0324 class(grid_t), allocatable :: gr component
29 type(grid_t) :: gr local
32 subroutine init_comps (this, gr) argument
34 class(grid_t), intent(in) :: gr local
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Dtypebound_assignment_2.f0324 class(grid_t), allocatable :: gr component
29 type(grid_t) :: gr local
32 subroutine init_comps (this, gr) argument
34 class(grid_t), intent(in) :: gr local
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dtypebound_assignment_2.f0324 class(grid_t), allocatable :: gr component
29 type(grid_t) :: gr local
32 subroutine init_comps (this, gr) argument
34 class(grid_t), intent(in) :: gr local
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dtypebound_assignment_2.f0324 class(grid_t), allocatable :: gr component
29 type(grid_t) :: gr local
32 subroutine init_comps (this, gr) argument
34 class(grid_t), intent(in) :: gr local
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dtypebound_assignment_2.f0324 class(grid_t), allocatable :: gr component
29 type(grid_t) :: gr local
32 subroutine init_comps (this, gr) argument
34 class(grid_t), intent(in) :: gr local
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dtypebound_assignment_2.f0324 class(grid_t), allocatable :: gr component
29 type(grid_t) :: gr local
32 subroutine init_comps (this, gr) argument
34 class(grid_t), intent(in) :: gr local
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dtypebound_assignment_2.f0324 class(grid_t), allocatable :: gr component
29 type(grid_t) :: gr local
32 subroutine init_comps (this, gr) argument
34 class(grid_t), intent(in) :: gr local
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Dtypebound_assignment_2.f0324 class(grid_t), allocatable :: gr component
29 type(grid_t) :: gr local
32 subroutine init_comps (this, gr) argument
34 class(grid_t), intent(in) :: gr local
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dtypebound_assignment_2.f0324 class(grid_t), allocatable :: gr component
29 type(grid_t) :: gr local
32 subroutine init_comps (this, gr) argument
34 class(grid_t), intent(in) :: gr local
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gfortran.dg/
H A Dtypebound_assignment_2.f0324 class(grid_t), allocatable :: gr component
29 type(grid_t) :: gr local
32 subroutine init_comps (this, gr) argument
34 class(grid_t), intent(in) :: gr local
/dports/math/mathgl/mathgl-2.5/src/
H A Dsurf.cpp26 void static mgl_mesh_plot(mglBase *gr, long kq, long n, long m, int how) in mgl_mesh_plot()
48 void static mgl_surf_plot(mglBase *gr, long kq, long n, long m) in mgl_surf_plot()
69 void MGL_EXPORT mgl_fsurf(HMGL gr, const char *eqZ, const char *sch, const char *opt) in mgl_fsurf()
148 void MGL_EXPORT mgl_mesh(HMGL gr, HCDT z, const char *sch, const char *opt) in mgl_mesh()
197 void MGL_EXPORT mgl_fall(HMGL gr, HCDT z, const char *sch, const char *opt) in mgl_fall()
244 void MGL_EXPORT mgl_grid(HMGL gr, HCDT z,const char *sch, const char *opt) in mgl_grid()
324 void MGL_EXPORT mgl_surf(HMGL gr, HCDT z, const char *sch, const char *opt) in mgl_surf()
497 void MGL_EXPORT mgl_belt(HMGL gr, HCDT z, const char *sch, const char *opt) in mgl_belt()
545 void MGL_EXPORT mgl_dens(HMGL gr, HCDT c, const char *sch, const char *opt) in mgl_dens()
686 void MGL_EXPORT mgl_boxs(HMGL gr, HCDT z, const char *sch, const char *opt) in mgl_boxs()
[all …]
H A Dmpi.cpp8 void MGL_EXPORT mgl_mpi_send(HMGL gr, int id) in mgl_mpi_send()
18 void MGL_EXPORT mgl_mpi_recv(HMGL gr, int id) in mgl_mpi_recv()
48 void MGL_EXPORT mgl_mpi_send_(uintptr_t *gr, int *id) { mgl_mpi_send(_GR_, *id); } in mgl_mpi_send_()
49 void MGL_EXPORT mgl_mpi_recv_(uintptr_t *gr, int *id) { mgl_mpi_recv(_GR_, *id); } in mgl_mpi_recv_()
H A Dprim.cpp31 void MGL_EXPORT mgl_mark(HMGL gr, double x, double y, double z,const char *mark) in mgl_mark()
42 void MGL_EXPORT mgl_mark_(uintptr_t *gr, mreal *x, mreal *y, mreal *z, const char *pen,int l) in mgl_mark_()
46 void MGL_EXPORT mgl_ball(HMGL gr, double x, double y, double z) in mgl_ball()
55 void MGL_EXPORT mgl_ball_(uintptr_t *gr, mreal *x, mreal *y, mreal *z) in mgl_ball_()
289 void MGL_EXPORT mgl_cones_xyz(HMGL gr, HCDT x, HCDT y, HCDT z, const char *pen, const char *opt) in mgl_cones_xyz()
346 void MGL_EXPORT mgl_cones_xz(HMGL gr, HCDT x, HCDT z, const char *pen, const char *opt) in mgl_cones_xz()
354 void MGL_EXPORT mgl_cones(HMGL gr, HCDT z, const char *pen, const char *opt) in mgl_cones()
562 void MGL_EXPORT mgl_sphere(HMGL gr, double x, double y, double z, double r, const char *stl) in mgl_sphere()
658 void MGL_EXPORT mgl_dew_2d(HMGL gr, HCDT ax, HCDT ay, const char *sch, const char *opt) in mgl_dew_2d()
1025 void MGL_EXPORT mgl_logo_file(HMGL gr, const char *fname, int smooth, const char *opt) in mgl_logo_file()
[all …]
/dports/dns/libbind/libbind-6.0/irs/
H A Dgetgrent.c117 struct irs_gr *gr; in getgrent_p() local
127 struct irs_gr *gr; in getgrnam_p() local
142 struct irs_gr *gr; in getgrgid_p() local
157 struct irs_gr *gr; in setgroupent_p() local
182 struct irs_gr *gr; in endgrent_p() local
191 struct irs_gr *gr; in getgrouplist_p() local
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libvgraph/
H A Dgraph.c21 Graph_t *gr = GRSTRUCTOF(Graph_t, nddc, disc); in nodefree() local
54 Graph_t *gr = GRSTRUCTOF(Graph_t, eddc, disc); in edgefree() local
71 Grnode_t* grnode(Graph_t* gr, Void_t* label, int type) in grnode()
118 Gredge_t* gredge(Graph_t* gr, Grnode_t* tail, Grnode_t* head, Void_t* label, int type) in gredge()
205 int grrestore(Graph_t* gr) in grrestore()
225 int grclose(Graph_t* gr) in grclose()
252 Graph_t *gr; in gropen() local
/dports/shells/ksh93/ast-93u/src/lib/libvgraph/
H A Dgraph.c21 Graph_t *gr = GRSTRUCTOF(Graph_t, nddc, disc); in nodefree() local
54 Graph_t *gr = GRSTRUCTOF(Graph_t, eddc, disc); in edgefree() local
71 Grnode_t* grnode(Graph_t* gr, Void_t* label, int type) in grnode()
118 Gredge_t* gredge(Graph_t* gr, Grnode_t* tail, Grnode_t* head, Void_t* label, int type) in gredge()
205 int grrestore(Graph_t* gr) in grrestore()
225 int grclose(Graph_t* gr) in grclose()
252 Graph_t *gr; in gropen() local
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libvgraph/
H A Dgraph.c21 Graph_t *gr = GRSTRUCTOF(Graph_t, nddc, disc); in nodefree() local
54 Graph_t *gr = GRSTRUCTOF(Graph_t, eddc, disc); in edgefree() local
71 Grnode_t* grnode(Graph_t* gr, Void_t* label, int type) in grnode()
118 Gredge_t* gredge(Graph_t* gr, Grnode_t* tail, Grnode_t* head, Void_t* label, int type) in gredge()
205 int grrestore(Graph_t* gr) in grrestore()
225 int grclose(Graph_t* gr) in grclose()
252 Graph_t *gr; in gropen() local
/dports/science/octopus/octopus-10.5/src/system/
H A Dforces.F9090 subroutine total_force_calculate(gr, geo, ep, st, x, lda_u) argument
91 type(grid_t), intent(in) :: gr local
116 subroutine forces_costate_calculate(gr, namespace, geo, hm, psi, chi, f, q) argument
117 type(grid_t), intent(in) :: gr local
256 type(grid_t), intent(in) :: gr local
526 subroutine forces_from_nlcc(gr, geo, hm, st, force_nlcc) argument
527 type(grid_t), intent(in) :: gr local
580 subroutine forces_from_scf(namespace, gr, geo, hm, force_scf, vhxc_old) argument
582 type(grid_t), intent(in) :: gr local
644 subroutine total_force_from_local_potential(gr, ep, gdensity, force) argument
[all …]
/dports/devel/ppl/ppl-1.2/tests/Grid/
H A Dfrequency1.cc84 Grid gr(1); in test03() local
103 Grid gr(2); in test04() local
121 Grid gr(2); in test05() local
141 Grid gr(2); in test06() local
161 Grid gr(2); in test07() local
181 Grid gr(2); in test08() local
202 Grid gr(2); in test09() local
225 Grid gr(4, EMPTY); in test10() local
276 Grid gr(2); in test12() local
296 Grid gr(2); in test13() local
[all …]
/dports/science/octopus/octopus-10.5/src/opt_control/
H A Dtarget_groundstate_inc.F9022 subroutine target_init_groundstate(gr, namespace, tg, td, restart) argument
23 type(grid_t), intent(in) :: gr local
59 subroutine target_output_groundstate(tg, namespace, gr, dir, geo, hm, outp) argument
62 type(grid_t), intent(in) :: gr local
112 subroutine target_chi_groundstate(tg, gr, psi_in, chi_out) argument
114 type(grid_t), intent(in) :: gr local
H A Dtarget_exclude_inc.F9022 subroutine target_init_exclude(gr, namespace, tg, td, restart) argument
23 type(grid_t), intent(in) :: gr local
66 subroutine target_output_exclude(tg, namespace, gr, dir, geo, hm, outp) argument
69 type(grid_t), intent(in) :: gr local
119 subroutine target_chi_exclude(tg, gr, psi_in, chi_out) argument
121 type(grid_t), intent(in) :: gr local
H A Dtarget_gstransformation_inc.F9022 subroutine target_init_gstransformation(gr, namespace, tg, td, restart) argument
23 type(grid_t), intent(in) :: gr local
73 subroutine target_output_gstransformation(tg, namespace, gr, dir, geo, hm, outp) argument
76 type(grid_t), intent(in) :: gr local
129 subroutine target_chi_gstransformation(tg, gr, psi_in, chi_out) argument
131 type(grid_t), intent(in) :: gr local
H A Dtarget_density_inc.F9021 subroutine target_init_density(gr, namespace, tg, stin, td, restart) argument
22 type(grid_t), intent(in) :: gr local
339 subroutine target_output_density(tg, namespace, gr, dir, geo, outp) argument
342 type(grid_t), intent(in) :: gr local
413 subroutine target_chi_density(tg, gr, psi_in, chi_out) argument
415 type(grid_t), intent(in) :: gr local
491 subroutine target_tdcalc_density(tg, gr, psi, time) argument
493 type(grid_t), intent(in) :: gr local
572 subroutine chi_current(tg, gr, factor, psi_in, chi) argument
574 type(grid_t), intent(in) :: gr local
/dports/science/octopus/octopus-10.5/src/scf/
H A Drdmft.F90113 type(grid_t), intent(inout) :: gr !< grid local
249 subroutine rdmft_end(rdm, gr) argument
251 type(grid_t), intent(inout) :: gr local
577 subroutine calc_maxFO (namespace, hm, st, gr, rdm) argument
580 type(grid_t), intent(in) :: gr local
613 type(grid_t), intent(in) :: gr local
699 type(grid_t), intent(in) :: gr local
737 subroutine scf_occ(rdm, namespace, gr, hm, st, energy) argument
740 type(grid_t), intent(in) :: gr local
1082 type(grid_t), intent(in) :: gr local
[all …]

12345678910>>...245