Home
last modified time | relevance | path

Searched refs:num_comp (Results 1 – 25 of 548) sorted by relevance

12345678910>>...22

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxblend1.c45 memset(out, 0, num_comp); in pdf14_unpack_rgb_mix()
58 memset(out, 0, num_comp); in pdf14_unpack16_rgb_mix()
499 for (--num_comp; num_comp > 3; num_comp--) in pdf14_gray_cs_to_cmyk_cm()
510 for (--num_comp; num_comp > 2; num_comp--) in pdf14_gray_cs_to_rgbspot_cm()
523 for (--num_comp; num_comp > 2; num_comp--) in pdf14_rgb_cs_to_rgbspot_cm()
533 for (--num_comp; num_comp > 2; num_comp--) in pdf14_cmyk_cs_to_rgbspot_cm()
544 for (--num_comp; num_comp > 0; num_comp--) in pdf14_gray_cs_to_grayspot_cm()
555 for (--num_comp; num_comp > 0; num_comp--) in pdf14_rgb_cs_to_grayspot_cm()
565 for (--num_comp; num_comp > 0; num_comp--) in pdf14_cmyk_cs_to_grayspot_cm()
601 for (--num_comp; num_comp > 3; num_comp--) in pdf14_rgb_cs_to_cmyk_cm()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxblend1.c45 memset(out, 0, num_comp); in pdf14_unpack_rgb_mix()
58 memset(out, 0, num_comp); in pdf14_unpack16_rgb_mix()
499 for (--num_comp; num_comp > 3; num_comp--) in pdf14_gray_cs_to_cmyk_cm()
510 for (--num_comp; num_comp > 2; num_comp--) in pdf14_gray_cs_to_rgbspot_cm()
523 for (--num_comp; num_comp > 2; num_comp--) in pdf14_rgb_cs_to_rgbspot_cm()
533 for (--num_comp; num_comp > 2; num_comp--) in pdf14_cmyk_cs_to_rgbspot_cm()
544 for (--num_comp; num_comp > 0; num_comp--) in pdf14_gray_cs_to_grayspot_cm()
555 for (--num_comp; num_comp > 0; num_comp--) in pdf14_rgb_cs_to_grayspot_cm()
565 for (--num_comp; num_comp > 0; num_comp--) in pdf14_cmyk_cs_to_grayspot_cm()
601 for (--num_comp; num_comp > 3; num_comp--) in pdf14_rgb_cs_to_cmyk_cm()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxblend1.c139 for (i = 0; i < num_comp; i++) in pdf14_unpack_custom()
201 int num_comp = n_chan - 1; in pdf14_compose_group() local
313 tos_pixel[num_comp] = tos_ptr[x + num_comp * tos_planestride]; in pdf14_compose_group()
314 nos_pixel[num_comp] = nos_ptr[x + num_comp * nos_planestride]; in pdf14_compose_group()
382 nos_ptr[x + num_comp * nos_planestride] = nos_pixel[num_comp]; in pdf14_compose_group()
535 for (--num_comp; num_comp > 3; num_comp--) in pdf14_gray_cs_to_cmyk_cm()
536 out[num_comp] = 0; in pdf14_gray_cs_to_cmyk_cm()
571 for (--num_comp; num_comp > 3; num_comp--) in pdf14_rgb_cs_to_cmyk_cm()
572 out[num_comp] = 0; in pdf14_rgb_cs_to_cmyk_cm()
584 for (--num_comp; num_comp > 3; num_comp--) in pdf14_cmyk_cs_to_cmyk_cm()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxblend1.c139 for (i = 0; i < num_comp; i++) in pdf14_unpack_custom()
201 int num_comp = n_chan - 1; in pdf14_compose_group() local
313 tos_pixel[num_comp] = tos_ptr[x + num_comp * tos_planestride]; in pdf14_compose_group()
314 nos_pixel[num_comp] = nos_ptr[x + num_comp * nos_planestride]; in pdf14_compose_group()
382 nos_ptr[x + num_comp * nos_planestride] = nos_pixel[num_comp]; in pdf14_compose_group()
535 for (--num_comp; num_comp > 3; num_comp--) in pdf14_gray_cs_to_cmyk_cm()
536 out[num_comp] = 0; in pdf14_gray_cs_to_cmyk_cm()
571 for (--num_comp; num_comp > 3; num_comp--) in pdf14_rgb_cs_to_cmyk_cm()
572 out[num_comp] = 0; in pdf14_rgb_cs_to_cmyk_cm()
584 for (--num_comp; num_comp > 3; num_comp--) in pdf14_cmyk_cs_to_cmyk_cm()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/freedreno/ir3/
H A Dir3_nir_lower_64b.c84 for (unsigned i = 0; i < num_comp; i++) { in lower_64b_intrinsics()
115 assert(num_comp == 1); in lower_64b_intrinsics()
127 nir_ssa_def *components[num_comp]; in lower_64b_intrinsics()
143 for (unsigned i = 0; i < num_comp; i++) { in lower_64b_intrinsics()
160 for (unsigned i = 0; i < num_comp; i++) { in lower_64b_intrinsics()
188 nir_ssa_def *components[num_comp]; in lower_64b_undef()
190 for (unsigned i = 0; i < num_comp; i++) { in lower_64b_undef()
296 nir_ssa_def *components[num_comp]; in lower_64b_global()
297 for (unsigned off = 0; off < num_comp;) { in lower_64b_global()
298 unsigned c = MIN2(num_comp - off, 4); in lower_64b_global()
[all …]
H A Dir3_nir_lower_wide_load_store.c58 unsigned num_comp = nir_intrinsic_src_components(intr, 0); in lower_wide_load_store() local
60 nir_ssa_def *val = nir_ssa_for_src(b, intr->src[0], num_comp); in lower_wide_load_store()
63 for (unsigned off = 0; off < num_comp; off += 4) { in lower_wide_load_store()
64 unsigned c = MIN2(num_comp - off, 4); in lower_wide_load_store()
83 unsigned num_comp = nir_intrinsic_dest_components(intr); in lower_wide_load_store() local
86 nir_ssa_def *components[num_comp]; in lower_wide_load_store()
88 for (unsigned off = 0; off < num_comp;) { in lower_wide_load_store()
89 unsigned c = MIN2(num_comp - off, 4); in lower_wide_load_store()
108 return nir_build_alu_src_arr(b, nir_op_vec(num_comp), components); in lower_wide_load_store()
/dports/math/R-cran-recipes/recipes/R/
H A Dpca.R90 num_comp = 5, argument
111 num_comp = num_comp,
131 num_comp = num_comp,
148 if (x$num_comp > 0) {
162 x$num_comp <- min(x$num_comp, length(col_names))
165 num_comp <-
167 if (length(num_comp) == 0)
169 x$num_comp <- num_comp
185 num_comp = x$num_comp,
228 if (x$num_comp > 0) {
[all …]
H A Dnnmf.R66 num_comp = 2, argument
83 num_comp = num_comp,
104 num_comp = num_comp,
122 if (x$num_comp > 0) {
124 x$num_comp <- min(x$num_comp, length(col_names))
127 opts$ndim <- x$num_comp
148 num_comp = x$num_comp,
162 if (object$num_comp > 0) {
170 comps <- comps[, 1:object$num_comp, drop = FALSE]
184 if (x$num_comp == 0) {
[all …]
H A Dica.R87 num_comp = 5, argument
104 num_comp = num_comp,
123 num_comp = num_comp,
138 if (x$num_comp > 0) {
139 x$num_comp <- min(x$num_comp, length(col_names))
146 list(ndim = x$num_comp)
161 num_comp = x$num_comp,
173 if (object$num_comp > 0) {
196 if (x$num_comp == 0) {
210 if (x$num_comp > 0) {
[all …]
H A Dkpca.R61 num_comp = 5, argument
78 num_comp = num_comp,
90 function(terms, role, trained, num_comp, res, options, prefix, argument
97 num_comp = num_comp,
112 if (x$num_comp > 0) {
113 kprc <- dimRed::kPCA(stdpars = c(list(ndim = x$num_comp), x$options))
135 num_comp = x$num_comp,
147 if (object$num_comp > 0) {
152 comps <- comps[, 1:object$num_comp, drop = FALSE]
166 if (x$num_comp == 0) {
[all …]
H A Dkpca_rbf.R51 num_comp = 5, argument
67 num_comp = num_comp,
79 function(terms, role, trained, num_comp, res, sigma, prefix, argument
86 num_comp = num_comp,
101 if (x$num_comp > 0) {
105 list(ndim = x$num_comp),
133 num_comp = x$num_comp,
145 if (object$num_comp > 0) {
150 comps <- comps[, 1:object$num_comp, drop = FALSE]
164 if (x$num_comp == 0) {
[all …]
H A Dkpca_poly.R51 num_comp = 5, argument
69 num_comp = num_comp,
83 function(terms, role, trained, num_comp, res, degree, scale_factor, offset, argument
90 num_comp = num_comp,
108 if (x$num_comp > 0) {
112 list(ndim = x$num_comp),
141 num_comp = x$num_comp,
155 if (object$num_comp > 0) {
160 comps <- comps[, 1:object$num_comp, drop = FALSE]
174 if (x$num_comp == 0) {
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxblend1.c207 int num_comp = n_chan - 1; in pdf14_compose_group() local
314 tos_pixel[num_comp] = tos_ptr[x + num_comp * tos_planestride]; in pdf14_compose_group()
315 nos_pixel[num_comp] = nos_ptr[x + num_comp * nos_planestride]; in pdf14_compose_group()
364 for (i = 0; i < num_comp; ++i) in pdf14_compose_group()
366 nos_ptr[x + num_comp * nos_planestride] = nos_pixel[num_comp]; in pdf14_compose_group()
533 for (--num_comp; num_comp > 3; num_comp--) in pdf14_gray_cs_to_cmyk_cm()
534 out[num_comp] = 0; in pdf14_gray_cs_to_cmyk_cm()
569 for (--num_comp; num_comp > 3; num_comp--) in pdf14_rgb_cs_to_cmyk_cm()
570 out[num_comp] = 0; in pdf14_rgb_cs_to_cmyk_cm()
582 for (--num_comp; num_comp > 3; num_comp--) in pdf14_cmyk_cs_to_cmyk_cm()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxblend1.c207 int num_comp = n_chan - 1; in pdf14_compose_group() local
314 tos_pixel[num_comp] = tos_ptr[x + num_comp * tos_planestride]; in pdf14_compose_group()
315 nos_pixel[num_comp] = nos_ptr[x + num_comp * nos_planestride]; in pdf14_compose_group()
364 for (i = 0; i < num_comp; ++i) in pdf14_compose_group()
366 nos_ptr[x + num_comp * nos_planestride] = nos_pixel[num_comp]; in pdf14_compose_group()
533 for (--num_comp; num_comp > 3; num_comp--) in pdf14_gray_cs_to_cmyk_cm()
534 out[num_comp] = 0; in pdf14_gray_cs_to_cmyk_cm()
569 for (--num_comp; num_comp > 3; num_comp--) in pdf14_rgb_cs_to_cmyk_cm()
570 out[num_comp] = 0; in pdf14_rgb_cs_to_cmyk_cm()
582 for (--num_comp; num_comp > 3; num_comp--) in pdf14_cmyk_cs_to_cmyk_cm()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DReducedBasis.cpp148 int num_comp = 0; in get_num_components() local
152 partial_sum += singular_vals(num_comp)*singular_vals(num_comp++); in get_num_components()
154 return num_comp; in get_num_components()
176 int num_comp = 0; in get_num_components() local
180 ratio = singular_vals(num_comp)*singular_vals(num_comp++)/largest_eig_val; in get_num_components()
182 return num_comp; in get_num_components()
187 ReducedBasis::NumComponents::NumComponents(int num_comp) : in NumComponents() argument
189 num_components(num_comp) in NumComponents()
/dports/math/fxt/fxt/src/comb/
H A Dcomposition-rank.h53 for (ulong j=1; j<=xk; ++j) r += NC.num_comp(n+1-j, k-1); in rank_lex()
66 for (ulong j=1; j<=xk; ++j) r += NC.num_comp(n+1-j, k-1); in rank_gray()
69 if ( xk&1 ) r += NC.num_comp(n-xk, k-1)-1 - ri; in rank_gray()
84 if ( !(xk&1) ) r += NC.num_comp(n-xk, k-1)-1 - ri; in rank_enup_rev()
93 return NC.num_comp(n, k) - 1 - rank_enup_rev(x, n, k); in rank_enup()
109 ulong nc = NC.num_comp(n-xk, k-1); in unrank_get_el()
137 if ( xj & 1 ) r = NC.num_comp(n-xj, j) -1 -r; in unrank_gray()
148 r = NC.num_comp(n, k) -1 -r; in unrank_enup()
152 if ( !(xj & 1) ) r = NC.num_comp(n-xj, j) -1 -r; in unrank_enup()
159 ulong num_comp(ulong n, ulong k) const in num_comp() function
[all …]
/dports/lang/clover/mesa-21.3.6/src/compiler/nir/
H A Dnir_opt_copy_propagate.c38 unsigned num_comp = instr->dest.dest.ssa.num_components; in is_swizzleless_move() local
40 if (instr->src[0].src.ssa->num_components != num_comp) in is_swizzleless_move()
44 for (unsigned i = 0; i < num_comp; i++) { in is_swizzleless_move()
49 for (unsigned i = 0; i < num_comp; i++) { in is_swizzleless_move()
69 unsigned num_comp = mov->dest.dest.ssa.num_components; in rewrite_to_vec() local
70 nir_alu_instr *new_vec = nir_alu_instr_create(b.shader, nir_op_vec(num_comp)); in rewrite_to_vec()
71 for (unsigned i = 0; i < num_comp; i++) in rewrite_to_vec()
90 unsigned num_comp = nir_ssa_alu_instr_src_components(user, src_idx); in copy_propagate_alu() local
95 for (unsigned i = 0; i < num_comp; i++) in copy_propagate_alu()
100 for (unsigned i = 1; i < num_comp; i++) { in copy_propagate_alu()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/compiler/nir/
H A Dnir_opt_copy_propagate.c38 unsigned num_comp = instr->dest.dest.ssa.num_components; in is_swizzleless_move() local
40 if (instr->src[0].src.ssa->num_components != num_comp) in is_swizzleless_move()
44 for (unsigned i = 0; i < num_comp; i++) { in is_swizzleless_move()
49 for (unsigned i = 0; i < num_comp; i++) { in is_swizzleless_move()
69 unsigned num_comp = mov->dest.dest.ssa.num_components; in rewrite_to_vec() local
70 nir_alu_instr *new_vec = nir_alu_instr_create(b.shader, nir_op_vec(num_comp)); in rewrite_to_vec()
71 for (unsigned i = 0; i < num_comp; i++) in rewrite_to_vec()
90 unsigned num_comp = nir_ssa_alu_instr_src_components(user, src_idx); in copy_propagate_alu() local
95 for (unsigned i = 0; i < num_comp; i++) in copy_propagate_alu()
100 for (unsigned i = 1; i < num_comp; i++) { in copy_propagate_alu()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/compiler/nir/
H A Dnir_opt_copy_propagate.c38 unsigned num_comp = instr->dest.dest.ssa.num_components; in is_swizzleless_move() local
40 if (instr->src[0].src.ssa->num_components != num_comp) in is_swizzleless_move()
44 for (unsigned i = 0; i < num_comp; i++) { in is_swizzleless_move()
49 for (unsigned i = 0; i < num_comp; i++) { in is_swizzleless_move()
69 unsigned num_comp = mov->dest.dest.ssa.num_components; in rewrite_to_vec() local
70 nir_alu_instr *new_vec = nir_alu_instr_create(b.shader, nir_op_vec(num_comp)); in rewrite_to_vec()
71 for (unsigned i = 0; i < num_comp; i++) in rewrite_to_vec()
90 unsigned num_comp = nir_ssa_alu_instr_src_components(user, src_idx); in copy_propagate_alu() local
95 for (unsigned i = 0; i < num_comp; i++) in copy_propagate_alu()
100 for (unsigned i = 1; i < num_comp; i++) { in copy_propagate_alu()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/compiler/nir/
H A Dnir_opt_copy_propagate.c38 unsigned num_comp = instr->dest.dest.ssa.num_components; in is_swizzleless_move() local
40 if (instr->src[0].src.ssa->num_components != num_comp) in is_swizzleless_move()
44 for (unsigned i = 0; i < num_comp; i++) { in is_swizzleless_move()
49 for (unsigned i = 0; i < num_comp; i++) { in is_swizzleless_move()
69 unsigned num_comp = mov->dest.dest.ssa.num_components; in rewrite_to_vec() local
70 nir_alu_instr *new_vec = nir_alu_instr_create(b.shader, nir_op_vec(num_comp)); in rewrite_to_vec()
71 for (unsigned i = 0; i < num_comp; i++) in rewrite_to_vec()
90 unsigned num_comp = nir_ssa_alu_instr_src_components(user, src_idx); in copy_propagate_alu() local
95 for (unsigned i = 0; i < num_comp; i++) in copy_propagate_alu()
100 for (unsigned i = 1; i < num_comp; i++) { in copy_propagate_alu()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/compiler/nir/
H A Dnir_opt_copy_propagate.c38 unsigned num_comp = instr->dest.dest.ssa.num_components; in is_swizzleless_move() local
40 if (instr->src[0].src.ssa->num_components != num_comp) in is_swizzleless_move()
44 for (unsigned i = 0; i < num_comp; i++) { in is_swizzleless_move()
49 for (unsigned i = 0; i < num_comp; i++) { in is_swizzleless_move()
69 unsigned num_comp = mov->dest.dest.ssa.num_components; in rewrite_to_vec() local
70 nir_alu_instr *new_vec = nir_alu_instr_create(b.shader, nir_op_vec(num_comp)); in rewrite_to_vec()
71 for (unsigned i = 0; i < num_comp; i++) in rewrite_to_vec()
90 unsigned num_comp = nir_ssa_alu_instr_src_components(user, src_idx); in copy_propagate_alu() local
95 for (unsigned i = 0; i < num_comp; i++) in copy_propagate_alu()
100 for (unsigned i = 1; i < num_comp; i++) { in copy_propagate_alu()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/compiler/nir/
H A Dnir_opt_copy_propagate.c38 unsigned num_comp = instr->dest.dest.ssa.num_components; in is_swizzleless_move() local
40 if (instr->src[0].src.ssa->num_components != num_comp) in is_swizzleless_move()
44 for (unsigned i = 0; i < num_comp; i++) { in is_swizzleless_move()
49 for (unsigned i = 0; i < num_comp; i++) { in is_swizzleless_move()
69 unsigned num_comp = mov->dest.dest.ssa.num_components; in rewrite_to_vec() local
70 nir_alu_instr *new_vec = nir_alu_instr_create(b.shader, nir_op_vec(num_comp)); in rewrite_to_vec()
71 for (unsigned i = 0; i < num_comp; i++) in rewrite_to_vec()
90 unsigned num_comp = nir_ssa_alu_instr_src_components(user, src_idx); in copy_propagate_alu() local
95 for (unsigned i = 0; i < num_comp; i++) in copy_propagate_alu()
100 for (unsigned i = 1; i < num_comp; i++) { in copy_propagate_alu()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/compiler/nir/
H A Dnir_opt_copy_propagate.c38 unsigned num_comp = instr->dest.dest.ssa.num_components; in is_swizzleless_move() local
40 if (instr->src[0].src.ssa->num_components != num_comp) in is_swizzleless_move()
44 for (unsigned i = 0; i < num_comp; i++) { in is_swizzleless_move()
49 for (unsigned i = 0; i < num_comp; i++) { in is_swizzleless_move()
69 unsigned num_comp = mov->dest.dest.ssa.num_components; in rewrite_to_vec() local
70 nir_alu_instr *new_vec = nir_alu_instr_create(b.shader, nir_op_vec(num_comp)); in rewrite_to_vec()
71 for (unsigned i = 0; i < num_comp; i++) in rewrite_to_vec()
90 unsigned num_comp = nir_ssa_alu_instr_src_components(user, src_idx); in copy_propagate_alu() local
95 for (unsigned i = 0; i < num_comp; i++) in copy_propagate_alu()
100 for (unsigned i = 1; i < num_comp; i++) { in copy_propagate_alu()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/compiler/nir/
H A Dnir_opt_copy_propagate.c38 unsigned num_comp = instr->dest.dest.ssa.num_components; in is_swizzleless_move() local
40 if (instr->src[0].src.ssa->num_components != num_comp) in is_swizzleless_move()
44 for (unsigned i = 0; i < num_comp; i++) { in is_swizzleless_move()
49 for (unsigned i = 0; i < num_comp; i++) { in is_swizzleless_move()
69 unsigned num_comp = mov->dest.dest.ssa.num_components; in rewrite_to_vec() local
70 nir_alu_instr *new_vec = nir_alu_instr_create(b.shader, nir_op_vec(num_comp)); in rewrite_to_vec()
71 for (unsigned i = 0; i < num_comp; i++) in rewrite_to_vec()
90 unsigned num_comp = nir_ssa_alu_instr_src_components(user, src_idx); in copy_propagate_alu() local
95 for (unsigned i = 0; i < num_comp; i++) in copy_propagate_alu()
100 for (unsigned i = 1; i < num_comp; i++) { in copy_propagate_alu()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/compiler/nir/
H A Dnir_opt_copy_propagate.c38 unsigned num_comp = instr->dest.dest.ssa.num_components; in is_swizzleless_move() local
40 if (instr->src[0].src.ssa->num_components != num_comp) in is_swizzleless_move()
44 for (unsigned i = 0; i < num_comp; i++) { in is_swizzleless_move()
49 for (unsigned i = 0; i < num_comp; i++) { in is_swizzleless_move()
69 unsigned num_comp = mov->dest.dest.ssa.num_components; in rewrite_to_vec() local
70 nir_alu_instr *new_vec = nir_alu_instr_create(b.shader, nir_op_vec(num_comp)); in rewrite_to_vec()
71 for (unsigned i = 0; i < num_comp; i++) in rewrite_to_vec()
90 unsigned num_comp = nir_ssa_alu_instr_src_components(user, src_idx); in copy_propagate_alu() local
95 for (unsigned i = 0; i < num_comp; i++) in copy_propagate_alu()
100 for (unsigned i = 1; i < num_comp; i++) { in copy_propagate_alu()
[all …]

12345678910>>...22