Home
last modified time | relevance | path

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

/dports/net/zebra-server/idzebra-2.0.55/tab/
H A Dvar1.var38 type 3 start intunit
39 type 4 end intunit
40 type 5 howmuch intunit
41 type 6 step intunit
46 type 1 cost intunit
47 type 2 size intunit
59 type 1 cost intunit
H A Dexplain.tag41 tag 110 timeoutInterval intunit
80 tag 218 updateInterval intunit
H A Dtagsetg.tag23 tag 18 time intunit
/dports/misc/py-python-geohash/python-geohash-0.8.5/
H A Dquadtree.py36 for i in range(int(_geohash.intunit/2)):
39 ret += "0213"[(intu>>(_geohash.intunit-2-i*2))&0x03]
48 unit = int(_geohash.intunit/2)
69 args.extend([0,]*int(128/_geohash.intunit-len(args)))
H A Dgeohash.py296 if _geohash.intunit == 64:
298 elif _geohash.intunit == 32:
300 elif _geohash.intunit == 16:
/dports/cad/electric/electric-7.00/src/db/
H A Ddbmath.c1753 float db_getcurrentscale(INTBIG intunit, INTBIG dispunit, INTBIG lambda) in db_getcurrentscale() argument
1755 switch (intunit&INTERNALUNITS) in db_getcurrentscale()