Home
last modified time | relevance | path

Searched refs:n_el (Results 1 – 25 of 167) sorted by relevance

1234567

/dports/audio/sphinxbase/sphinxbase-0.8/src/libsphinxbase/util/
H A Dbio.c276 for (i = 0; i < n_el; i++) in chksum_accum()
281 for (i = 0; i < n_el; i++) in chksum_accum()
286 for (i = 0; i < n_el; i++) in chksum_accum()
310 for (i = 0; i < n_el; i++) in swap_buf()
315 for (i = 0; i < n_el; i++) in swap_buf()
329 if (fread(buf, el_sz, n_el, fp) != (size_t) n_el) in bio_fread()
333 swap_buf(buf, el_sz, n_el); in bio_fread()
338 return n_el; in bio_fread()
370 if (*n_el <= 0) in bio_fread_1d()
377 if (bio_fread(*buf, el_sz, *n_el, fp, sw, ck) != *n_el) in bio_fread_1d()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/sphinxbase/src/libsphinxbase/util/
H A Dbio.c276 for (i = 0; i < n_el; i++) in chksum_accum()
281 for (i = 0; i < n_el; i++) in chksum_accum()
286 for (i = 0; i < n_el; i++) in chksum_accum()
310 for (i = 0; i < n_el; i++) in swap_buf()
315 for (i = 0; i < n_el; i++) in swap_buf()
329 if (fread(buf, el_sz, n_el, fp) != (size_t) n_el) in bio_fread()
333 swap_buf(buf, el_sz, n_el); in bio_fread()
338 return n_el; in bio_fread()
370 if (*n_el <= 0) in bio_fread_1d()
377 if (bio_fread(*buf, el_sz, *n_el, fp, sw, ck) != *n_el) in bio_fread_1d()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/sphinxbase/src/libsphinxbase/util/
H A Dbio.c276 for (i = 0; i < n_el; i++)
281 for (i = 0; i < n_el; i++)
286 for (i = 0; i < n_el; i++)
310 for (i = 0; i < n_el; i++)
315 for (i = 0; i < n_el; i++)
329 if (fread(buf, el_sz, n_el, fp) != (size_t) n_el)
333 swap_buf(buf, el_sz, n_el);
338 return n_el;
370 if (*n_el <= 0)
377 if (bio_fread(*buf, el_sz, *n_el, fp, sw, ck) != *n_el)
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/common/
H A Ddistribution_1d_types.F65 INTEGER, DIMENSION(:), POINTER :: n_el component
97 n_el, n_lists) argument
101 INTEGER, DIMENSION(:), INTENT(in), OPTIONAL :: n_el local
110 IF (PRESENT(n_el)) my_n_lists = SIZE(n_el)
122 NULLIFY (distribution_1d%list, distribution_1d%n_el)
128 ALLOCATE (distribution_1d%n_el(my_n_lists), distribution_1d%list(my_n_lists), &
132 IF (PRESENT(n_el)) THEN
133 distribution_1d%n_el(1:my_n_lists) = n_el(1:my_n_lists)
135 ALLOCATE (distribution_1d%list(ilist)%array(n_el(ilist)))
139 distribution_1d%n_el(1:my_n_lists) = 0
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/common/
H A Ddistribution_1d_types.F66 INTEGER, DIMENSION(:), POINTER :: n_el component
98 n_el, n_lists) argument
102 INTEGER, DIMENSION(:), INTENT(in), OPTIONAL :: n_el local
111 IF (PRESENT(n_el)) my_n_lists = SIZE(n_el)
123 NULLIFY (distribution_1d%list, distribution_1d%n_el)
129 ALLOCATE (distribution_1d%n_el(my_n_lists), distribution_1d%list(my_n_lists), &
133 IF (PRESENT(n_el)) THEN
134 distribution_1d%n_el(1:my_n_lists) = n_el(1:my_n_lists)
136 ALLOCATE (distribution_1d%list(ilist)%array(n_el(ilist)))
140 distribution_1d%n_el(1:my_n_lists) = 0
[all …]
/dports/science/berkeleygw/BGW-2.0.0/MeanField/Utilities/
H A Dfix_occ.f9036 real(DP) :: n_el, charge variable
53 read(15,*) n_el ! orig number of electrons (leave as -1 to auto detect)
70 if (n_el <= TOL_SMALL) then
71 n_el = calc_nel(kp)
74 write(6,*) 'Original number of electrons:', n_el
75 n_el = n_el + charge
76 write(6,*) 'Number of electrons with extra charge:', n_el
77 n_occ = IDNINT(n_el*0.5d0 * kp%nspin * kp%nrk)
108 if (weight_ord(ii) < (n_el-n_el2)) then
146 n_el = calc_nel(kp)
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/start/
H A Dlibcp2k.F190 SUBROUTINE cp2k_set_positions(env_id, new_pos, n_el) BIND(C) argument
196 CALL set_pos(env_id, new_pos, n_el, ierr)
206 SUBROUTINE cp2k_set_velocities(env_id, new_vel, n_el) BIND(C) argument
212 CALL set_vel(env_id, new_vel, n_el, ierr)
226 INTEGER(C_INT), VALUE :: n_el
275 SUBROUTINE cp2k_get_positions(env_id, pos, n_el) BIND(C) argument
277 REAL(C_DOUBLE), DIMENSION(1:n_el), INTENT(OUT) :: pos
281 CALL get_pos(env_id, pos, n_el, ierr)
291 SUBROUTINE cp2k_get_forces(env_id, force, n_el) BIND(C) argument
293 REAL(C_DOUBLE), DIMENSION(1:n_el), INTENT(OUT) :: force
[all …]
H A Dlibcp2k.h74 void cp2k_set_positions(force_env_t force_env, const double* new_pos, int n_el);
81 void cp2k_set_velocities(force_env_t force_env, const double* new_vel, int n_el);
89 void cp2k_get_result(force_env_t force_env, const char* description, double* result, int n_el);
108 void cp2k_get_positions(force_env_t force_env, double* pos, int n_el);
115 void cp2k_get_forces(force_env_t force_env, double* force, int n_el);
/dports/science/cp2k-data/cp2k-7.1.0/src/start/
H A Dlibcp2k.F189 SUBROUTINE cp2k_set_positions(env_id, new_pos, n_el) BIND(C) argument
195 CALL set_pos(env_id, new_pos, n_el, ierr)
205 SUBROUTINE cp2k_set_velocities(env_id, new_vel, n_el) BIND(C) argument
211 CALL set_vel(env_id, new_vel, n_el, ierr)
225 INTEGER(C_INT), VALUE :: n_el
274 SUBROUTINE cp2k_get_positions(env_id, pos, n_el) BIND(C) argument
276 REAL(C_DOUBLE), DIMENSION(1:n_el), INTENT(OUT) :: pos
280 CALL get_pos(env_id, pos, n_el, ierr)
290 SUBROUTINE cp2k_get_forces(env_id, force, n_el) BIND(C) argument
292 REAL(C_DOUBLE), DIMENSION(1:n_el), INTENT(OUT) :: force
[all …]
H A Dlibcp2k.h74 void cp2k_set_positions(force_env_t force_env, const double* new_pos, int n_el);
81 void cp2k_set_velocities(force_env_t force_env, const double* new_vel, int n_el);
89 void cp2k_get_result(force_env_t force_env, const char* description, double* result, int n_el);
108 void cp2k_get_positions(force_env_t force_env, double* pos, int n_el);
115 void cp2k_get_forces(force_env_t force_env, double* force, int n_el);
/dports/cad/opencascade/opencascade-7.6.0/src/Plate/
H A DPlate_Plate.cxx59 : order(Ref.order),n_el(Ref.n_el),n_dim(Ref.n_dim), in Plate_Plate()
77 if (n_el >0) { in Plate_Plate()
80 for(i=0; i<n_el;i++) { in Plate_Plate()
119 n_el = Ref.n_el; in Copy()
131 if (n_el >0) { in Copy()
134 for(i=0; i<n_el;i++) { in Copy()
175 n_el++; in Load()
255 if(n_el<1) return; in SolveTI()
326 i = n_el; in SolveTI1()
359 for(i=n_el;i<n_el+nbm;i++) { in SolveTI1()
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Df77_interface.F1103 SUBROUTINE get_force(env_id, frc, n_el, ierr) argument
1106 REAL(KIND=dp), DIMENSION(1:n_el) :: frc
1115 CALL force_env_get_frc(f_env%force_env, frc, n_el)
1163 SUBROUTINE get_pos(env_id, pos, n_el, ierr) argument
1166 REAL(KIND=DP), DIMENSION(1:n_el) :: pos
1175 CALL force_env_get_pos(f_env%force_env, pos, n_el)
1189 SUBROUTINE get_vel(env_id, vel, n_el, ierr) argument
1192 REAL(KIND=DP), DIMENSION(1:n_el) :: vel
1201 CALL force_env_get_vel(f_env%force_env, vel, n_el)
1247 SUBROUTINE set_pos(env_id, new_pos, n_el, ierr) argument
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Df77_interface.F1105 SUBROUTINE get_force(env_id, frc, n_el, ierr) argument
1108 REAL(KIND=dp), DIMENSION(1:n_el) :: frc
1117 CALL force_env_get_frc(f_env%force_env, frc, n_el)
1165 SUBROUTINE get_pos(env_id, pos, n_el, ierr) argument
1168 REAL(KIND=DP), DIMENSION(1:n_el) :: pos
1177 CALL force_env_get_pos(f_env%force_env, pos, n_el)
1191 SUBROUTINE get_vel(env_id, vel, n_el, ierr) argument
1194 REAL(KIND=DP), DIMENSION(1:n_el) :: vel
1203 CALL force_env_get_vel(f_env%force_env, vel, n_el)
1249 SUBROUTINE set_pos(env_id, new_pos, n_el, ierr) argument
[all …]
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/alberta/src/Common/
H A Dcoarsen.c260 RC_LIST_EL *list, int n_el) in coarse_restrict() argument
277 if (dpv->coarse_restrict) dpv->coarse_restrict(dpv, list, n_el); in coarse_restrict()
282 if (div->coarse_restrict) div->coarse_restrict(div, list, n_el); in coarse_restrict()
286 if (ddv->coarse_restrict) ddv->coarse_restrict(ddv, list, n_el); in coarse_restrict()
291 if (duv->coarse_restrict) duv->coarse_restrict(duv, list, n_el); in coarse_restrict()
295 if (dsv->coarse_restrict) dsv->coarse_restrict(dsv, list, n_el); in coarse_restrict()
300 if (drv->coarse_restrict) drv->coarse_restrict(drv, list, n_el); in coarse_restrict()
304 if (drdv->coarse_restrict) drdv->coarse_restrict(drdv, list, n_el); in coarse_restrict()
309 if (dm->coarse_restrict) dm->coarse_restrict(dm, list, n_el); in coarse_restrict()
H A Drefine.c373 RC_LIST_EL *list, int n_el) in refine_interpol() argument
387 div->refine_interpol(div, list, n_el); in refine_interpol()
391 ddv->refine_interpol(ddv, list, n_el); in refine_interpol()
396 duv->refine_interpol(duv, list, n_el); in refine_interpol()
400 dsv->refine_interpol(dsv, list, n_el); in refine_interpol()
405 drv->refine_interpol(drv, list, n_el); in refine_interpol()
409 drdv->refine_interpol(drdv, list, n_el); in refine_interpol()
419 dpv->refine_interpol(dpv, list, n_el); in refine_interpol()
424 dm->refine_interpol(dm, list, n_el); in refine_interpol()
/dports/audio/sphinxbase/sphinxbase-0.8/include/sphinxbase/
H A Dbio.h160 int32 n_el,
173 int32 n_el,
193 uint32 *n_el, /**< Out: Number of array elements allocated/read */
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/motion/thermostat/
H A Dthermostat_mapping.F235 nmol_local = local_molecules%n_el(ikind)
311 nmol_local = local_molecules%n_el(ikind)
426 nmol_local = nmol_local + local_molecules%n_el(ikind)
442 nmol_per_kind = local_molecules%n_el(ikind)
489 nmol_per_kind = local_molecules%n_el(ikind)
714 nmol_local = local_molecules%n_el(ikind)
754 nmol_local = local_molecules%n_el(ikind)
879 nmol_per_kind = local_molecules%n_el(ikind)
929 nmol_per_kind = local_molecules%n_el(ikind)
1057 nmol_per_kind = local_molecules%n_el(ikind)
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/motion/thermostat/
H A Dthermostat_mapping.F235 nmol_local = local_molecules%n_el(ikind)
311 nmol_local = local_molecules%n_el(ikind)
426 nmol_local = nmol_local + local_molecules%n_el(ikind)
442 nmol_per_kind = local_molecules%n_el(ikind)
489 nmol_per_kind = local_molecules%n_el(ikind)
714 nmol_local = local_molecules%n_el(ikind)
754 nmol_local = local_molecules%n_el(ikind)
879 nmol_per_kind = local_molecules%n_el(ikind)
929 nmol_per_kind = local_molecules%n_el(ikind)
1057 nmol_per_kind = local_molecules%n_el(ikind)
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/i386/
H A Davx512fp16-vcvtqq2ph-1b.c11 EMULATE(cvtq2_ph) (V512 * dest, V512 op1, int n_el, in EMULATE()
22 for (i = 0; i < n_el; i++) { in EMULATE()
37 for (i = n_el; i < 16; i++) in EMULATE()
H A Davx512fp16-vcvtpd2ph-1b.c11 EMULATE(cvtpd2_ph) (V512 * dest, V512 op1, int n_el, in EMULATE()
21 for (i = 0; i < n_el; i++) { in EMULATE()
35 for (i = n_el; i < 8; i++) in EMULATE()
H A Davx512fp16-vcvtuqq2ph-1b.c11 EMULATE(cvtq2_ph) (V512 * dest, V512 op1, int n_el, in EMULATE()
22 for (i = 0; i < n_el; i++) { in EMULATE()
37 for (i = n_el; i < 16; i++) in EMULATE()
H A Davx512fp16-vcvtph2psx-1b.c12 EMULATE(cvtxph2_ps) (V512 * dest, V512 op1, int n_el, in EMULATE()
22 for (i = 0; i < n_el; i++) { in EMULATE()
36 for (i = n_el; i < 16; i++) in EMULATE()
H A Davx512fp16-vcvtps2ph-1b.c12 EMULATE(cvtxps2_ph) (V512 * dest, V512 op1, int n_el, in EMULATE()
23 for (i = 0; i < n_el; i++) { in EMULATE()
37 for (i = n_el; i < 16; i++) in EMULATE()
/dports/lang/spidermonkey60/firefox-60.9.0/media/sphinxbase/sphinxbase/
H A Dbio.h165 int32 n_el, /**< In: number of elements */
179 int32 n_el, /**< In: number of elements */
199 uint32 *n_el, /**< Out: Number of array elements allocated/read */
/dports/www/firefox-legacy/firefox-52.8.0esr/media/sphinxbase/sphinxbase/
H A Dbio.h165 int32 n_el, /**< In: number of elements */
179 int32 n_el, /**< In: number of elements */
199 uint32 *n_el, /**< Out: Number of array elements allocated/read */

1234567