Home
last modified time | relevance | path

Searched refs:indK (Results 1 – 7 of 7) sorted by relevance

/dports/math/spooles/spooles.2.2/MPI/src/
H A DsymbfacMPI.c25 int sizeK, int indK[], int nleft ) ;
1020 int indK[], in mergeIndices() argument
1025 firstK = indK[0] ; in mergeIndices()
1032 } else if ( v < indK[jj] ) { in mergeIndices()
1033 indK[kk++] = v ; in mergeIndices()
1035 } else if ( v == indK[jj] ) { in mergeIndices()
1044 indK[kk++] = indJ[ii] ; in mergeIndices()
1048 IVqsortUp(kk, indK) ; in mergeIndices()
/dports/math/spooles-mpich/spooles.2.2/MPI/src/
H A DsymbfacMPI.c25 int sizeK, int indK[], int nleft ) ;
1020 int indK[], in mergeIndices() argument
1025 firstK = indK[0] ; in mergeIndices()
1032 } else if ( v < indK[jj] ) { in mergeIndices()
1033 indK[kk++] = v ; in mergeIndices()
1035 } else if ( v == indK[jj] ) { in mergeIndices()
1044 indK[kk++] = indJ[ii] ; in mergeIndices()
1048 IVqsortUp(kk, indK) ; in mergeIndices()
/dports/math/spooles-mpich/spooles.2.2_SHARED/MPI/src/
H A DsymbfacMPI.c25 int sizeK, int indK[], int nleft ) ;
1020 int indK[], in mergeIndices() argument
1025 firstK = indK[0] ; in mergeIndices()
1032 } else if ( v < indK[jj] ) { in mergeIndices()
1033 indK[kk++] = v ; in mergeIndices()
1035 } else if ( v == indK[jj] ) { in mergeIndices()
1044 indK[kk++] = indJ[ii] ; in mergeIndices()
1048 IVqsortUp(kk, indK) ; in mergeIndices()
/dports/math/spooles/spooles.2.2_SHARED/MPI/src/
H A DsymbfacMPI.c25 int sizeK, int indK[], int nleft ) ;
1020 int indK[], in mergeIndices() argument
1025 firstK = indK[0] ; in mergeIndices()
1032 } else if ( v < indK[jj] ) { in mergeIndices()
1033 indK[kk++] = v ; in mergeIndices()
1035 } else if ( v == indK[jj] ) { in mergeIndices()
1044 indK[kk++] = indJ[ii] ; in mergeIndices()
1048 IVqsortUp(kk, indK) ; in mergeIndices()
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dsorting.cpp1365 inline SizeT median3_for_qsort ( T* val, IndexT* index, SizeT indI, SizeT indJ, SizeT indK) in median3_for_qsort() argument
1368 …(less(val[index[ indJ]], val[index[ indK]]) ? indJ : less(val[index[ indI]], val[index[ indK]]) ? in median3_for_qsort()
1369 …(less(val[index[ indK]], val[index[ indJ]]) ? indJ : less(val[index[ indK]], val[index[ indI]]) ? in median3_for_qsort()
/dports/math/fricas/fricas-1.3.7/pre-generated/src/algebra/
H A DJBE.lsp175 (|indK| (|List| (|Kernel| $))) (|newVars| #1#) (|jk| (|Kernel| $)))
180 (LETT |indK| (SPADCALL |indVars| |jk| (QREFELT $ 64)))
190 (SPADCALL |lv| |indK| (QREFELT $ 66)))))
/dports/math/fricas/fricas-1.3.7/src/algebra/
H A Djet.spad2490 indK := concat(indVars, jk)
2492 elem := (lv = indK)
2494 res := dimrec(lmv, indK, newVars, res)