Home
last modified time | relevance | path

Searched refs:hypre_swap2 (Results 1 – 6 of 6) sorted by relevance

/dports/science/hypre/hypre-2.23.0/src/utilities/
H A Dqsort.c42 void hypre_swap2( HYPRE_Int *v, in hypre_swap2() function
263 hypre_swap2( v, w, left, (left+right)/2); in hypre_qsort1()
269 hypre_swap2(v, w, ++last, i); in hypre_qsort1()
272 hypre_swap2(v, w, left, last); in hypre_qsort1()
377 hypre_swap2( v, w, left, (left+right)/2); in hypre_qsort2()
383 hypre_swap2(v, w, ++last, i); in hypre_qsort2()
386 hypre_swap2(v, w, left, last); in hypre_qsort2()
405 hypre_swap2( v, w, left, (left+right)/2); in hypre_qsort2_abs()
411 hypre_swap2(v, w, ++last, i); in hypre_qsort2_abs()
414 hypre_swap2(v, w, left, last); in hypre_qsort2_abs()
H A Dprotos.h54 void hypre_swap2 ( HYPRE_Int *v , HYPRE_Real *w , HYPRE_Int i , HYPRE_Int j );
H A D_hypre_utilities.h1476 void hypre_swap2 ( HYPRE_Int *v , HYPRE_Real *w , HYPRE_Int i , HYPRE_Int j );
/dports/science/hypre/hypre-2.23.0/src/parcsr_ls/
H A Dpar_ilu.c998 hypre_swap2(heap,I1,p,len); in hypre_ILUMinHeapAddIRIi()
1024 hypre_swap2(I1,heap,p,len); in hypre_ILUMaxHeapAddRabsIIi()
1049 hypre_swap2(I1,heap,-p,-len); in hypre_ILUMaxrHeapAddRabsI()
1144 hypre_swap2(heap,I1,0,len); in hypre_ILUMinHeapRemoveIRIi()
1156 hypre_swap2(heap,I1,l,p); in hypre_ILUMinHeapRemoveIRIi()
1177 hypre_swap2(I1,heap,0,len); in hypre_ILUMaxHeapRemoveRabsIIi()
1189 hypre_swap2(I1,heap,l,p); in hypre_ILUMaxHeapRemoveRabsIIi()
1209 hypre_swap2(I1,heap,0,-len); in hypre_ILUMaxrHeapRemoveRabsI()
1220 hypre_swap2(I1,heap,-l,-p); in hypre_ILUMaxrHeapRemoveRabsI()
1253 hypre_swap2(I,array,++last,i); in hypre_ILUMaxQSplitRabsI()
[all …]
H A Dpar_ilu_setup.c5463 hypre_swap2(iL,w,lenhll,kl-lenhlr); in hypre_ILUSetupILUT()
5688 hypre_swap2(iL,w,lenhll,kl-lenhlr); in hypre_ILUSetupILUT()
8151 hypre_swap2(iL,w,lenhll,kl-lenhlr); in hypre_ILUSetupILUTRAS()
8381 hypre_swap2(iL,w,lenhll,kl-lenhlr); in hypre_ILUSetupILUTRAS()
8594 hypre_swap2(iL,w,lenhll,kl-lenhlr); in hypre_ILUSetupILUTRAS()
/dports/science/hypre/hypre-2.23.0/src/parcsr_block_mv/
H A Dpar_csr_block_interp.c1526 hypre_swap2( v, w, left, (left+right)/2); in hypre_block_qsort()
1532 hypre_swap2(v, w, ++last, i); in hypre_block_qsort()
1535 hypre_swap2(v, w, left, last); in hypre_block_qsort()