Home
last modified time | relevance | path

Searched refs:low_index (Results 1 – 25 of 94) sorted by relevance

1234

/dports/math/singular/Singular-Release-4-2-1/omalloc/
H A DomBinPage.c351 unsigned long index_diff = high_index - low_index; in omBinPageIndexFault()
352 omAssume(low_index <= high_index && in omBinPageIndexFault()
361 om_MinBinPageIndex = low_index; in omBinPageIndexFault()
373 if (low_index < om_MinBinPageIndex) in omBinPageIndexFault()
379 om_MinBinPageIndex = low_index; in omBinPageIndexFault()
392 unsigned long low_index = omGetPageIndexOfAddr(low_addr); in omRegisterBinPages() local
398 omBinPageIndexFault(low_index, high_index); in omRegisterBinPages()
401 if (low_index < high_index) in omRegisterBinPages()
411 for (shift = low_index+1; shift < high_index; shift++) in omRegisterBinPages()
445 if (low_index < high_index) in omUnregisterBinPages()
[all …]
/dports/devel/robodoc/robodoc-4.99.44/Source/
H A Dlinks.c313 int low_index, high_index, cur_index, state, pass; in Find_Link() local
368 for ( cur_index = 0, low_index = 0, high_index = in Find_Link()
369 link_index_size - 1; high_index >= low_index; ) in Find_Link()
371 cur_index = ( high_index - low_index ) / 2 + low_index; in Find_Link()
389 low_index = cur_index + 1; in Find_Link()
400 for ( cur_index = 0, low_index = 0, high_index = in Find_Link()
401 link_index_size - 1; high_index >= low_index; ) in Find_Link()
403 cur_index = ( high_index - low_index ) / 2 + low_index; in Find_Link()
421 low_index = cur_index + 1; in Find_Link()
/dports/net/ntp/ntp-4.2.8p15/libparse/
H A Dmfp_mul.c103 int low_index = (i+j)/2; /* formal [0..3] - index for low long word */ in mfp_mul() local
104 int mid_index = 1+low_index; /* formal [1..4]! - index for high long word in mfp_mul()
124 if (((c[low_index] >> 1) + (result_low >> 1) + ((c[low_index] & result_low & carry) != 0)) & in mfp_mul()
129 c[low_index] += result_low; /* add up partial products */ in mfp_mul()
/dports/news/pan/pan-0.145/pan/usenet-utils/
H A Dnumbers.cc69 ranges_t::size_type low_index (std::lower_bound (_marked.begin(), _marked.end(), rr.low) in mark_range() local
76 for (i=low_index; i<=high_index && i<_marked.size(); ++i) in mark_range()
110 _marked.insert (_marked.begin()+low_index, rr); in mark_range()
111 if (low_index!=0) --low_index; in mark_range()
115 for (i=low_index; i<=high_index && i<_marked.size(); ) in mark_range()
131 ranges_t::size_type low_index (std::lower_bound (_marked.begin(), _marked.end(), ur.low) in unmark_range() local
136 for (i=low_index; i<=high_index && i<_marked.size(); ) in unmark_range()
150 _marked.insert (_marked.begin()+low_index+1, range); in unmark_range()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/QuadTri/
H A DQuadTriExtruded2D.cpp506 int low_index = -1; in MeshQuadToTriTopSurface() local
511 if(low_index < 0) in MeshQuadToTriTopSurface()
512 low_index = p; in MeshQuadToTriTopSurface()
513 else if(verts[p] < verts[low_index]) in MeshQuadToTriTopSurface()
514 low_index = p; in MeshQuadToTriTopSurface()
519 low_index = 0; in MeshQuadToTriTopSurface()
524 low_index = getIndexForLowestVertexPointer(verts); in MeshQuadToTriTopSurface()
526 addTriangle(verts[low_index], verts[(low_index + 1) % verts.size()], in MeshQuadToTriTopSurface()
527 verts[(low_index + 2) % verts.size()], to); in MeshQuadToTriTopSurface()
528 addTriangle(verts[low_index], verts[(low_index + 2) % verts.size()], in MeshQuadToTriTopSurface()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/blast/seqdb_reader/
H A Dseqdbtax.cpp225 Int4 low_index = 0; in GetTaxNames() local
230 TTaxId low_taxid = Index[low_index ].GetTaxId(); in GetTaxNames()
236 Int4 new_index = (low_index+high_index)/2; in GetTaxNames()
245 low_index = new_index; in GetTaxNames()
250 new_index = (low_index+high_index)/2; in GetTaxNames()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/blast/seqdb_reader/
H A Dseqdbtax.cpp225 Int4 low_index = 0; in GetTaxNames() local
230 TTaxId low_taxid = Index[low_index ].GetTaxId(); in GetTaxNames()
236 Int4 new_index = (low_index+high_index)/2; in GetTaxNames()
245 low_index = new_index; in GetTaxNames()
250 new_index = (low_index+high_index)/2; in GetTaxNames()
/dports/astro/phd2/phd2-2.6.10/contributions/MPI_IS_gaussian_process/tools/
H A Dmath_tools.cpp201 … int low_index = static_cast<int>(std::ceil(static_cast<double>(N) / static_cast<double>(N_data))); in compute_spectrum() local
204 … Eigen::VectorXd spectrum = result.segment(low_index, N / 2 - low_index + 1).array().abs().pow(2); in compute_spectrum()
205 … Eigen::VectorXd frequencies = Eigen::VectorXd::LinSpaced(N / 2 - low_index + 1, low_index, N / 2); in compute_spectrum()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/internalguide/MPI_IS_gaussian_process/src/
H A Dmath_tools.cpp177 … int low_index = static_cast<int>(std::ceil(static_cast<double>(N) / static_cast<double>(N_data))); in compute_spectrum() local
180 … Eigen::VectorXd spectrum = result.segment(low_index, N / 2 - low_index + 1).array().abs().pow(2); in compute_spectrum()
181 … Eigen::VectorXd frequencies = Eigen::VectorXd::LinSpaced(N / 2 - low_index + 1, low_index, N / 2); in compute_spectrum()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/internalguide/MPI_IS_gaussian_process/tools/
H A Dmath_tools.cpp177 … int low_index = static_cast<int>(std::ceil(static_cast<double>(N) / static_cast<double>(N_data))); in compute_spectrum() local
180 … Eigen::VectorXd spectrum = result.segment(low_index, N / 2 - low_index + 1).array().abs().pow(2); in compute_spectrum()
181 … Eigen::VectorXd frequencies = Eigen::VectorXd::LinSpaced(N / 2 - low_index + 1, low_index, N / 2); in compute_spectrum()
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dsgen-tarjan-bridge.c144 signed low_index : 27; member
340 res->index = res->low_index = -1; in create_data()
686 …obj, obj, safe_name_bridge (obj), other, other ? other->index : -2, other ? other->low_index : -2); in compute_low_index()
693 …ther->state == SCANNED || other->state == FINISHED_ON_STACK) && data->low_index > other->low_index) in compute_low_index()
694 data->low_index = other->low_index; in compute_low_index()
773 printf ("(%d/%d)", other->index, other->low_index); in create_scc()
852 g_assert (data->low_index == -1); in dfs()
855 data->low_index = data->index = object_index++; in dfs()
869 …d color %p\n", safe_name_bridge (data->obj), data->obj, data->index, data->low_index, data->color); in dfs()
876 …d color %p\n", safe_name_bridge (data->obj), data->obj, data->index, data->low_index, data->color); in dfs()
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Revoropt/include/Revoropt/Neighbours/
H A Dneighbourhood_def.hpp70 unsigned int low_index, high_index ; in split_sorted_queries() local
76 low_index = 0 ; in split_sorted_queries()
82 filtered_indices[low_index] = index ; in split_sorted_queries()
83 ++low_index ; in split_sorted_queries()
/dports/devel/elfsh/elfsh-0.51b3/libelfsh/
H A Dsanitize.c21 void elfsh_update_linkidx(elfshobj_t *file, int low_index, int diff) in elfsh_update_linkidx() argument
26 if (file->sht[index].sh_link && file->sht[index].sh_link >= low_index) in elfsh_update_linkidx()
/dports/misc/xdelta/xdelta-1.1.4/libedsio/
H A Dgeneric.c70 gint low_index = 0; in serializeio_find_entry() local
82 index = (low_index + high_index) / 2; in serializeio_find_entry()
88 low_index = index + 1; in serializeio_find_entry()
/dports/misc/xdelta3/xdelta-3.1.0/xdelta1/libedsio/
H A Dgeneric.c70 gint low_index = 0; in serializeio_find_entry() local
82 index = (low_index + high_index) / 2; in serializeio_find_entry()
88 low_index = index + 1; in serializeio_find_entry()
/dports/games/flare-engine/flare-engine-1.12/src/
H A DGameStatePlay.cpp1084 size_t low_index = eset->primary_stats.list.size(); in checkPrimaryStat() local
1090 low_index = high_index; in checkPrimaryStat()
1095 else if (stat == high && low_index == eset->primary_stats.list.size()) { in checkPrimaryStat()
1096 low_index = i; in checkPrimaryStat()
1098 …else if (low_index == eset->primary_stats.list.size() || (low_index < eset->primary_stats.list.siz… in checkPrimaryStat()
1099 low_index = i; in checkPrimaryStat()
1108 …if (low_index != eset->primary_stats.list.size() && second != eset->primary_stats.list[low_index].… in checkPrimaryStat()
1111 else if (pc->stats.get_primary(high_index) == pc->stats.get_primary(low_index)) { in checkPrimaryStat()
/dports/games/vamos/vamos-0.7.1/geometry/
H A DLinear_Interpolator.cc108 const size_t low = low_index (dist); in interpolate()
124 const size_t low = low_index (dist); in normal()
/dports/graphics/opencv/opencv-4.5.3/modules/core/test/
H A Dtest_eigen.cpp85 …bool check_pair_count(const cv::Mat& src, const cv::Mat& evalues, int low_index = -1, int high_ind…
86 …onst cv::Mat& src, const cv::Mat& evalues, const cv::Mat& evectors, int low_index = -1, int high_i…
168 bool Core_EigenTest::check_pair_count(const cv::Mat& src, const cv::Mat& evalues, int low_index, in… in check_pair_count() argument
171 …if (!( (evalues.rows == n - max<int>(0, low_index) - ((int)((n/2.0)*(s*s-s)) + (1+s-s*s)*(n - (hig… in check_pair_count()
181 …const cv::Mat& src, const cv::Mat& evalues, const cv::Mat& evectors, int low_index, int high_index) in check_pair_count() argument
184 …int right_eigen_pair_count = n - max<int>(0, low_index) - ((int)((n/2.0)*(s*s-s)) + (1+s-s*s)*(n -… in check_pair_count()
/dports/net-mgmt/irrtoolset/irrtoolset-release-5.1.3/src/dataset/
H A DPrefixRange.XPlex.cc176 while (idx < t->low_index()) in cache()
242 if (i < t->low_index()) t = (t->prev()); in dopred()
333 if (--h < hich->low_index()) hich = hich->prev(); in reverse()
371 v &= lo == ((hd))->PrefixRangeIChunk::low_index(); // first lo == plex lo in OK()
H A Dunsigned.XPlex.cc177 while (idx < t->low_index()) in cache()
243 if (i < t->low_index()) t = (t->prev()); in dopred()
353 v &= lo == ((hd))->unsignedIChunk::low_index(); // first lo == plex lo in OK()
/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/hugin/
H A DPreviewLayoutLinesTool.cpp394 unsigned int low_index, high_index; in updateLineInformation() local
397 low_index = cp.image1Nr; in updateLineInformation()
400 low_index = cp.image2Nr; in updateLineInformation()
406 LineDetails & line = m_lines[low_index * numberOfImages + high_index]; in updateLineInformation()
/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dmakerow.cpp860 int32_t low_index; // in occupation in compute_occupation_threshold() local
873 for (low_index = 0; low_index < high_window; low_index++, high_index++) { in compute_occupation_threshold()
888 for (low_index = 0; high_index < line_count; low_index++, high_index++) { in compute_occupation_threshold()
889 sum -= occupation[low_index]; in compute_occupation_threshold()
897 if (min_index <= low_index) { in compute_occupation_threshold()
898 min_occ = occupation[low_index + 1]; in compute_occupation_threshold()
899 min_index = low_index + 1; in compute_occupation_threshold()
913 for (sum = 0, low_index = 0; low_index < line_count; low_index++) { in compute_occupation_threshold()
915 min_occ = occupation[low_index]; in compute_occupation_threshold()
916 min_index = low_index; in compute_occupation_threshold()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/deep_mimic/env/
H A Dmotion_capture_data_multiclip.py215 low_index = times.tolist().index(all_times[all_times.index(inter_times[i]) - 1])
217 assert low_index == up_index - 1
218 … inter_root_pos.append(((np.array(root_pos[up_index]) + np.array(root_pos[low_index]))/2).tolist())
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/test/gpu/power_measurement_results/
H A Danalyze_power_measurement_results.py422 for low_index in range(len(candidates_with_good_stdev) - find_m_bots + 1):
423 high_index = low_index + find_m_bots - 1
424 mean_range = mean_list[high_index] - mean_list[low_index]
427 candidate_index = low_index
/dports/multimedia/php-pHash/pHash-0.9.6/src/
H A Dcimgffmpeg.h61 int ReadFrames(VFInfo *st_info, CImgList<uint8_t> *pFrameList, unsigned int low_index, unsigned int…

1234