HomeSort by relevance Sort by last modified time
    Searched refs:hlast (Results 1 - 3 of 3) sorted by null

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/link_analysis/
hits_alg.py 87 hlast=h
88 h=dict.fromkeys(hlast.keys(),0)
89 a=dict.fromkeys(hlast.keys(),0)
91 # doing a left multiply a^T=hlast^T*G
94 a[nbr]+=hlast[n]*G[n][nbr].get('weight',1)
106 err=sum([abs(h[n]-hlast[n]) for n in h])
  /external/mksh/src/
histrap.c 96 char **hfirst, **hlast, **hp, *editor = NULL; local
248 hlast = hist_get_newest(false);
258 hlast = last ? hist_get(last, true, lflag) :
260 if (!hlast)
263 if (hfirst > hlast) {
266 temp = hfirst; hfirst = hlast; hlast = temp;
275 for (hp = rflag ? hlast : hfirst;
276 hp >= hfirst && hp <= hlast; hp += rflag ? -1 : 1) {
304 for (hp = rflag ? hlast : hfirst
    [all...]
edit.c 3475 static int hlast; \/* 1 past last position in history *\/ variable
    [all...]

Completed in 3482 milliseconds