Home
last modified time | relevance | path

Searched refs:SortF (Results 1 – 13 of 13) sorted by relevance

/dports/textproc/htmltest/htmltest-0.15.0/vendor/github.com/daviddengcn/go-villa/
H A Dsort.go8 func SortF(Len int, Less func(int, int) bool, Swap func(int, int)) { func
9 sortp.SortF(Len, Less, Swap)
H A Dsort_test.go13 SortF(len(ints), func(i, j int) bool {
21 SortF(len(ints), func(i, j int) bool {
/dports/textproc/htmltest/htmltest-0.15.0/vendor/github.com/golangplus/sort/
H A DREADME.md11 // SortF calls sort.Sort by closures. Since Interface.Len always returns a constant,
13 func SortF(Len int, Less func(i, j int) bool, Swap func(i, j int)) {...}
H A Dsort.go42 func SortF(Len int, Less func(i, j int) bool, Swap func(i, j int)) { func
H A Dsort_test.go28 SortF(len(data), less, swap)
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/modules/
H A DFluidicForce.F90313 CALL SortF( NbrShearValues, Indices, ShearData(1:NbrShearValues,2) )
319 CALL SortF( NbrShearValues, Indices, ShearData(1:NbrShearValues,3) )
H A DEliminatePeriodic.F90500 CALL SortF( Rows(i+1)-Rows(i), Cols(Rows(i):Rows(i+1)-1), &
H A DRigidBodyReduction.F901260 CALL SortF( Rows(i+1)-Rows(i), Cols(Rows(i):Rows(i+1)-1), &
/dports/devel/heaptrack/heaptrack-1.3.0/src/analyze/
H A Daccumulatedtracedata.cpp503 template <typename IndexT, typename SortF>
504 vector<IndexT> sortedIndices(size_t numIndices, SortF sorter) in sortedIndices()
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DCRSMatrix.F90208 CALL SortF( Rows(i+1)-Rows(i),Cols(Rows(i):Rows(i+1)-1),Values(Rows(i):Rows(i+1)-1) )
271 CALL SortF( Rows(i+1)-Rows(i),Cols(Rows(i):Rows(i+1)-1),Values(Rows(i):Rows(i+1)-1) )
1942 CALL SortF( Rows(i+1)-Rows(i),Cols(Rows(i):Rows(i+1)-1), &
1998 CALL SortF( Rows(i+1)-Rows(i),Cols(Rows(i):Rows(i+1)-1), &
H A DGeneralUtils.F90438 PURE SUBROUTINE SortF( n,a,b ) subroutine
491 END SUBROUTINE SortF
H A DDirectSolve.F902258 CALL SortF(rsize, ja(rptr:rptr+rsize), aa(rptr:rptr+rsize))
H A DMultigrid.F904059 CALL SortF( no, inds, coeffs)