Home
last modified time | relevance | path

Searched refs:maxlong (Results 1 – 25 of 145) sorted by relevance

123456

/dports/biology/emboss/EMBOSS-6.6.0/plplot/
H A Dplmap.c90 PLFLT minlong, PLFLT maxlong, PLFLT minlat, PLFLT maxlat ) in plmap() argument
137 while (bufx[i] > maxlong) { in plmap()
261 PLFLT minlong, PLFLT maxlong, PLFLT minlat, PLFLT maxlat ) in plmeridians() argument
265 if (minlong > maxlong) { in plmeridians()
267 minlong = maxlong; in plmeridians()
268 maxlong = temp; in plmeridians()
275 dx = (maxlong - minlong) / NSEG; in plmeridians()
284 x[1] = maxlong; in plmeridians()
288 for (xx = minlong; xx < maxlong; xx += dx) { in plmeridians()
300 for (xx = dlong * ceil(minlong/dlong); xx <= maxlong; xx += dlong) { in plmeridians()
/dports/net-p2p/ctorrent/ctorrent-dnh3.3.2/
H A Dcompat.c128 unsigned long maxlong = 0, i = RAND_MAX; in random() local
130 maxlong--; in random()
131 maxlong /= 2; in random()
134 while( i < maxlong ){ in random()
/dports/science/berkeleygw/BGW-2.0.0/Common/qhull/
H A Dmem.c181 if (qhmem.maxlong < qhmem.totlong) in qh_memalloc()
182 qhmem.maxlong= qhmem.totlong; in qh_memalloc()
425 qhmem .maxlong, qhmem .totlong, qhmem .cntlong - qhmem .freelong, in qh_memstatistics()
462 if (qhmem.maxlong < qhmem.totlong) in qh_memalloc()
463 qhmem.maxlong= qhmem.totlong; in qh_memalloc()
518 qhmem .maxlong, qhmem .totlong, qhmem .cntlong - qhmem .freelong); in qh_memstatistics()
535 void qh_memtotal(int *totlong, int *curlong, int *totshort, int *curshort, int *maxlong, int *totbu… in qh_memtotal() argument
540 *maxlong= qhmem .maxlong; in qh_memtotal()
/dports/science/afni/afni-AFNI_21.3.16/src/qhulldir/
H A Dmem.c177 if (qhmem.maxlong < qhmem.totlong) in qh_memalloc()
178 qhmem.maxlong= qhmem.totlong; in qh_memalloc()
421 qhmem .maxlong, qhmem .totlong, qhmem .cntlong - qhmem .freelong, in qh_memstatistics()
458 if (qhmem.maxlong < qhmem.totlong) in qh_memalloc()
459 qhmem.maxlong= qhmem.totlong; in qh_memalloc()
514 qhmem .maxlong, qhmem .totlong, qhmem .cntlong - qhmem .freelong); in qh_memstatistics()
531 void qh_memtotal(int *totlong, int *curlong, int *totshort, int *curshort, int *maxlong, int *totbu… in qh_memtotal() argument
536 *maxlong= qhmem .maxlong; in qh_memtotal()
/dports/math/libmesh/libmesh-1.6.2/contrib/qhull/2012.1/src/libqhull/
H A Dmem.c181 if (qhmem.maxlong < qhmem.totlong) in qh_memalloc()
182 qhmem.maxlong= qhmem.totlong; in qh_memalloc()
425 qhmem .maxlong, qhmem .totlong, qhmem .cntlong - qhmem .freelong, in qh_memstatistics()
462 if (qhmem.maxlong < qhmem.totlong) in qh_memalloc()
463 qhmem.maxlong= qhmem.totlong; in qh_memalloc()
518 qhmem .maxlong, qhmem .totlong, qhmem .cntlong - qhmem .freelong); in qh_memstatistics()
535 void qh_memtotal(int *totlong, int *curlong, int *totshort, int *curshort, int *maxlong, int *totbu… in qh_memtotal() argument
540 *maxlong= qhmem .maxlong; in qh_memtotal()
/dports/graphics/py-gdal/gdal-3.3.3/alg/internal_libqhull/
H A Dmem.c183 if (qhmem.maxlong < qhmem.totlong) in qh_memalloc()
184 qhmem.maxlong= qhmem.totlong; in qh_memalloc()
427 qhmem .maxlong, qhmem .totlong, qhmem .cntlong - qhmem .freelong, in qh_memstatistics()
464 if (qhmem.maxlong < qhmem.totlong) in qh_memalloc()
465 qhmem.maxlong= qhmem.totlong; in qh_memalloc()
520 qhmem .maxlong, qhmem .totlong, qhmem .cntlong - qhmem .freelong); in qh_memstatistics()
537 void qh_memtotal(int *totlong, int *curlong, int *totshort, int *curshort, int *maxlong, int *totbu… in qh_memtotal() argument
542 *maxlong= qhmem .maxlong; in qh_memtotal()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/alg/internal_libqhull/
H A Dmem.c183 if (qhmem.maxlong < qhmem.totlong) in qh_memalloc()
184 qhmem.maxlong= qhmem.totlong; in qh_memalloc()
427 qhmem .maxlong, qhmem .totlong, qhmem .cntlong - qhmem .freelong, in qh_memstatistics()
464 if (qhmem.maxlong < qhmem.totlong) in qh_memalloc()
465 qhmem.maxlong= qhmem.totlong; in qh_memalloc()
520 qhmem .maxlong, qhmem .totlong, qhmem .cntlong - qhmem .freelong); in qh_memstatistics()
537 void qh_memtotal(int *totlong, int *curlong, int *totshort, int *curshort, int *maxlong, int *totbu… in qh_memtotal() argument
542 *maxlong= qhmem .maxlong; in qh_memtotal()
/dports/devel/py-tinyarray/tinyarray-1.2.4/
H A Dtest_tinyarray.py172 maxlong = 2 ** (ctypes.sizeof(ctypes.c_long) * 8 - 1) - 1
176 for n in [10**100, -10**100, 123 * 10**20, -2 * maxlong,
177 maxlong + 1, np.array(maxlong + 1),
178 -maxlong - 2]:
183 for n in [maxlong, np.array(maxlong),
184 -maxlong - 1, np.array(-maxlong - 1)]:
196 n = maxlong + 1
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/libqhull/
H A Dmem.c185 if (qhmem.maxlong < qhmem.totlong) in qh_memalloc()
186 qhmem.maxlong= qhmem.totlong; in qh_memalloc()
455 qhmem.maxlong, qhmem.totlong, qhmem.cntlong - qhmem.freelong, in qh_memstatistics()
492 if (qhmem.maxlong < qhmem.totlong) in qh_memalloc()
493 qhmem.maxlong= qhmem.totlong; in qh_memalloc()
551 qhmem.maxlong, qhmem.totlong, qhmem.cntlong - qhmem.freelong); in qh_memstatistics()
568 void qh_memtotal(int *totlong, int *curlong, int *totshort, int *curshort, int *maxlong, int *totbu… in qh_memtotal() argument
573 *maxlong= qhmem.maxlong; in qh_memtotal()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/qhull/src/libqhull/
H A Dmem.c185 if (qhmem.maxlong < qhmem.totlong) in qh_memalloc()
186 qhmem.maxlong= qhmem.totlong; in qh_memalloc()
455 qhmem.maxlong, qhmem.totlong, qhmem.cntlong - qhmem.freelong, in qh_memstatistics()
492 if (qhmem.maxlong < qhmem.totlong) in qh_memalloc()
493 qhmem.maxlong= qhmem.totlong; in qh_memalloc()
551 qhmem.maxlong, qhmem.totlong, qhmem.cntlong - qhmem.freelong); in qh_memstatistics()
568 void qh_memtotal(int *totlong, int *curlong, int *totshort, int *curshort, int *maxlong, int *totbu… in qh_memtotal() argument
573 *maxlong= qhmem.maxlong; in qh_memtotal()
/dports/math/qhull8/qhull-8.0.2/src/libqhull/
H A Dmem.c185 if (qhmem.maxlong < qhmem.totlong) in qh_memalloc()
186 qhmem.maxlong= qhmem.totlong; in qh_memalloc()
463 qhmem.maxlong, qhmem.totlong, qhmem.cntlong - qhmem.freelong, in qh_memstatistics()
500 if (qhmem.maxlong < qhmem.totlong) in qh_memalloc()
501 qhmem.maxlong= qhmem.totlong; in qh_memalloc()
560 qhmem.maxlong, qhmem.totlong, qhmem.cntlong - qhmem.freelong); in qh_memstatistics()
577 void qh_memtotal(int *totlong, int *curlong, int *totshort, int *curshort, int *maxlong, int *totbu… in qh_memtotal() argument
582 *maxlong= qhmem.maxlong; in qh_memtotal()
/dports/math/qhull/qhull-7.3.2/src/libqhull/
H A Dmem.c185 if (qhmem.maxlong < qhmem.totlong) in qh_memalloc()
186 qhmem.maxlong= qhmem.totlong; in qh_memalloc()
463 qhmem.maxlong, qhmem.totlong, qhmem.cntlong - qhmem.freelong, in qh_memstatistics()
500 if (qhmem.maxlong < qhmem.totlong) in qh_memalloc()
501 qhmem.maxlong= qhmem.totlong; in qh_memalloc()
560 qhmem.maxlong, qhmem.totlong, qhmem.cntlong - qhmem.freelong); in qh_memstatistics()
577 void qh_memtotal(int *totlong, int *curlong, int *totshort, int *curshort, int *maxlong, int *totbu… in qh_memtotal() argument
582 *maxlong= qhmem.maxlong; in qh_memtotal()
/dports/math/py-pyhull/pyhull-2015.2.1/src/libqhull/
H A Dmem.c185 if (qhmem.maxlong < qhmem.totlong) in qh_memalloc()
186 qhmem.maxlong= qhmem.totlong; in qh_memalloc()
455 qhmem.maxlong, qhmem.totlong, qhmem.cntlong - qhmem.freelong, in qh_memstatistics()
492 if (qhmem.maxlong < qhmem.totlong) in qh_memalloc()
493 qhmem.maxlong= qhmem.totlong; in qh_memalloc()
551 qhmem.maxlong, qhmem.totlong, qhmem.cntlong - qhmem.freelong); in qh_memstatistics()
568 void qh_memtotal(int *totlong, int *curlong, int *totshort, int *curshort, int *maxlong, int *totbu… in qh_memtotal() argument
573 *maxlong= qhmem.maxlong; in qh_memtotal()
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Drepr.py20 self.maxlong = 40
102 if len(s) > self.maxlong:
103 i = max(0, (self.maxlong-3)//2)
104 j = max(0, self.maxlong-3-i)
/dports/lang/python27/Python-2.7.18/Lib/
H A Drepr.py20 self.maxlong = 40
102 if len(s) > self.maxlong:
103 i = max(0, (self.maxlong-3)//2)
104 j = max(0, self.maxlong-3-i)
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Drepr.py20 self.maxlong = 40
102 if len(s) > self.maxlong:
103 i = max(0, (self.maxlong-3)//2)
104 j = max(0, self.maxlong-3-i)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Drepr.py20 self.maxlong = 40
102 if len(s) > self.maxlong:
103 i = max(0, (self.maxlong-3)//2)
104 j = max(0, self.maxlong-3-i)
/dports/biology/emboss/EMBOSS-6.6.0/nucleus/
H A Dembnmer.c324 static ajulong maxlong = UINT_MAX; in embNmerGetNoElements() local
345 ajDebug("...result: %.3f max: %.3f\n", result, (double) maxlong); in embNmerGetNoElements()
348 if(result-1 > (double)maxlong) in embNmerGetNoElements()
/dports/devel/libowfat/libowfat-0.32/scan/
H A Dscan_longn.c3 static const unsigned long maxlong = ((unsigned long)-1)>>1; variable
36 if (n > maxlong+neg) break; in scan_longn()
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dreprlib.py48 self.maxlong = 40
131 if len(s) > self.maxlong:
132 i = max(0, (self.maxlong-3)//2)
133 j = max(0, self.maxlong-3-i)
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dreprlib.py48 self.maxlong = 40
131 if len(s) > self.maxlong:
132 i = max(0, (self.maxlong-3)//2)
133 j = max(0, self.maxlong-3-i)
/dports/lang/python37/Python-3.7.12/Lib/
H A Dreprlib.py48 self.maxlong = 40
131 if len(s) > self.maxlong:
132 i = max(0, (self.maxlong-3)//2)
133 j = max(0, self.maxlong-3-i)
/dports/lang/python38/Python-3.8.12/Lib/
H A Dreprlib.py48 self.maxlong = 40
131 if len(s) > self.maxlong:
132 i = max(0, (self.maxlong-3)//2)
133 j = max(0, self.maxlong-3-i)
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dreprlib.py48 self.maxlong = 40
131 if len(s) > self.maxlong:
132 i = max(0, (self.maxlong-3)//2)
133 j = max(0, self.maxlong-3-i)
/dports/lang/python39/Python-3.9.9/Lib/
H A Dreprlib.py48 self.maxlong = 40
131 if len(s) > self.maxlong:
132 i = max(0, (self.maxlong-3)//2)
133 j = max(0, self.maxlong-3-i)

123456