Home
last modified time | relevance | path

Searched refs:lbot (Results 1 – 25 of 45) sorted by relevance

12

/dports/print/py-psautohint/psautohint-2.0.0/libpsautohint/src/
H A Deval.c218 Fixed ltop, lbot, lloc, rloc, rtop, rbot; in EvalVPair() local
223 lbot = leftSeg->sMin; in EvalVPair()
234 if ((ltop >= rbot) && (lbot <= rtop)) { /* overlap */ in EvalVPair()
235 Fixed overlaplen = NUMMIN(ltop, rtop) - NUMMAX(lbot, rbot); in EvalVPair()
236 Fixed minlen = NUMMIN(ltop - lbot, rtop - rbot); in EvalVPair()
243 Fixed bdst = abs(lbot - rtop); in EvalVPair()
265 AdjustVal(pv, ltop - lbot, rtop - rbot, dist, dx, false); in EvalVPair()
271 Fixed ltop, lbot, lloc, rloc, rtop, rbot; in VStemMiss() local
277 lbot = leftSeg->sMin; in VStemMiss()
286 if ((ltop < rbot) || (lbot > rtop)) /* does not overlap */ in VStemMiss()
/dports/biology/bowtie2/bowtie2-2.4.4/
H A Dbt2_idx.h330 SideLocus& lbot) in initFromTopBot()
339 lbot._sideNum = ltop._sideNum; in initFromTopBot()
341 lbot._by = lbot._charOff >> 2; in initFromTopBot()
343 lbot._bp = lbot._charOff & 3; in initFromTopBot()
345 lbot.initFromRow(bot, ep, ebwt); in initFromTopBot()
1990 SideLocus ltop, lbot; variable
2001 const SideLocus& lbot,
2014 countBt2SideEx(lbot, bots);
2135 SideLocus& lbot,
2239 const SideLocus& lbot,
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Typeset/Concat/
H A Dconcat_graphics.cpp42 notify_graphics_extents (tree t, point lbot, point rtop) { in notify_graphics_extents() argument
46 tree val= tuple (as_string (lbot[0]), as_string (lbot[1]), in notify_graphics_extents()
52 << object (lbot[0]) << object (lbot[1]) in notify_graphics_extents()
59 notify_graphics_extents (t[i], lbot, rtop); in notify_graphics_extents()
66 notify_graphics_extents (t[0][0], lbot, rtop); in notify_graphics_extents()
67 notify_graphics_extents (t[N(t)-1], lbot, rtop); in notify_graphics_extents()
/dports/cad/qflow/qflow-1.4.98/src/
H A Daddspacers.c1089 int ltop = lbot + 1; in via_make_generated()
1238 int ltop, lbot; in generate_stripes() local
1266 lbot = 0; in generate_stripes()
1280 lbot = fillgate->taps[i]->layer; in generate_stripes()
1316 lbot = fillgate->taps[i]->layer; in generate_stripes()
1416 prail->stripe->layer = lbot; in generate_stripes()
1430 newpost->strut->layer = lbot; in generate_stripes()
1462 prail->stripe->layer = lbot; in generate_stripes()
1476 newpost->strut->layer = lbot; in generate_stripes()
1500 for (l = lbot; l < ltop; l++) { in generate_stripes()
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/tweak_book/diff/
H A Dview.py438 if lbot < lfv and rbot < rfv:
470 ltop, lbot, rtop, rbot = lnum, lnum + 3, rnum, rnum + 3
471 if lbot < lfv and rbot < rfv:
708 ltop=cl.block().blockNumber()-1, lbot=cl.block().blockNumber(),
732 for ltop, lbot, rtop, rbot, kind in self.changes:
734 self.left.changes.append((ltop, lbot, kind))
744 changes[-1] = changes[-1]._replace(lbot=x.lbot, rbot=x.rbot)
760 rtop=rsb, rbot=rcb, ltop=lsb, lbot=lcb, kind='equal'))
766 ltop=start_block, lbot=current_block, rtop=r, rbot=r, kind='delete'))
772 rtop=start_block, rbot=current_block, ltop=l, lbot=l, kind='insert'))
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_notes.c518 char * tross_breakup_string( char * str , int lbot , int ltop ) in tross_breakup_string() argument
523 if( str == NULL || str[0] == '\0' || lbot > ltop || lbot < 4 ) return NULL ; in tross_breakup_string()
527 while( slen > lbot && isspace(str[slen-1]) ) slen-- ; /* trim blanks off end */ in tross_breakup_string()
529 ibot = 0 ; ldif = ltop-lbot ; in tross_breakup_string()
H A Dplug_afnihistory.c405 static void my_breakup_string( char *str , int lbot , int ltop ) in my_breakup_string() argument
409 if( str == NULL || lbot >= ltop || lbot < 4 ) return ; /* bad inputs */ in my_breakup_string()
413 ibot = 0 ; ldif = ltop-lbot+1 ; in my_breakup_string()
/dports/math/cm/cm-0.3.1/lib/class/
H A Dpari.c172 pari_sp lbot, ltop = avma; in good_root_of_unity() local
183 lbot = avma; /* memorise the only interesting object */ in good_root_of_unity()
187 avma = lbot; in good_root_of_unity()
/dports/biology/bowtie/bowtie-1.3.1/
H A Debwt.h1452 lbot._sideNum = ltop._sideNum; in initFromTopBot()
1453 lbot._sideByteOff = ltop._sideByteOff; in initFromTopBot()
1455 lbot._by = lbot._charOff >> 2; in initFromTopBot()
1456 assert_lt(lbot._by, (int)sideBwtSz); in initFromTopBot()
1457 if(!lbot._fw) lbot._by = sideBwtSz - lbot._by - 1; in initFromTopBot()
1458 lbot._bp = lbot._charOff & 3; in initFromTopBot()
1459 if(!lbot._fw) lbot._bp ^= 3; in initFromTopBot()
1461 lbot.initFromRow(bot, ep, ebwt); in initFromTopBot()
2358 if(lbot._fw) {
2374 assert_eq(mapLF(lbot, 0, true), bots[0]);
[all …]
H A Debwt_search_backtrack.h419 SideLocus ltop, lbot; variable
422 lbot = _preLbot;
425 SideLocus::initFromTopBot(top, bot, ebwt._eh, ebwt._ebwt, ltop, lbot);
548 ebwt.mapLFEx(ltop, lbot, &pairs[d*8], &pairs[(d*8)+4]);
564 top = ebwt.mapLF(ltop, c); bot = ebwt.mapLF(lbot, c);
573 SideLocus::initFromTopBot(top, bot, ebwt._eh, ebwt._ebwt, ltop, lbot);
2197 SideLocus ltop, lbot; in advanceBranch() local
2199 lbot.initFromRow(obot, ebwt_->_eh, ebwt_->_ebwt); in advanceBranch()
2200 ebwt.mapLFEx(ltop, lbot, tmptops, tmpbots); in advanceBranch()
/dports/biology/hisat2/hisat2-2.2.1/
H A Dgfm.h353 SideLocus& lbot) in initFromTopBot()
362 lbot._sideNum = ltop._sideNum; in initFromTopBot()
364 lbot._by = lbot._charOff >> 2; in initFromTopBot()
366 lbot._bp = lbot._charOff & 0x3; in initFromTopBot()
368 lbot.initFromRow(bot, gp, gfm); in initFromTopBot()
416 lbot._by = lbot._charOff >> 3; in initFromTopBot_bit()
418 lbot._bp = lbot._charOff & 0x7; in initFromTopBot_bit()
3492 SideLocus<index_t> ltop, lbot; variable
3503 const SideLocus<index_t>& lbot,
3516 countBt2SideEx(lbot, bots);
[all …]
/dports/math/p5-Math-Pari/pari-2.3.5/src/basemath/
H A Dgalconj.c356 pari_sp ltop, lbot; in initlift() local
366 lbot = avma; in initlift()
445 pari_sp ltop, lbot; in monomorphismratlift() local
490 lbot = avma; in monomorphismratlift()
2441 lbot=avma; in galoisfindfrobenius()
2616 lbot = avma; in galoisgen()
2629 lbot = avma; in galoisgen()
2653 lbot = avma; in galoisgen()
2681 lbot = avma; in galoisgen()
3150 lbot = avma; in galoisfixedfield()
[all …]
H A Darith2.c926 pari_sp lbot = avma; in factoru() local
934 avma = lbot; return gerepileupto(ltop,f); in factoru()
948 pari_sp lbot = avma; in factoru_pow() local
958 avma = lbot; return gerepileupto(ltop,f); in factoru_pow()
/dports/devel/upp/upp/uppsrc/Geom/Draw/
H A DpathDraw.cpp684 int ltop, lbot; in AddSegment() local
686 lbot = fround(width * trace.Bottom()); in AddSegment()
690 lbot = ltop + fround(width * trace.LeftHeight()); in AddSegment()
693 ltop = lbot = fround(width * (trace.left_top + trace.left_bottom) / 2); in AddSegment()
707 ln = Linear(ltop, lbot, c, -1); in AddSegment()
724 if(!ln.ground && (ltop || lbot)) in AddSegment()
741 seg.bottom = lbot; in AddSegment()
746 seg.bottom = max(seg.bottom, lbot); in AddSegment()
751 t.left_bottom = lbot; in AddSegment()
/dports/emulators/vice/vice-3.5/src/lib/libx264/common/
H A Dmacroblock.c984 int lbot = b_mbaff ? left[LBOT] : ltop; in x264_macroblock_cache_load() local
988 const int16_t bot_luma = (cbp[lbot] >> (left_index_table->mv[2]&(~1))) & 2; in x264_macroblock_cache_load()
997 h->mb.cache.intra4x4_pred_mode[x264_scan8[ 8] - 1] = i4x4[lbot][left_index_table->intra[2]]; in x264_macroblock_cache_load()
998 h->mb.cache.intra4x4_pred_mode[x264_scan8[10] - 1] = i4x4[lbot][left_index_table->intra[3]]; in x264_macroblock_cache_load()
1003 h->mb.cache.non_zero_count[x264_scan8[ 8] - 1] = nnz[lbot][left_index_table->nnz[2]]; in x264_macroblock_cache_load()
1004 h->mb.cache.non_zero_count[x264_scan8[10] - 1] = nnz[lbot][left_index_table->nnz[3]]; in x264_macroblock_cache_load()
1011 … h->mb.cache.non_zero_count[x264_scan8[16+ 8] - 1] = nnz[lbot][left_index_table->nnz[2]+16+offset]; in x264_macroblock_cache_load()
1012 … h->mb.cache.non_zero_count[x264_scan8[16+10] - 1] = nnz[lbot][left_index_table->nnz[3]+16+offset]; in x264_macroblock_cache_load()
1015 … h->mb.cache.non_zero_count[x264_scan8[32+ 8] - 1] = nnz[lbot][left_index_table->nnz[2]+32+offset]; in x264_macroblock_cache_load()
1021 … h->mb.cache.non_zero_count[x264_scan8[16+ 2] - 1] = nnz[lbot][left_index_table->nnz_chroma[1]]; in x264_macroblock_cache_load()
[all …]
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/
H A Dmacroblock.c918 int lbot = b_mbaff ? left[LBOT] : ltop; in macroblock_cache_load() local
922 const int16_t bot_luma = (cbp[lbot] >> (left_index_table->mv[2]&(~1))) & 2; in macroblock_cache_load()
931 h->mb.cache.intra4x4_pred_mode[x264_scan8[ 8] - 1] = i4x4[lbot][left_index_table->intra[2]]; in macroblock_cache_load()
932 h->mb.cache.intra4x4_pred_mode[x264_scan8[10] - 1] = i4x4[lbot][left_index_table->intra[3]]; in macroblock_cache_load()
937 h->mb.cache.non_zero_count[x264_scan8[ 8] - 1] = nnz[lbot][left_index_table->nnz[2]]; in macroblock_cache_load()
938 h->mb.cache.non_zero_count[x264_scan8[10] - 1] = nnz[lbot][left_index_table->nnz[3]]; in macroblock_cache_load()
945 … h->mb.cache.non_zero_count[x264_scan8[16+ 8] - 1] = nnz[lbot][left_index_table->nnz[2]+16+offset]; in macroblock_cache_load()
946 … h->mb.cache.non_zero_count[x264_scan8[16+10] - 1] = nnz[lbot][left_index_table->nnz[3]+16+offset]; in macroblock_cache_load()
949 … h->mb.cache.non_zero_count[x264_scan8[32+ 8] - 1] = nnz[lbot][left_index_table->nnz[2]+32+offset]; in macroblock_cache_load()
955 … h->mb.cache.non_zero_count[x264_scan8[16+ 2] - 1] = nnz[lbot][left_index_table->nnz_chroma[1]]; in macroblock_cache_load()
[all …]
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/
H A Dmacroblock.c918 int lbot = b_mbaff ? left[LBOT] : ltop; in macroblock_cache_load() local
922 const int16_t bot_luma = (cbp[lbot] >> (left_index_table->mv[2]&(~1))) & 2; in macroblock_cache_load()
931 h->mb.cache.intra4x4_pred_mode[x264_scan8[ 8] - 1] = i4x4[lbot][left_index_table->intra[2]]; in macroblock_cache_load()
932 h->mb.cache.intra4x4_pred_mode[x264_scan8[10] - 1] = i4x4[lbot][left_index_table->intra[3]]; in macroblock_cache_load()
937 h->mb.cache.non_zero_count[x264_scan8[ 8] - 1] = nnz[lbot][left_index_table->nnz[2]]; in macroblock_cache_load()
938 h->mb.cache.non_zero_count[x264_scan8[10] - 1] = nnz[lbot][left_index_table->nnz[3]]; in macroblock_cache_load()
945 … h->mb.cache.non_zero_count[x264_scan8[16+ 8] - 1] = nnz[lbot][left_index_table->nnz[2]+16+offset]; in macroblock_cache_load()
946 … h->mb.cache.non_zero_count[x264_scan8[16+10] - 1] = nnz[lbot][left_index_table->nnz[3]+16+offset]; in macroblock_cache_load()
949 … h->mb.cache.non_zero_count[x264_scan8[32+ 8] - 1] = nnz[lbot][left_index_table->nnz[2]+32+offset]; in macroblock_cache_load()
955 … h->mb.cache.non_zero_count[x264_scan8[16+ 2] - 1] = nnz[lbot][left_index_table->nnz_chroma[1]]; in macroblock_cache_load()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/common/
H A Dmacroblock.c984 int lbot = b_mbaff ? left[LBOT] : ltop; in x264_macroblock_cache_load() local
988 const int16_t bot_luma = (cbp[lbot] >> (left_index_table->mv[2]&(~1))) & 2; in x264_macroblock_cache_load()
997 h->mb.cache.intra4x4_pred_mode[x264_scan8[ 8] - 1] = i4x4[lbot][left_index_table->intra[2]]; in x264_macroblock_cache_load()
998 h->mb.cache.intra4x4_pred_mode[x264_scan8[10] - 1] = i4x4[lbot][left_index_table->intra[3]]; in x264_macroblock_cache_load()
1003 h->mb.cache.non_zero_count[x264_scan8[ 8] - 1] = nnz[lbot][left_index_table->nnz[2]]; in x264_macroblock_cache_load()
1004 h->mb.cache.non_zero_count[x264_scan8[10] - 1] = nnz[lbot][left_index_table->nnz[3]]; in x264_macroblock_cache_load()
1011 … h->mb.cache.non_zero_count[x264_scan8[16+ 8] - 1] = nnz[lbot][left_index_table->nnz[2]+16+offset]; in x264_macroblock_cache_load()
1012 … h->mb.cache.non_zero_count[x264_scan8[16+10] - 1] = nnz[lbot][left_index_table->nnz[3]+16+offset]; in x264_macroblock_cache_load()
1015 … h->mb.cache.non_zero_count[x264_scan8[32+ 8] - 1] = nnz[lbot][left_index_table->nnz[2]+32+offset]; in x264_macroblock_cache_load()
1021 … h->mb.cache.non_zero_count[x264_scan8[16+ 2] - 1] = nnz[lbot][left_index_table->nnz_chroma[1]]; in x264_macroblock_cache_load()
[all …]
/dports/math/pari/pari-2.13.3/doc/
H A Dusersch4.tex405 up the stack between \kbd{ltop} and \kbd{lbot}, where $\kbd{lbot} <
473 ltop = avma; garbage(); lbot = avma;
474 return gerepile(ltop, lbot, anything());
564 z = gerepile(ltop, lbot, z);
569 z = gerepile(ltop, lbot, gadd(x2,y2));
617 lbot = avma; z = cgetg(3, t_VEC);
634 lbot = avma; z = mkvec2(gadd(p1,y), gadd(p3,x));
635 z = gerepile(ltop,lbot,z);
672 lbot = avma; z = cgetg(3, t_COMPLEX);
674 gel(z, 2) = gsub(p3,p4); z = gerepile(ltop,lbot,z);
[all …]
/dports/math/p5-Math-Pari/pari-2.3.5/doc/
H A Dusersch4.tex340 \fun{GEN}{gerepile}{pari\_sp ltop, pari\_sp lbot, GEN q}
351 bot avma lbot ltop top
406 ltop = avma; garbage(); lbot = avma; q = anything();
510 z = gerepile(ltop, lbot, z);
515 z = gerepile(ltop, lbot, gadd(p1,p2));
565 lbot = avma; z = cgetg(3, t_VEC);
567 gel(z, 2) = gadd(p3,x); z = gerepile(ltop,lbot,z);
609 lbot = avma; z = cgetg(3, t_COMPLEX);
611 gel(z, 2) = gsub(p3,p4); z = gerepile(ltop,lbot,z);
627 then connected garbage from lbot to ltop. If we write
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/include/cantera/equil/
H A Dvcs_solve.h304 void vcs_dfe(const int stateCalc, const int ll, const size_t lbot, const size_t ltop);
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/addons/
H A Dtable.py534 lbot = (left, bottom)
538 points=(ltop, lbot, rtop, rbot),
/dports/graphics/art/ART-1.9.3/rtgui/
H A Dthresholdselector.cc475 Gtk::Label lbot(separatedLabelBottom); in on_button_press_event() local
492 hb.pack_start(lbot); in on_button_press_event()
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dballotpedia.org270 User-agent: lbot
/dports/math/p5-Math-Pari/pari-2.3.5/
H A DCOMPAT255 - gerepile(ltop,lbot,0) no longer returns ltop - lbot

12