Home
last modified time | relevance | path

Searched defs:out_col (Results 1 – 25 of 99) sorted by relevance

1234

/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Dop_shift_meat.hpp148 for(uword out_col=len, col=0; col < (X_n_cols - len); ++col, ++out_col) in apply_noalias() local
153 for(uword out_col=0, col=(X_n_cols - len); col < X_n_cols; ++col, ++out_col) in apply_noalias() local
160 for(uword out_col=len, col=0; col < (X_n_cols - len); ++col, ++out_col) in apply_noalias() local
165 for(uword out_col=0, col=(X_n_cols - len); col < X_n_cols; ++col, ++out_col) in apply_noalias() local
179 for(uword out_col=0, col=len; col < X_n_cols; ++col, ++out_col) in apply_noalias() local
184 for(uword out_col=(X_n_cols-len), col=0; col < len; ++col, ++out_col) in apply_noalias() local
191 for(uword out_col=0, col=len; col < X_n_cols; ++col, ++out_col) in apply_noalias() local
196 for(uword out_col=(X_n_cols-len), col=0; col < len; ++col, ++out_col) in apply_noalias() local
H A Dspglue_merge_meat.hpp168 const uword out_col = (use_y_loc == false) ? x_it_col : y_it_col; in subview_merge() local
356 const uword out_col = (use_y_loc == false) ? x_it_col : y_it_col; in subview_merge() local
445 const uword out_col = (use_y_loc == false) ? x_it_col : y_it_col; in symmat_merge() local
532 const uword out_col = (use_y_loc == false) ? x_it_col : y_it_col; in diagview_merge() local
H A Dspglue_relational_meat.hpp119 const uword out_col = (use_y_loc == false) ? x_it_col : y_it_col; in apply_noalias() local
256 const uword out_col = (use_y_loc == false) ? x_it_col : y_it_col; in apply_noalias() local
508 const uword out_col = (use_y_loc == false) ? x_it_col : y_it_col; in apply_noalias() local
H A Dspglue_max_meat.hpp119 const uword out_col = (use_y_loc == false) ? x_it_col : y_it_col; in apply_noalias() local
H A Dspglue_min_meat.hpp119 const uword out_col = (use_y_loc == false) ? x_it_col : y_it_col; in apply_noalias() local
H A Dspglue_plus_meat.hpp124 const uword out_col = (use_y_loc == false) ? x_it_col : y_it_col; in apply_noalias() local
H A Dspglue_minus_meat.hpp124 const uword out_col = (use_y_loc == false) ? x_it_col : y_it_col; in apply_noalias() local
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dop_shift_meat.hpp148 for(uword out_col=len, col=0; col < (X_n_cols - len); ++col, ++out_col) in apply_noalias() local
153 for(uword out_col=0, col=(X_n_cols - len); col < X_n_cols; ++col, ++out_col) in apply_noalias() local
160 for(uword out_col=len, col=0; col < (X_n_cols - len); ++col, ++out_col) in apply_noalias() local
165 for(uword out_col=0, col=(X_n_cols - len); col < X_n_cols; ++col, ++out_col) in apply_noalias() local
179 for(uword out_col=0, col=len; col < X_n_cols; ++col, ++out_col) in apply_noalias() local
184 for(uword out_col=(X_n_cols-len), col=0; col < len; ++col, ++out_col) in apply_noalias() local
191 for(uword out_col=0, col=len; col < X_n_cols; ++col, ++out_col) in apply_noalias() local
196 for(uword out_col=(X_n_cols-len), col=0; col < len; ++col, ++out_col) in apply_noalias() local
H A Dspglue_merge_meat.hpp168 const uword out_col = (use_y_loc == false) ? x_it_col : y_it_col; in subview_merge() local
356 const uword out_col = (use_y_loc == false) ? x_it_col : y_it_col; in subview_merge() local
445 const uword out_col = (use_y_loc == false) ? x_it_col : y_it_col; in symmat_merge() local
532 const uword out_col = (use_y_loc == false) ? x_it_col : y_it_col; in diagview_merge() local
H A Dspglue_relational_meat.hpp119 const uword out_col = (use_y_loc == false) ? x_it_col : y_it_col; in apply_noalias() local
256 const uword out_col = (use_y_loc == false) ? x_it_col : y_it_col; in apply_noalias() local
508 const uword out_col = (use_y_loc == false) ? x_it_col : y_it_col; in apply_noalias() local
H A Dspglue_max_meat.hpp119 const uword out_col = (use_y_loc == false) ? x_it_col : y_it_col; in apply_noalias() local
H A Dspglue_min_meat.hpp119 const uword out_col = (use_y_loc == false) ? x_it_col : y_it_col; in apply_noalias() local
H A Dspglue_plus_meat.hpp124 const uword out_col = (use_y_loc == false) ? x_it_col : y_it_col; in apply_noalias() local
H A Dspglue_minus_meat.hpp124 const uword out_col = (use_y_loc == false) ? x_it_col : y_it_col; in apply_noalias() local
/dports/devel/aegis/aegis-4.25.D510/libaegis/output/filter/
H A Dindent.h113 int out_col; variable
/dports/devel/aegis/aegis-4.25.D510/fmtgen/
H A Dindent.h193 int out_col; variable
/dports/emulators/citra/citra-ac98458e0/externals/nihstro/examples/inline_assembler/simple/
H A Dsimple.cpp50 static const DestRegister out_col = DestRegister::MakeOutput(1); variable
/dports/emulators/citra-qt5/citra-ac98458e0/externals/nihstro/examples/inline_assembler/simple/
H A Dsimple.cpp50 static const DestRegister out_col = DestRegister::MakeOutput(1); variable
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/vmmlib/include/vmmlib/
H A Dblas_daxpy.hpp200 vector_t* out_col = new vector_t; in compute_mmm() local
238 vector_t* out_col = new vector_t; in compute_mmm() local
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/yuvscaler/
H A Dyuvscaler_resample.c185 int out_col_slice, out_col; in average() local
378 unsigned int out_col_slice, out_col; in average_specific() local
H A Dyuvscaler_bicubic.c81 unsigned int out_line, out_col,w,h; in cubic_scale() local
413 unsigned int out_line, out_col,w,h; in cubic_scale_interlaced() local
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/qr2term-0.2.2/src/
H A Dmatrix.rs49 let out_col = vec_col + thickness; in surround() localVariable
/dports/math/gnubc/bc-1.07.1/bc/
H A Dglobal.h130 EXTERN int out_col; variable
/dports/devel/cook/cook-2.30/common/
H A Dtrace.c132 static int out_col; in trace_putchar() local
/dports/games/taisei/taisei-1.3.2/src/
H A Dprojectile.c310 void calc_projectile_collision(Projectile *p, ProjCollisionResult *out_col) { in calc_projectile_collision()
567 int trace_projectile(Projectile *p, ProjCollisionResult *out_col, ProjCollisionType stopflags, int … in trace_projectile()

1234