Home
last modified time | relevance | path

Searched refs:flat_y (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/py-pycha/pycha-0.8.1/pycha/
H A Dstackedbar.py41 flat_y = [pair[1] for pair in reduce(lambda a, b: a + b, stores)]
42 store_size = len(flat_y) // n_stores
43 accum = [sum(flat_y[j]for j in xrange(i,
46 for i in range(len(flat_y) // n_stores)]
/dports/science/py-GPy/GPy-1.10.0/GPy/inference/latent_function_inference/
H A Dlaplace.py81 flat_y = Y.flatten()
102 zipped_values.append((flat_y[i], flat_mu[i], flat_var[i], y_m))
105 zipped_values = zip(flat_y, flat_mu, flat_var, [None]*Y.shape[0])
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxpcopy.c103 fixed ex, ey, flat_x, flat_y; in gx_path_copy_reducing() local
126 flat_y = in gx_path_copy_reducing()
129 flat = min(flat_x, flat_y); in gx_path_copy_reducing()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxpcopy.c103 fixed ex, ey, flat_x, flat_y; in gx_path_copy_reducing() local
126 flat_y = in gx_path_copy_reducing()
129 flat = min(flat_x, flat_y); in gx_path_copy_reducing()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxpcopy.c128 fixed ex, ey, flat_x, flat_y; in gx_path_copy_reducing() local
160 flat_y = in gx_path_copy_reducing()
163 flat = min(flat_x, flat_y); in gx_path_copy_reducing()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxpcopy.c128 fixed ex, ey, flat_x, flat_y; in gx_path_copy_reducing() local
160 flat_y = in gx_path_copy_reducing()
163 flat = min(flat_x, flat_y); in gx_path_copy_reducing()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxpcopy.c155 fixed ex, ey, flat_x, flat_y; in gx_path_copy_reducing() local
187 flat_y = in gx_path_copy_reducing()
190 flat = min(flat_x, flat_y); in gx_path_copy_reducing()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxpcopy.c155 fixed ex, ey, flat_x, flat_y; in gx_path_copy_reducing() local
187 flat_y = in gx_path_copy_reducing()
190 flat = min(flat_x, flat_y); in gx_path_copy_reducing()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxpcopy.c152 fixed ex, ey, flat_x, flat_y; in gx_path_copy_reducing() local
184 flat_y = in gx_path_copy_reducing()
187 flat = min(flat_x, flat_y); in gx_path_copy_reducing()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxpcopy.c152 fixed ex, ey, flat_x, flat_y; in gx_path_copy_reducing() local
184 flat_y = in gx_path_copy_reducing()
187 flat = min(flat_x, flat_y); in gx_path_copy_reducing()
/dports/graphics/opendx/dx-4.4.4/src/exec/libdx/
H A Drender.h34 int flat_y; /* flat y in volume rendering */ member
H A Dgather.c57 PARAMETER(flat_y, "flat y", int, DXExtractInteger); in parameters()