Home
last modified time | relevance | path

Searched refs:goright (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/sightglass/webui/sg-view/components/
H A DAppLogo.vue38 animation: goright 0.5s linear forwards 3.5s;
47 animation: goright 0.5s linear forwards 3.5s;
74 @keyframes goright {
/dports/x11/3ddesktop/3ddesktop-0.2.9/
H A D3ddesktop.conf109 view goright
/dports/biology/hisat2/hisat2-2.2.1/
H A Dsplice_site_new.cpp449 bool goleft = true, goright = true; in getSpliceSites_recur() local
452 goright = false; in getSpliceSites_recur()
482 if(goright && node->right != NULL) { in getSpliceSites_recur()
888 bool goleft = true, goright = true; in getSpliceSites_recur() local
891 goright = false; in getSpliceSites_recur()
921 if(goright && node->right != NULL) { in getSpliceSites_recur()
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/sdl/
H A Dsf_osfdlg.c75 STATIC void goright();
504 goright(); in myosdialog()
944 STATIC void goright() in goright() function
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Devent_estim.c439 int goright; in SCIPregForestPredict() local
443 goright = (datapoint[splitidxtree[pos]] > valuetree[pos]) ? 1 : 0; in SCIPregForestPredict()
444 pos = childtree[2 * pos + goright]; in SCIPregForestPredict()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtext.c1997 REGISTER INTBIG dx, dy, goleft, goright, goup, godown; in defaulttextdescript() local
2060 goleft = goright = goup = godown = 0; in defaulttextdescript()
2064 if (dx > 0) goright++; else in defaulttextdescript()
2070 if (dx < 0) goright++; in defaulttextdescript()
2106 if (goright != 0) in defaulttextdescript()