Home
last modified time | relevance | path

Searched refs:n_low (Results 1 – 25 of 67) sorted by relevance

123

/dports/math/osqp/osqp-0.6.2/src/
H A Dpolish.c24 work->pol->n_low = 0; in form_Ared()
35 work->pol->Alow_to_A[work->pol->n_low] = j; in form_Ared()
36 work->pol->A_to_Alow[j] = work->pol->n_low++; in form_Ared()
52 if (work->pol->n_low + work->pol->n_upp == 0) { in form_Ared()
68 work->pol->Ared = csc_spalloc(work->pol->n_low + work->pol->n_upp, in form_Ared()
86 + work->pol->n_low; in form_Ared()
96 return work->pol->n_low + work->pol->n_upp; in form_Ared()
113 for (j = 0; j < work->pol->n_low; j++) { // l_low in form_rhs_red()
118 rhs[work->data->n + work->pol->n_low + j] = in form_rhs_red()
192 if (work->pol->n_low + work->pol->n_upp == 0) { in get_ypol_from_yred()
[all …]
/dports/math/py-osqp/osqp-0.6.2.post0/osqp_sources/src/
H A Dpolish.c24 work->pol->n_low = 0; in form_Ared()
35 work->pol->Alow_to_A[work->pol->n_low] = j; in form_Ared()
36 work->pol->A_to_Alow[j] = work->pol->n_low++; in form_Ared()
52 if (work->pol->n_low + work->pol->n_upp == 0) { in form_Ared()
68 work->pol->Ared = csc_spalloc(work->pol->n_low + work->pol->n_upp, in form_Ared()
86 + work->pol->n_low; in form_Ared()
96 return work->pol->n_low + work->pol->n_upp; in form_Ared()
113 for (j = 0; j < work->pol->n_low; j++) { // l_low in form_rhs_red()
118 rhs[work->data->n + work->pol->n_low + j] = in form_rhs_red()
192 if (work->pol->n_low + work->pol->n_upp == 0) { in get_ypol_from_yred()
[all …]
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/solver/clustermkl/
H A Dhecmw_ClusterMKL_wrapper.F90456 integer(kind=kint) :: i, key, work1(2,n), n_low, n_high, next, minidx, maxidx local
479 n_low=0
482 n_low=n_low+1
483 work1(1:2,n_low) = work(1:2,i)
491 work1(1:2,n_low+n_high) = work(1:2,i)
495 if(n_low>0) call myqsort(n_low,work1(1:2,1:n_low))
496 if(n_high>0) call myqsort(n_high,work1(1:2,n_low+1:n_low+n_high))
/dports/benchmarks/filebench/filebench-1.5-alpha3-27-g22620e6/cvars/mtwist/
H A Drandistrs.c890 size_t n_low; /* Current size of stack_low */ in rd_empirical_setup() local
942 n_high = n_low = 0; in rd_empirical_setup()
962 stack_low[n_low++] = i; in rd_empirical_setup()
970 while (n_low > 0) in rd_empirical_setup()
972 i = stack_low[--n_low]; /* i is the guy we'll adjust */ in rd_empirical_setup()
1008 stack_low[n_low++] = j; in rd_empirical_setup()
/dports/databases/py-gdbm/Python-3.8.12/Lib/importlib/
H A Dmetadata.py425 n_low = child.lower()
426 if (n_low in name.exact_matches
427 or n_low.startswith(name.prefix)
428 and n_low.endswith(name.suffixes)
430 or self.is_egg(name) and n_low == 'egg-info'):
/dports/lang/python38/Python-3.8.12/Lib/importlib/
H A Dmetadata.py425 n_low = child.lower()
426 if (n_low in name.exact_matches
427 or n_low.startswith(name.prefix)
428 and n_low.endswith(name.suffixes)
430 or self.is_egg(name) and n_low == 'egg-info'):
/dports/lang/python-tools/Python-3.8.12/Lib/importlib/
H A Dmetadata.py425 n_low = child.lower()
426 if (n_low in name.exact_matches
427 or n_low.startswith(name.prefix)
428 and n_low.endswith(name.suffixes)
430 or self.is_egg(name) and n_low == 'egg-info'):
/dports/databases/py-sqlite3/Python-3.8.12/Lib/importlib/
H A Dmetadata.py425 n_low = child.lower()
426 if (n_low in name.exact_matches
427 or n_low.startswith(name.prefix)
428 and n_low.endswith(name.suffixes)
430 or self.is_egg(name) and n_low == 'egg-info'):
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/importlib/
H A Dmetadata.py425 n_low = child.lower()
426 if (n_low in name.exact_matches
427 or n_low.startswith(name.prefix)
428 and n_low.endswith(name.suffixes)
430 or self.is_egg(name) and n_low == 'egg-info'):
/dports/lang/python39/Python-3.9.9/Lib/importlib/
H A Dmetadata.py446 n_low = child.lower()
447 if (n_low in name.exact_matches
448 or n_low.startswith(name.prefix)
449 and n_low.endswith(name.suffixes)
451 or self.is_egg(name) and n_low == 'egg-info'):
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/importlib_metadata/importlib_metadata/
H A D__init__.py442 n_low = child.lower()
443 if (n_low in name.exact_matches
444 or n_low.startswith(name.prefix)
445 and n_low.endswith(name.suffixes)
447 or self.is_egg(name) and n_low == 'egg-info'):
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/importlib_metadata/importlib_metadata/
H A D__init__.py474 n_low = child.lower()
475 if (n_low in name.exact_matches
476 or n_low.replace('.', '_').startswith(name.prefix)
477 and n_low.endswith(name.suffixes)
479 or self.is_egg(name) and n_low == 'egg-info'):
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/importlib_metadata/importlib_metadata/
H A D__init__.py474 n_low = child.lower()
475 if (n_low in name.exact_matches
476 or n_low.replace('.', '_').startswith(name.prefix)
477 and n_low.endswith(name.suffixes)
479 or self.is_egg(name) and n_low == 'egg-info'):
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/importlib_metadata/importlib_metadata/
H A D__init__.py474 n_low = child.lower()
475 if (n_low in name.exact_matches
476 or n_low.replace('.', '_').startswith(name.prefix)
477 and n_low.endswith(name.suffixes)
479 or self.is_egg(name) and n_low == 'egg-info'):
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/virtualenv/__virtualenv__/importlib_metadata-1.7.0-py2.py3-none-any/importlib_metadata/
H A D__init__.py474 n_low = child.lower()
475 if (n_low in name.exact_matches
476 or n_low.startswith(name.prefix)
477 and n_low.endswith(name.suffixes)
479 or self.is_egg(name) and n_low == 'egg-info'):
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/importlib_metadata/
H A D__init__.py474 n_low = child.lower()
475 if (n_low in name.exact_matches
476 or n_low.startswith(name.prefix)
477 and n_low.endswith(name.suffixes)
479 or self.is_egg(name) and n_low == 'egg-info'):
/dports/www/buku/buku-4.6/tests/
H A Dtest_bukuDb.py1234 n_low, n_high = (high, low) if low > high else (low, high)
1247 elif is_range and n_low > 0 and n_high > 0:
1465 n_low = low
1473 n_low = db_len
1476 n_low = high
1479 n_low = low
1482 n_low = low
1486 if n_high < n_low:
1487 n_high, n_low = n_low, n_high
1489 return (n_low, n_high)
/dports/math/py-arviz/arviz-0.11.4/arviz/tests/base_tests/
H A Dtest_diagnostics.py240 n_low = 100 if not relative else 100 / 400
245 assert ess_hat > n_low
248 assert ess_hat > n_low
259 assert ess_hat > n_low
356 n_low = 100 if not relative else 100 / (data.chain.size * data.draw.size)
365 assert np.all(ess_hat.mu.values > n_low) # This might break if the data is regenerated
/dports/security/p5-Authen-NTLM/NTLM-1.09/MD4/
H A DMD4.pm181 my ($r_low, $r_high, $n_low, $l_high);
186 $n_low = $num & 0xffff;
188 $r_low += $n_low;
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/hpc/
H A Dhpcbatteryvar.h110 int n_low; /* if n_flag*value < n_flag*n_low, now nocharging... */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/kernel/
H A Dsys_ia32.c104 unsigned int, off_hi, unsigned int, n_low, in SYSCALL_DEFINE6() argument
109 ((u64)n_hi << 32) | n_low, flags); in SYSCALL_DEFINE6()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/kernel/
H A Dsys_ia32.c104 unsigned int, off_hi, unsigned int, n_low, in SYSCALL_DEFINE6() argument
109 ((u64)n_hi << 32) | n_low, flags); in SYSCALL_DEFINE6()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/kernel/
H A Dsys_ia32.c104 unsigned int, off_hi, unsigned int, n_low, in SYSCALL_DEFINE6() argument
109 ((u64)n_hi << 32) | n_low, flags); in SYSCALL_DEFINE6()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/runtimes/flow_filters/
H A Dascent_runtime_babelflow_pmt.cpp239 GlobalIndexType n_low[3]; in DownSizeGhosts() local
241 n_low[0] = low[0] + dnx; in DownSizeGhosts()
242 n_low[1] = low[1] + dny; in DownSizeGhosts()
243 n_low[2] = low[2] + dnz; in DownSizeGhosts()
250 output[0] = make_local_block((FunctionType*)n_block_data, n_low, n_high, threshold); in DownSizeGhosts()
/dports/cad/calculix/CalculiX/cgx_2.18/src/
H A DmergEntity.c74 int n,m,i, n_low, n_high; in findCloseEntity() local
84 n_low=0; in findCloseEntity()
88 m=(n+n_low)*.5; in findCloseEntity()
89 if(rref >= rsort[m].r ) n_low=m; in findCloseEntity()
91 }while((n-n_low) != 1); in findCloseEntity()
105 …printf(" dn: %d n_low[%d]:%d n_high[%d]:%d\n", n_high-n_low, n_low,rsort[n_low].i, n_high,rsort[n_… in findCloseEntity()
109 for(i=n_low; i<=n_high; i++) in findCloseEntity()

123