Home
last modified time | relevance | path

Searched refs:fnc2 (Results 1 – 25 of 117) sorted by relevance

12345

/dports/math/suitesparse-config/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_grow_front.c22 Int fnc2, in UMF_grow_front() argument
98 fnc2 += nb ; in UMF_grow_front()
102 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
104 fnc2 = MIN (fnc2, fncols_max) ; in UMF_grow_front()
117 fnc2 = MAX (fnc_min, a * fnc2) ; in UMF_grow_front()
119 newsize = fnr2 * fnc2 ; in UMF_grow_front()
126 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
190 fnc2 = MIN (fnc2 - 2, fnc2 * UMF_REALLOC_REDUCTION) ; in UMF_grow_front()
194 fnc2 = MAX (fnc_min, fnc2) ; in UMF_grow_front()
207 fnc2 = fnc_min ; in UMF_grow_front()
[all …]
H A Dumf_start_front.c215 fnc2 = fncols_max + nb ; in UMF_start_front()
230 fnc2 = fsize / fnr2 ; in UMF_start_front()
234 fnc2 = (Int) sqrt ((double) fsize) ; in UMF_start_front()
235 fnc2 = MIN (fnc2, fncols_max + nb) ; in UMF_start_front()
236 fnr2 = fsize / fnc2 ; in UMF_start_front()
242 fnc2 = fsize / fnr2 ; in UMF_start_front()
248 fnc2 = MIN (fnc2, fncols_max + nb) ; in UMF_start_front()
250 ASSERT (fnr2 * fnc2 <= fsize) ; in UMF_start_front()
253 fnc2 -= nb ; in UMF_start_front()
255 ASSERT (fnc2 >= 0) ; in UMF_start_front()
[all …]
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_grow_front.c22 Int fnc2, in UMF_grow_front() argument
98 fnc2 += nb ; in UMF_grow_front()
102 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
104 fnc2 = MIN (fnc2, fncols_max) ; in UMF_grow_front()
117 fnc2 = MAX (fnc_min, a * fnc2) ; in UMF_grow_front()
119 newsize = fnr2 * fnc2 ; in UMF_grow_front()
126 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
190 fnc2 = MIN (fnc2 - 2, fnc2 * UMF_REALLOC_REDUCTION) ; in UMF_grow_front()
194 fnc2 = MAX (fnc_min, fnc2) ; in UMF_grow_front()
207 fnc2 = fnc_min ; in UMF_grow_front()
[all …]
H A Dumf_start_front.c215 fnc2 = fncols_max + nb ; in UMF_start_front()
230 fnc2 = fsize / fnr2 ; in UMF_start_front()
234 fnc2 = (Int) sqrt ((double) fsize) ; in UMF_start_front()
235 fnc2 = MIN (fnc2, fncols_max + nb) ; in UMF_start_front()
236 fnr2 = fsize / fnc2 ; in UMF_start_front()
242 fnc2 = fsize / fnr2 ; in UMF_start_front()
248 fnc2 = MIN (fnc2, fncols_max + nb) ; in UMF_start_front()
250 ASSERT (fnr2 * fnc2 <= fsize) ; in UMF_start_front()
253 fnc2 -= nb ; in UMF_start_front()
255 ASSERT (fnc2 >= 0) ; in UMF_start_front()
[all …]
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_grow_front.c22 Int fnc2, in UMF_grow_front() argument
98 fnc2 += nb ; in UMF_grow_front()
102 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
104 fnc2 = MIN (fnc2, fncols_max) ; in UMF_grow_front()
117 fnc2 = MAX (fnc_min, a * fnc2) ; in UMF_grow_front()
119 newsize = fnr2 * fnc2 ; in UMF_grow_front()
126 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
190 fnc2 = MIN (fnc2 - 2, fnc2 * UMF_REALLOC_REDUCTION) ; in UMF_grow_front()
194 fnc2 = MAX (fnc_min, fnc2) ; in UMF_grow_front()
207 fnc2 = fnc_min ; in UMF_grow_front()
[all …]
H A Dumf_start_front.c215 fnc2 = fncols_max + nb ; in UMF_start_front()
230 fnc2 = fsize / fnr2 ; in UMF_start_front()
234 fnc2 = (Int) sqrt ((double) fsize) ; in UMF_start_front()
235 fnc2 = MIN (fnc2, fncols_max + nb) ; in UMF_start_front()
236 fnr2 = fsize / fnc2 ; in UMF_start_front()
242 fnc2 = fsize / fnr2 ; in UMF_start_front()
248 fnc2 = MIN (fnc2, fncols_max + nb) ; in UMF_start_front()
250 ASSERT (fnr2 * fnc2 <= fsize) ; in UMF_start_front()
253 fnc2 -= nb ; in UMF_start_front()
255 ASSERT (fnc2 >= 0) ; in UMF_start_front()
[all …]
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_grow_front.c22 Int fnc2, in UMF_grow_front() argument
98 fnc2 += nb ; in UMF_grow_front()
102 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
104 fnc2 = MIN (fnc2, fncols_max) ; in UMF_grow_front()
117 fnc2 = MAX (fnc_min, a * fnc2) ; in UMF_grow_front()
119 newsize = fnr2 * fnc2 ; in UMF_grow_front()
126 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
190 fnc2 = MIN (fnc2 - 2, fnc2 * UMF_REALLOC_REDUCTION) ; in UMF_grow_front()
194 fnc2 = MAX (fnc_min, fnc2) ; in UMF_grow_front()
207 fnc2 = fnc_min ; in UMF_grow_front()
[all …]
H A Dumf_start_front.c215 fnc2 = fncols_max + nb ; in UMF_start_front()
230 fnc2 = fsize / fnr2 ; in UMF_start_front()
234 fnc2 = (Int) sqrt ((double) fsize) ; in UMF_start_front()
235 fnc2 = MIN (fnc2, fncols_max + nb) ; in UMF_start_front()
236 fnr2 = fsize / fnc2 ; in UMF_start_front()
242 fnc2 = fsize / fnr2 ; in UMF_start_front()
248 fnc2 = MIN (fnc2, fncols_max + nb) ; in UMF_start_front()
250 ASSERT (fnr2 * fnc2 <= fsize) ; in UMF_start_front()
253 fnc2 -= nb ; in UMF_start_front()
255 ASSERT (fnc2 >= 0) ; in UMF_start_front()
[all …]
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_grow_front.c22 Int fnc2, in UMF_grow_front() argument
98 fnc2 += nb ; in UMF_grow_front()
102 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
104 fnc2 = MIN (fnc2, fncols_max) ; in UMF_grow_front()
117 fnc2 = MAX (fnc_min, a * fnc2) ; in UMF_grow_front()
119 newsize = fnr2 * fnc2 ; in UMF_grow_front()
126 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
190 fnc2 = MIN (fnc2 - 2, fnc2 * UMF_REALLOC_REDUCTION) ; in UMF_grow_front()
194 fnc2 = MAX (fnc_min, fnc2) ; in UMF_grow_front()
207 fnc2 = fnc_min ; in UMF_grow_front()
[all …]
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_grow_front.c22 Int fnc2, in UMF_grow_front() argument
98 fnc2 += nb ; in UMF_grow_front()
102 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
104 fnc2 = MIN (fnc2, fncols_max) ; in UMF_grow_front()
117 fnc2 = MAX (fnc_min, a * fnc2) ; in UMF_grow_front()
119 newsize = fnr2 * fnc2 ; in UMF_grow_front()
126 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
190 fnc2 = MIN (fnc2 - 2, fnc2 * UMF_REALLOC_REDUCTION) ; in UMF_grow_front()
194 fnc2 = MAX (fnc_min, fnc2) ; in UMF_grow_front()
207 fnc2 = fnc_min ; in UMF_grow_front()
[all …]
H A Dumf_start_front.c215 fnc2 = fncols_max + nb ; in UMF_start_front()
230 fnc2 = fsize / fnr2 ; in UMF_start_front()
234 fnc2 = (Int) sqrt ((double) fsize) ; in UMF_start_front()
235 fnc2 = MIN (fnc2, fncols_max + nb) ; in UMF_start_front()
236 fnr2 = fsize / fnc2 ; in UMF_start_front()
242 fnc2 = fsize / fnr2 ; in UMF_start_front()
248 fnc2 = MIN (fnc2, fncols_max + nb) ; in UMF_start_front()
250 ASSERT (fnr2 * fnc2 <= fsize) ; in UMF_start_front()
253 fnc2 -= nb ; in UMF_start_front()
255 ASSERT (fnc2 >= 0) ; in UMF_start_front()
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/punc/src/umfpack/
H A Dumf_grow_front.c23 Int fnc2, in UMF_grow_front() argument
99 fnc2 += nb ; in UMF_grow_front()
103 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
105 fnc2 = MIN (fnc2, fncols_max) ; in UMF_grow_front()
118 fnc2 = MAX (fnc_min, a * fnc2) ; in UMF_grow_front()
120 newsize = fnr2 * fnc2 ; in UMF_grow_front()
127 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
191 fnc2 = MIN (fnc2 - 2, fnc2 * UMF_REALLOC_REDUCTION) ; in UMF_grow_front()
195 fnc2 = MAX (fnc_min, fnc2) ; in UMF_grow_front()
208 fnc2 = fnc_min ; in UMF_grow_front()
[all …]
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_grow_front.c22 Int fnc2, in UMF_grow_front() argument
98 fnc2 += nb ; in UMF_grow_front()
102 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
104 fnc2 = MIN (fnc2, fncols_max) ; in UMF_grow_front()
117 fnc2 = MAX (fnc_min, a * fnc2) ; in UMF_grow_front()
119 newsize = fnr2 * fnc2 ; in UMF_grow_front()
126 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
190 fnc2 = MIN (fnc2 - 2, fnc2 * UMF_REALLOC_REDUCTION) ; in UMF_grow_front()
194 fnc2 = MAX (fnc_min, fnc2) ; in UMF_grow_front()
207 fnc2 = fnc_min ; in UMF_grow_front()
[all …]
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_grow_front.c22 Int fnc2, in UMF_grow_front() argument
98 fnc2 += nb ; in UMF_grow_front()
102 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
104 fnc2 = MIN (fnc2, fncols_max) ; in UMF_grow_front()
117 fnc2 = MAX (fnc_min, a * fnc2) ; in UMF_grow_front()
119 newsize = fnr2 * fnc2 ; in UMF_grow_front()
126 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
190 fnc2 = MIN (fnc2 - 2, fnc2 * UMF_REALLOC_REDUCTION) ; in UMF_grow_front()
194 fnc2 = MAX (fnc_min, fnc2) ; in UMF_grow_front()
207 fnc2 = fnc_min ; in UMF_grow_front()
[all …]
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_grow_front.c22 Int fnc2, in UMF_grow_front() argument
98 fnc2 += nb ; in UMF_grow_front()
102 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
104 fnc2 = MIN (fnc2, fncols_max) ; in UMF_grow_front()
117 fnc2 = MAX (fnc_min, a * fnc2) ; in UMF_grow_front()
119 newsize = fnr2 * fnc2 ; in UMF_grow_front()
126 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
190 fnc2 = MIN (fnc2 - 2, fnc2 * UMF_REALLOC_REDUCTION) ; in UMF_grow_front()
194 fnc2 = MAX (fnc_min, fnc2) ; in UMF_grow_front()
207 fnc2 = fnc_min ; in UMF_grow_front()
[all …]
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_grow_front.c22 Int fnc2, in UMF_grow_front() argument
98 fnc2 += nb ; in UMF_grow_front()
102 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
104 fnc2 = MIN (fnc2, fncols_max) ; in UMF_grow_front()
117 fnc2 = MAX (fnc_min, a * fnc2) ; in UMF_grow_front()
119 newsize = fnr2 * fnc2 ; in UMF_grow_front()
126 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
190 fnc2 = MIN (fnc2 - 2, fnc2 * UMF_REALLOC_REDUCTION) ; in UMF_grow_front()
194 fnc2 = MAX (fnc_min, fnc2) ; in UMF_grow_front()
207 fnc2 = fnc_min ; in UMF_grow_front()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/umfpack/UMFPACK/Source/
H A Dumf_grow_front.cc22 Int fnc2, in UMF_grow_front() argument
98 fnc2 += nb ; in UMF_grow_front()
102 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
104 fnc2 = MIN (fnc2, fncols_max) ; in UMF_grow_front()
117 fnc2 = MAX (fnc_min, a * fnc2) ; in UMF_grow_front()
119 newsize = fnr2 * fnc2 ; in UMF_grow_front()
126 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
190 fnc2 = MIN (fnc2 - 2, fnc2 * UMF_REALLOC_REDUCTION) ; in UMF_grow_front()
194 fnc2 = MAX (fnc_min, fnc2) ; in UMF_grow_front()
207 fnc2 = fnc_min ; in UMF_grow_front()
[all …]
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_grow_front.c22 Int fnc2, in UMF_grow_front() argument
98 fnc2 += nb ; in UMF_grow_front()
102 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
104 fnc2 = MIN (fnc2, fncols_max) ; in UMF_grow_front()
117 fnc2 = MAX (fnc_min, a * fnc2) ; in UMF_grow_front()
119 newsize = fnr2 * fnc2 ; in UMF_grow_front()
126 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
190 fnc2 = MIN (fnc2 - 2, fnc2 * UMF_REALLOC_REDUCTION) ; in UMF_grow_front()
194 fnc2 = MAX (fnc_min, fnc2) ; in UMF_grow_front()
207 fnc2 = fnc_min ; in UMF_grow_front()
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/umfpack/src/umfpack/
H A Dumf_grow_front.c22 Int fnc2, in UMF_grow_front() argument
98 fnc2 += nb ; in UMF_grow_front()
102 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
104 fnc2 = MIN (fnc2, fncols_max) ; in UMF_grow_front()
117 fnc2 = MAX (fnc_min, a * fnc2) ; in UMF_grow_front()
119 newsize = fnr2 * fnc2 ; in UMF_grow_front()
126 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
190 fnc2 = MIN (fnc2 - 2, fnc2 * UMF_REALLOC_REDUCTION) ; in UMF_grow_front()
194 fnc2 = MAX (fnc_min, fnc2) ; in UMF_grow_front()
207 fnc2 = fnc_min ; in UMF_grow_front()
[all …]
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_grow_front.c22 Int fnc2, in UMF_grow_front() argument
98 fnc2 += nb ; in UMF_grow_front()
102 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
104 fnc2 = MIN (fnc2, fncols_max) ; in UMF_grow_front()
117 fnc2 = MAX (fnc_min, a * fnc2) ; in UMF_grow_front()
119 newsize = fnr2 * fnc2 ; in UMF_grow_front()
126 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
190 fnc2 = MIN (fnc2 - 2, fnc2 * UMF_REALLOC_REDUCTION) ; in UMF_grow_front()
194 fnc2 = MAX (fnc_min, fnc2) ; in UMF_grow_front()
207 fnc2 = fnc_min ; in UMF_grow_front()
[all …]
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_grow_front.c22 Int fnc2, in UMF_grow_front() argument
98 fnc2 += nb ; in UMF_grow_front()
102 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
104 fnc2 = MIN (fnc2, fncols_max) ; in UMF_grow_front()
117 fnc2 = MAX (fnc_min, a * fnc2) ; in UMF_grow_front()
119 newsize = fnr2 * fnc2 ; in UMF_grow_front()
126 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
190 fnc2 = MIN (fnc2 - 2, fnc2 * UMF_REALLOC_REDUCTION) ; in UMF_grow_front()
194 fnc2 = MAX (fnc_min, fnc2) ; in UMF_grow_front()
207 fnc2 = fnc_min ; in UMF_grow_front()
[all …]
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_grow_front.c22 Int fnc2, in UMF_grow_front() argument
98 fnc2 += nb ; in UMF_grow_front()
102 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
104 fnc2 = MIN (fnc2, fncols_max) ; in UMF_grow_front()
117 fnc2 = MAX (fnc_min, a * fnc2) ; in UMF_grow_front()
119 newsize = fnr2 * fnc2 ; in UMF_grow_front()
126 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
190 fnc2 = MIN (fnc2 - 2, fnc2 * UMF_REALLOC_REDUCTION) ; in UMF_grow_front()
194 fnc2 = MAX (fnc_min, fnc2) ; in UMF_grow_front()
207 fnc2 = fnc_min ; in UMF_grow_front()
[all …]
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_grow_front.c22 Int fnc2, in UMF_grow_front() argument
98 fnc2 += nb ; in UMF_grow_front()
102 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
104 fnc2 = MIN (fnc2, fncols_max) ; in UMF_grow_front()
117 fnc2 = MAX (fnc_min, a * fnc2) ; in UMF_grow_front()
119 newsize = fnr2 * fnc2 ; in UMF_grow_front()
126 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
190 fnc2 = MIN (fnc2 - 2, fnc2 * UMF_REALLOC_REDUCTION) ; in UMF_grow_front()
194 fnc2 = MAX (fnc_min, fnc2) ; in UMF_grow_front()
207 fnc2 = fnc_min ; in UMF_grow_front()
[all …]
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_grow_front.c22 Int fnc2, in UMF_grow_front() argument
98 fnc2 += nb ; in UMF_grow_front()
102 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
104 fnc2 = MIN (fnc2, fncols_max) ; in UMF_grow_front()
117 fnc2 = MAX (fnc_min, a * fnc2) ; in UMF_grow_front()
119 newsize = fnr2 * fnc2 ; in UMF_grow_front()
126 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
190 fnc2 = MIN (fnc2 - 2, fnc2 * UMF_REALLOC_REDUCTION) ; in UMF_grow_front()
194 fnc2 = MAX (fnc_min, fnc2) ; in UMF_grow_front()
207 fnc2 = fnc_min ; in UMF_grow_front()
[all …]
/dports/math/suitesparse-cxsparse/SuiteSparse-5.10.1/UMFPACK/Source/
H A Dumf_grow_front.c22 Int fnc2, in UMF_grow_front() argument
98 fnc2 += nb ; in UMF_grow_front()
102 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
104 fnc2 = MIN (fnc2, fncols_max) ; in UMF_grow_front()
117 fnc2 = MAX (fnc_min, a * fnc2) ; in UMF_grow_front()
119 newsize = fnr2 * fnc2 ; in UMF_grow_front()
126 fnc2 = MAX (fnc2, fnc_min) ; in UMF_grow_front()
190 fnc2 = MIN (fnc2 - 2, fnc2 * UMF_REALLOC_REDUCTION) ; in UMF_grow_front()
194 fnc2 = MAX (fnc_min, fnc2) ; in UMF_grow_front()
207 fnc2 = fnc_min ; in UMF_grow_front()
[all …]

12345