Searched refs:hypre_BigSwapbi (Results 1 – 3 of 3) sorted by relevance
/dports/science/hypre/hypre-2.23.0/src/utilities/ |
H A D | qsort.c | 601 void hypre_BigSwapbi( HYPRE_BigInt *v, in hypre_BigSwapbi() function 631 hypre_BigSwapbi( v, w, left, (left+right)/2); in hypre_BigQsortbi() 637 hypre_BigSwapbi(v, w, ++last, i); in hypre_BigQsortbi() 640 hypre_BigSwapbi(v, w, left, last); in hypre_BigQsortbi()
|
H A D | protos.h | 76 void hypre_BigSwapbi(HYPRE_BigInt *v, HYPRE_Int *w, HYPRE_Int i, HYPRE_Int j );
|
H A D | _hypre_utilities.h | 1498 void hypre_BigSwapbi(HYPRE_BigInt *v, HYPRE_Int *w, HYPRE_Int i, HYPRE_Int j );
|