Home
last modified time | relevance | path

Searched refs:max_cdim (Results 1 – 10 of 10) sorted by relevance

/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxchar.c365 static const fixed max_cdim[3] = in set_cache_device() local
448 if (cdim.x > max_cdim[log2_scale.x] || in set_cache_device()
449 cdim.y > max_cdim[log2_scale.y] in set_cache_device()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxchar.c365 static const fixed max_cdim[3] = in set_cache_device() local
448 if (cdim.x > max_cdim[log2_scale.x] || in set_cache_device()
449 cdim.y > max_cdim[log2_scale.y] in set_cache_device()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxchar.c523 static const fixed max_cdim[3] = in set_cache_device() local
584 if (cdim.x > max_cdim[log2_scale.x] || in set_cache_device()
585 cdim.y > max_cdim[log2_scale.y] in set_cache_device()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxchar.c499 static const fixed max_cdim[3] = in set_cache_device() local
565 if (cdim.x > max_cdim[log2_scale.x] || in set_cache_device()
566 cdim.y > max_cdim[log2_scale.y] in set_cache_device()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxchar.c523 static const fixed max_cdim[3] = in set_cache_device() local
584 if (cdim.x > max_cdim[log2_scale.x] || in set_cache_device()
585 cdim.y > max_cdim[log2_scale.y] in set_cache_device()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxchar.c525 static const fixed max_cdim[3] = in set_cache_device() local
592 if (cdim.x > max_cdim[log2_scale.x] || in set_cache_device()
593 cdim.y > max_cdim[log2_scale.y] in set_cache_device()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxchar.c499 static const fixed max_cdim[3] = in set_cache_device() local
565 if (cdim.x > max_cdim[log2_scale.x] || in set_cache_device()
566 cdim.y > max_cdim[log2_scale.y] in set_cache_device()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxchar.c525 static const fixed max_cdim[3] = in set_cache_device() local
592 if (cdim.x > max_cdim[log2_scale.x] || in set_cache_device()
593 cdim.y > max_cdim[log2_scale.y] in set_cache_device()
/dports/math/R-cran-nloptr/nloptr/src/nlopt_src/slsqp/
H A Dslsqp.c2455 unsigned max_cdim; in nlopt_slsqp() local
2457 max_cdim = MAX2(nlopt_max_constraint_dim(m, fc), in nlopt_slsqp()
2464 + n+1 + n + n + max_cdim*n in nlopt_slsqp()
2474 w = cgradtmp + max_cdim*n; in nlopt_slsqp()
/dports/math/nlopt/nlopt-2.7.1/src/algs/slsqp/
H A Dslsqp.c2459 unsigned max_cdim; in nlopt_slsqp() local
2462 max_cdim = MAX2(nlopt_max_constraint_dim(m, fc), in nlopt_slsqp()
2469 + n+1 + n + n + max_cdim*n in nlopt_slsqp()
2479 w = cgradtmp + max_cdim*n; in nlopt_slsqp()