Home
last modified time | relevance | path

Searched refs:pos_l (Results 1 – 25 of 111) sorted by relevance

12345

/dports/biology/stacks/stacks-2.4/src/
H A Dsmoothing_utils.h51 determine_window_limits(vector<StatT *> &sites, uint center_bp, uint &pos_l, uint &pos_u) in determine_window_limits() argument
57 while (pos_l < sites.size()) { in determine_window_limits()
58 if (sites[pos_l] == NULL) { in determine_window_limits()
59 pos_l++; in determine_window_limits()
61 if (sites[pos_l]->bp < limit_l) in determine_window_limits()
62 pos_l++; in determine_window_limits()
H A Dsmoothing.h66 uint pos_l, pos_u; in smooth() local
71 pos_l = 0; in smooth()
86 determine_window_limits(popstats, c->bp, pos_l, pos_u); in smooth()
88 for (uint pos_p = pos_l; pos_p < pos_u; pos_p++) { in smooth()
100 …ulating sliding window; start position: " << pos_l << ", " << (popstats[pos_l] == NULL ? -1 : pops… in smooth()
106 for (uint j = pos_l; j < pos_u; j++) { in smooth()
H A Dbootstrap.h98 uint pos_l = 0; in execute() local
113 determine_window_limits(sites, c->bp, pos_l, pos_u); in execute()
116 for (uint i = pos_l; i < pos_u; i++) in execute()
128 for (uint i = pos_l; i < pos_u; i++) { in execute()
196 uint pos_l = 0; in execute_mixed() local
211 determine_window_limits(sites, c->bp, pos_l, pos_u); in execute_mixed()
214 for (uint i = pos_l; i < pos_u; i++) in execute_mixed()
226 for (uint i = pos_l; i < pos_u; i++) { in execute_mixed()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/klystron/src/snd/
H A Dcydchr.c53 ++chr->pos_l; in cydchr_output()
54 if (chr->pos_l >= chr->lut_size) in cydchr_output()
55 chr->pos_l = 0; in cydchr_output()
62 int a = chr->buffer[(chr->pos_buf - chr->lut[chr->pos_l] + chr->buf_size)]; in cydchr_output()
72 int a = chr->buffer[(chr->pos_buf - chr->lut[chr->pos_l] / CHORUS_ACCURACY + chr->buf_size)]; in cydchr_output()
73 int b = chr->buffer[(chr->pos_buf - chr->lut[chr->pos_l] / CHORUS_ACCURACY - 1 + chr->buf_size)]; in cydchr_output()
74 int s = chr->lut[chr->pos_l] % CHORUS_ACCURACY; in cydchr_output()
101 chr->pos_l = 0; in cydchr_set()
114 chr->pos_l = 0; in cydchr_set()
H A Dcydchr.h38 int pos_l, pos_r, pos_buf, buf_size, lut_size; member
/dports/math/z3/z3-z3-4.8.13/src/sat/
H A Dsat_elim_vars.cpp38 literal pos_l(v, false); in operator ()() local
40 unsigned num_bin_pos = simp.num_nonlearned_bin(pos_l); in operator ()()
44 clause_use_list & pos_occs = simp.m_use_list.get(pos_l); in operator ()()
54 if (!mark_literals(pos_l)) return false; in operator ()()
80 literal pos_l(v, false); in elim_var() local
82 clause_use_list & pos_occs = simp.m_use_list.get(pos_l); in elim_var()
88 simp.collect_clauses(pos_l, simp.m_pos_cls); in elim_var()
97 simp.remove_bin_clauses(pos_l); in elim_var()
99 simp.remove_clauses(pos_occs, pos_l); in elim_var()
113 literal pos_l(v, false); in elim_var() local
[all …]
H A Dsat_simplifier.cpp1739 literal pos_l(v, false); in get_to_elim_cost() local
1741 unsigned num_pos = m_use_list.get(pos_l).size(); in get_to_elim_cost()
1743 unsigned num_bin_pos = num_nonlearned_bin(pos_l); in get_to_elim_cost()
1908 literal pos_l(v, false); in try_eliminate() local
1910 unsigned num_bin_pos = num_nonlearned_bin(pos_l); in try_eliminate()
1912 clause_use_list & pos_occs = m_use_list.get(pos_l); in try_eliminate()
1947 collect_clauses(pos_l, m_pos_cls); in try_eliminate()
1956 if (resolve(c1, c2, pos_l, m_new_cls)) { in try_eliminate()
1984 if (!resolve(c1, c2, pos_l, m_new_cls)) in try_eliminate()
2023 remove_bin_clauses(pos_l); in try_eliminate()
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/sat/
H A Dsat_elim_vars.cpp38 literal pos_l(v, false); in operator ()() local
40 unsigned num_bin_pos = simp.num_nonlearned_bin(pos_l); in operator ()()
44 clause_use_list & pos_occs = simp.m_use_list.get(pos_l); in operator ()()
54 if (!mark_literals(pos_l)) return false; in operator ()()
80 literal pos_l(v, false); in elim_var() local
82 clause_use_list & pos_occs = simp.m_use_list.get(pos_l); in elim_var()
88 simp.collect_clauses(pos_l, simp.m_pos_cls); in elim_var()
97 simp.remove_bin_clauses(pos_l); in elim_var()
99 simp.remove_clauses(pos_occs, pos_l); in elim_var()
113 literal pos_l(v, false); in elim_var() local
[all …]
H A Dsat_simplifier.cpp1738 literal pos_l(v, false); in get_to_elim_cost() local
1740 unsigned num_pos = m_use_list.get(pos_l).size(); in get_to_elim_cost()
1742 unsigned num_bin_pos = num_nonlearned_bin(pos_l); in get_to_elim_cost()
1907 literal pos_l(v, false); in try_eliminate() local
1909 unsigned num_bin_pos = num_nonlearned_bin(pos_l); in try_eliminate()
1911 clause_use_list & pos_occs = m_use_list.get(pos_l); in try_eliminate()
1946 collect_clauses(pos_l, m_pos_cls); in try_eliminate()
1955 if (resolve(c1, c2, pos_l, m_new_cls)) { in try_eliminate()
1983 if (!resolve(c1, c2, pos_l, m_new_cls)) in try_eliminate()
2022 remove_bin_clauses(pos_l); in try_eliminate()
[all …]
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dcellspan.c336 int pos_l, pos_r; in cell_calc_span() local
338 pos_l = pos_r = cell->pos.col; in cell_calc_span()
345 if (--pos_l > min_col){ in cell_calc_span()
349 if (cellspan_is_empty (pos_l, cell)) { in cell_calc_span()
351 *col1 = pos_l; in cell_calc_span()
376 int pos_l, pos_r; in cell_calc_span() local
378 pos_l = pos_r = cell->pos.col; in cell_calc_span()
379 while (--pos_l > min_col) { in cell_calc_span()
382 if (cellspan_is_empty (pos_l, cell)) { in cell_calc_span()
384 sheet_style_get (cell->base.sheet, pos_l, row); in cell_calc_span()
[all …]
/dports/benchmarks/fio/fio-3.29/os/
H A Dos-linux.h335 static inline void make_pos_h_l(unsigned long *pos_h, unsigned long *pos_l,
339 *pos_l = offset;
342 *pos_l = offset & 0xffffffff;
349 unsigned long pos_l, pos_h;
351 make_pos_h_l(&pos_h, &pos_l, offset);
352 return syscall(__NR_preadv2, fd, iov, iovcnt, pos_l, pos_h, flags);
357 unsigned long pos_l, pos_h;
359 make_pos_h_l(&pos_h, &pos_l, offset);
360 return syscall(__NR_pwritev2, fd, iov, iovcnt, pos_l, pos_h, flags);
/dports/games/xonotic/Xonotic/source/qcsrc/common/effects/qc/
H A Dlightningarc.qc68 vector pos_l = from;
75 vector pos = pos_l + dirnew * steplength;
76 te_lightning1(NULL, pos_l, pos);
81 pos_l = pos;
83 te_lightning1(NULL, pos_l, to);
/dports/graphics/opencv/opencv-4.5.3/modules/videoio/src/
H A Dcap_xine.cpp211 int pos_t, pos_l, length; in getProperty() local
212 bool res = (bool)xine_get_pos_length(stream, &pos_l, &pos_t, &length); in getProperty()
218 case CV_CAP_PROP_POS_AVI_RATIO: return length && res ? pos_l / 65535.0 : 0.0; in getProperty()
337 int pos_t, pos_l, length; in seekRatio() local
338 bool res = (bool)xine_get_pos_length(stream, &pos_l, &pos_t, &length); in seekRatio()
/dports/print/simple-fb2-reader/simple-fb2-reader-1.1.3/src/formats/fb2/FictionBook/body/section/table/
H A Dtr.c37 char* pos_l = g_utf8_offset_to_pointer(cells_buff[j]->str, i*cell_size); in fb2_parse_tr() local
40 glong cell_string_size = (ptrdiff_t)(pos_r - pos_l); in fb2_parse_tr()
42 gtk_text_buffer_insert(text_buff, text_buff_end, pos_l, cell_string_size); in fb2_parse_tr()
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/soc/uniphier/
H A Daio-core.c1056 u32 pos_u, pos_l; in aiodma_rb_get_rp() local
1063 regmap_read(r, CDA2D_RBMXRDPTR(sub->swm->rb.map), &pos_l); in aiodma_rb_get_rp()
1065 regmap_read(r, CDA2D_RBMXRDPTR(sub->swm->rb.map), &pos_l); in aiodma_rb_get_rp()
1069 return ((u64)pos_u << 32) | pos_l; in aiodma_rb_get_rp()
1089 u32 pos_u, pos_l; in aiodma_rb_get_wp() local
1096 regmap_read(r, CDA2D_RBMXWRPTR(sub->swm->rb.map), &pos_l); in aiodma_rb_get_wp()
1098 regmap_read(r, CDA2D_RBMXWRPTR(sub->swm->rb.map), &pos_l); in aiodma_rb_get_wp()
1102 return ((u64)pos_u << 32) | pos_l; in aiodma_rb_get_wp()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/soc/uniphier/
H A Daio-core.c1056 u32 pos_u, pos_l; in aiodma_rb_get_rp() local
1063 regmap_read(r, CDA2D_RBMXRDPTR(sub->swm->rb.map), &pos_l); in aiodma_rb_get_rp()
1065 regmap_read(r, CDA2D_RBMXRDPTR(sub->swm->rb.map), &pos_l); in aiodma_rb_get_rp()
1069 return ((u64)pos_u << 32) | pos_l; in aiodma_rb_get_rp()
1089 u32 pos_u, pos_l; in aiodma_rb_get_wp() local
1096 regmap_read(r, CDA2D_RBMXWRPTR(sub->swm->rb.map), &pos_l); in aiodma_rb_get_wp()
1098 regmap_read(r, CDA2D_RBMXWRPTR(sub->swm->rb.map), &pos_l); in aiodma_rb_get_wp()
1102 return ((u64)pos_u << 32) | pos_l; in aiodma_rb_get_wp()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/soc/uniphier/
H A Daio-core.c1056 u32 pos_u, pos_l; in aiodma_rb_get_rp() local
1063 regmap_read(r, CDA2D_RBMXRDPTR(sub->swm->rb.map), &pos_l); in aiodma_rb_get_rp()
1065 regmap_read(r, CDA2D_RBMXRDPTR(sub->swm->rb.map), &pos_l); in aiodma_rb_get_rp()
1069 return ((u64)pos_u << 32) | pos_l; in aiodma_rb_get_rp()
1089 u32 pos_u, pos_l; in aiodma_rb_get_wp() local
1096 regmap_read(r, CDA2D_RBMXWRPTR(sub->swm->rb.map), &pos_l); in aiodma_rb_get_wp()
1098 regmap_read(r, CDA2D_RBMXWRPTR(sub->swm->rb.map), &pos_l); in aiodma_rb_get_wp()
1102 return ((u64)pos_u << 32) | pos_l; in aiodma_rb_get_wp()
/dports/graphics/azpainter/azpainter-2.1.7/src/image/
H A DTileImage_draw.c882 int npos,pos_l,pos_r,n1,n2; in TileImage_getGradationColor() local
919 pos_l = *p1; in TileImage_getGradationColor()
934 n1 = npos - pos_l; in TileImage_getGradationColor()
935 n2 = pos_r - pos_l; in TileImage_getGradationColor()
950 pos_l = *p1; in TileImage_getGradationColor()
953 n1 = (p2[1] - p1[1]) * (npos - pos_l) / (pos_r - pos_l) + p1[1]; in TileImage_getGradationColor()
/dports/graphics/azpainterb/azpainterb-1.1.3/src/image/
H A DTileImage_draw.c904 int npos,pos_l,pos_r,n1,n2; in TileImage_getGradationColor() local
937 pos_l = _grad_get_rgb_color(&pixl, p1, info); in TileImage_getGradationColor()
954 n1 = npos - pos_l; in TileImage_getGradationColor()
955 n2 = pos_r - pos_l; in TileImage_getGradationColor()
970 pos_l = _GRAD_GETPOS(p1); in TileImage_getGradationColor()
973 n1 = (p2[2] - p1[2]) * (npos - pos_l) / (pos_r - pos_l) + p1[2]; in TileImage_getGradationColor()
/dports/databases/db18/db-18.1.40/src/btree/
H A Dbt_search.c281 size_t pos, pos_h, pos_l; local
357 pos_l = 0;
404 pos = pos_l > pos_h ? pos_h : pos_l;
429 pos_l = pos;
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/
H A Dread_write.c1059 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h) in SYSCALL_DEFINE5() argument
1061 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE5()
1067 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h, in SYSCALL_DEFINE6() argument
1070 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE6()
1079 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h) in SYSCALL_DEFINE5() argument
1081 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE5()
1087 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h, in SYSCALL_DEFINE6() argument
1090 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE6()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/
H A Dread_write.c1059 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h) in SYSCALL_DEFINE5() argument
1061 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE5()
1067 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h, in SYSCALL_DEFINE6() argument
1070 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE6()
1079 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h) in SYSCALL_DEFINE5() argument
1081 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE5()
1087 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h, in SYSCALL_DEFINE6() argument
1090 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE6()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/
H A Dread_write.c1059 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h) in SYSCALL_DEFINE5() argument
1061 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE5()
1067 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h, in SYSCALL_DEFINE6() argument
1070 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE6()
1079 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h) in SYSCALL_DEFINE5() argument
1081 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE5()
1087 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h, in SYSCALL_DEFINE6() argument
1090 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE6()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudalegacy/src/cuda/
H A DNCVBroxOpticalFlow.cu559 const int pos_l = i > 0 ? pos - 1 : pos; in sor_pass() local
580 u_left = tex1Dfetch(tex_u, pos_l); in sor_pass()
586 v_left = tex1Dfetch(tex_v, pos_l); in sor_pass()
593 du_left = tex1Dfetch(tex_du, pos_l); in sor_pass()
599 dv_left = tex1Dfetch(tex_dv, pos_l); in sor_pass()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/bitset/stress_test/
H A Dtest_util.h1113 typename BV::size_type pos, pos_c, pos_l; in TestFindDiff() local
1125 bool f2 = bv1.find_first_mismatch(bv2, pos_l, pos); in TestFindDiff()
1127 assert(pos_l == pos); in TestFindDiff()
1130 f2 = bv1.find_first_mismatch(bv2, pos_l, pos-1); in TestFindDiff()

12345