Home
last modified time | relevance | path

Searched refs:ind_ref (Results 1 – 9 of 9) sorted by last modified time

/dports/science/code_saturne/code_saturne-7.1.0/preprocessor/base/
H A Decs_table_att.c1102 ecs_int_t ind_ref; in _table_att__ret_reference() local
1119 ind_ref = elt_fam[ival] - 1; in _table_att__ret_reference()
1123 if (ind_ref >= (ecs_int_t)nbr_ref) { in _table_att__ret_reference()
1124 ECS_REALLOC(liste_ref, ind_ref * 2, ecs_int_t); in _table_att__ret_reference()
1125 for (iref = nbr_ref; iref < (size_t)ind_ref*2; iref++) in _table_att__ret_reference()
1127 nbr_ref = ind_ref * 2; in _table_att__ret_reference()
1130 if (ind_ref > -1) in _table_att__ret_reference()
1131 liste_ref[ind_ref] = true; in _table_att__ret_reference()
/dports/science/code_saturne/code_saturne-7.1.0/preprocessor/pre-post/
H A Decs_pre_ens.c1251 ecs_int_t ind_ref; in ecs_loc_pre_ens__fusion_noeuds() local
1268 ind_ref = 0; in ecs_loc_pre_ens__fusion_noeuds()
1273 while ( ind_ref < noeuds_ref->nbr_noeuds in ecs_loc_pre_ens__fusion_noeuds()
1275 ind_ref++; in ecs_loc_pre_ens__fusion_noeuds()
1277 if ( ind_ref == noeuds_ref->nbr_noeuds in ecs_loc_pre_ens__fusion_noeuds()
1278 || (ind_ref < noeuds_ref->nbr_noeuds in ecs_loc_pre_ens__fusion_noeuds()
1294 ind_ref = 0; in ecs_loc_pre_ens__fusion_noeuds()
1307 ind_ref++; in ecs_loc_pre_ens__fusion_noeuds()
1310 if ( ind_ref == noeuds_ref->nbr_noeuds in ecs_loc_pre_ens__fusion_noeuds()
1311 || (ind_ref < noeuds_ref->nbr_noeuds in ecs_loc_pre_ens__fusion_noeuds()
[all …]
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxana/
H A Dgmx_trjorder.cpp145 int sa, sr, *swi, **index, *ind_ref = nullptr, *ind_sol; in gmx_trjorder() local
174 ind_ref = index[0]; in gmx_trjorder()
293 mass = top.atoms.atom[ind_ref[i]].m; in gmx_trjorder()
297 xcom[j] += mass * x[ind_ref[i]][j]; in gmx_trjorder()
315 pbc_dx(&pbc, x[ind_ref[0]], xsol[i], dx); in gmx_trjorder()
321 sr = ind_ref[j]; in gmx_trjorder()
/dports/lang/gnu-cobol/gnucobol-3.1.2/cobc/
H A Dfield.c760 cb_tree ind_ref = cb_build_reference (CB_FIELD_PTR (CB_VALUE (x))->name); in copy_into_field_recursive() local
761 cb_tree entry = cb_build_index (ind_ref, cb_int1, 1U, target); in copy_into_field_recursive()
/dports/math/dbcsr/dbcsr-2.1.0/src/tensors/
H A Ddbcsr_tensor.F1577 SUBROUTINE index_linked_sort(ind_ref, ind_dep) argument
1578 INTEGER, DIMENSION(:), INTENT(INOUT) :: ind_ref, ind_dep local
1579 INTEGER, DIMENSION(SIZE(ind_ref)) :: sort_indices
1581 CALL sort(ind_ref, SIZE(ind_ref), sort_indices)
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/src/tensors/
H A Ddbcsr_tensor.F1346 SUBROUTINE index_linked_sort(ind_ref, ind_dep) argument
1347 INTEGER, DIMENSION(:), INTENT(INOUT) :: ind_ref, ind_dep local
1348 INTEGER, DIMENSION(SIZE(ind_ref)) :: sort_indices
1350 CALL sort(ind_ref, SIZE(ind_ref), sort_indices)
/dports/graphics/tumble/tumble-0.36/
H A Dpdf_prim.c101 struct pdf_obj *ind_ref; member
128 return (ind_obj->val.ind_ref); in pdf_deref_ind_obj()
325 ind_obj->val.ind_ref = obj; in pdf_new_ind_ref()
701 char pdf_new_XObject (pdf_page_handle pdf_page, struct pdf_obj *ind_ref) in pdf_new_XObject() argument
713 pdf_set_dict_entry (pdf_page->XObject_dict, & XObject_name [0], ind_ref); in pdf_new_XObject()
H A Dpdf_prim.h158 char pdf_new_XObject (pdf_page_handle pdf_page, struct pdf_obj *ind_ref);
/dports/print/tex-dvipsk/texlive-20150521-source/texk/dvipsk/
H A Dt1part.c66 int ind_ref; variable
1702 refer[ind_ref].num[i++]=atoi((char *) token); in EndOfEncoding()
1716 if(ind_ref!=0) in EndOfEncoding()
1728 refer[ind_ref].num[1] = 1; in EndOfEncoding()
1729 refer[ind_ref].num[2] = refer[ind_ref].num[0]; in EndOfEncoding()
1731 refer[ind_ref].num[0]= atoi((char *) token); in EndOfEncoding()
1734 refer[ind_ref].select=1; in EndOfEncoding()
1735 ind_ref++; in EndOfEncoding()
1758 for(j=0; j<=ind_ref; j++){ in CorrectGrid()
2473 ind_ref=0; in FontPart()