Home
last modified time | relevance | path

Searched refs:elx (Results 1 – 25 of 812) sorted by relevance

12345678910>>...33

/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/matrix/
H A Dnewmat2.cpp38 while (l--) *elx++ += *el++; in Add()
60 while (l--) *elx++ -= *el++; in Sub()
71 while (l--) *elx++ = *ely++; in Inject()
276 int l1 = f-skip; while (l1--) { *elx = - *elx; elx++; } in RevSub()
277 l1 = l-f; while (l1--) { *elx = *ely++ - *elx; elx++; } in RevSub()
278 lx -= l; while (lx--) { *elx = - *elx; elx++; } in RevSub()
289 Real* elx = data; in ConCat() local
549 REPORT Real* elx = data; int l = storage; while (l--) *elx++ = r; in Copy() local
555 REPORT Real* elx = data; int l = storage; while (l--) *elx++ = 0; in Zero() local
561 REPORT Real* elx = data; int l = storage; while (l--) *elx++ *= r; in Multiply() local
[all …]
H A Dbandmat.cpp359 while (i-- > 0) *elx++ = 0.0;
361 elx = mcin.data+mcin.storage; Real* el = elx;
363 while (j-- > 0) *elx++ = 0.0;
368 elx = el; Real sum = 0.0; int jx = j;
369 while (jx--) sum += *(--Ael) * *(--elx);
370 elx--; *elx = (*elx - sum) / *(--Ael);
381 while (i-- > 0) *elx++ = 0.0;
384 while (j-- > 0) *elx++ = 0.0;
389 elx = el; Real sum = 0.0; int jx = j;
390 while (jx--) sum += *Ael++ * *elx++;
[all …]
/dports/math/optpp/optpp-2.4/newmat11/
H A Dnewmat2.C37 while (l--) *elx++ += *el++; in Add()
59 while (l--) *elx++ -= *el++; in Sub()
70 while (l--) *elx++ = *ely++; in Inject()
275 int l1 = f-skip; while (l1--) { *elx = - *elx; elx++; } in RevSub()
276 l1 = l-f; while (l1--) { *elx = *ely++ - *elx; elx++; } in RevSub()
277 lx -= l; while (lx--) { *elx = - *elx; elx++; } in RevSub()
288 Real* elx = data; in ConCat() local
556 REPORT Real* elx = data; int l = storage; while (l--) *elx++ = r; in Copy() local
562 REPORT Real* elx = data; int l = storage; while (l--) *elx++ = 0; in Zero() local
568 REPORT Real* elx = data; int l = storage; while (l--) *elx++ *= r; in Multiply() local
[all …]
H A Dbandmat.C358 while (i-- > 0) *elx++ = 0.0; in Solver()
360 elx = mcin.data+mcin.storage; Real* el = elx; in Solver()
362 while (j-- > 0) *elx++ = 0.0; in Solver()
367 elx = el; Real sum = 0.0; int jx = j; in Solver()
368 while (jx--) sum += *(--Ael) * *(--elx); in Solver()
369 elx--; *elx = (*elx - sum) / *(--Ael); in Solver()
380 while (i-- > 0) *elx++ = 0.0; in Solver()
383 while (j-- > 0) *elx++ = 0.0; in Solver()
388 elx = el; Real sum = 0.0; int jx = j; in Solver()
389 while (jx--) sum += *Ael++ * *elx++; in Solver()
[all …]
/dports/math/newmat/newmat-1.1_1/
H A Dnewmat2.cpp44 while (l--) *elx++ += *el++; in Add()
66 while (l--) *elx++ -= *el++; in Sub()
77 while (l--) *elx++ = *ely++; in Inject()
282 int l1 = f-skip; while (l1--) { *elx = - *elx; elx++; } in RevSub()
283 l1 = l-f; while (l1--) { *elx = *ely++ - *elx; elx++; } in RevSub()
284 lx -= l; while (lx--) { *elx = - *elx; elx++; } in RevSub()
295 Real* elx = data; in ConCat() local
563 REPORT Real* elx = data; int l = storage; while (l--) *elx++ = r; in Copy() local
569 REPORT Real* elx = data; int l = storage; while (l--) *elx++ = 0; in Zero() local
575 REPORT Real* elx = data; int l = storage; while (l--) *elx++ *= r; in Multiply() local
[all …]
H A Dbandmat.cpp459 while (i-- > 0) *elx++ = 0.0; in Solver()
461 elx = mcin.data+mcin.storage; Real* el = elx; in Solver()
463 while (j-- > 0) *elx++ = 0.0; in Solver()
468 elx = el; Real sum = 0.0; int jx = j; in Solver()
469 while (jx--) sum += *(--Ael) * *(--elx); in Solver()
470 elx--; *elx = (*elx - sum) / *(--Ael); in Solver()
481 while (i-- > 0) *elx++ = 0.0; in Solver()
484 while (j-- > 0) *elx++ = 0.0; in Solver()
491 elx = el; Real sum = 0.0; int jx = j; in Solver()
492 while (jx--) sum += *Ael++ * *elx++; in Solver()
[all …]
/dports/mail/wanderlust/wanderlust-475514f/
H A DMakefile58 for i in `echo elmo/*.elx wl/*.elx utils/*.elx`; do\
83 wl/*.elx elmo/*.elx utils/*.elx
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/LocalDiscretization/
H A DSpectralHex.cpp103 _data.elx[0]=_xyz[0]; in jacobian()
104 _data.elx[1]=_xyz[1]; in jacobian()
105 _data.elx[2]=_xyz[2]; in jacobian()
138 _data.elx[0]=_xyz[0]; in integrate_vector()
139 _data.elx[1]=_xyz[1]; in integrate_vector()
140 _data.elx[2]=_xyz[2]; in integrate_vector()
/dports/misc/vxl/vxl-3.3.2/core/vpgl/
H A Dvpgl_fundamental_matrix.hxx167 vnl_matrix_fixed<T,3,3> elx((T)0); in extract_left_camera() local
168 elx.put( 0, 1, -el.w() ); elx.put( 0, 2, el.y() ); in extract_left_camera()
169 elx.put( 1, 0, el.w() ); elx.put( 1, 2, -el.x() ); in extract_left_camera()
170 elx.put( 2, 0, -el.y() ); elx.put( 2, 1, el.x() ); in extract_left_camera()
178 P.set_columns( 0, (elx*F_+elvt).as_ref() ); // size 3x3 in extract_left_camera()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/base/
H A Dflow_function.cc697 const double elx = std::exp(lbda * x); in vector_values() local
699 values[0][k] = 1. - elx * std::cos(y); in vector_values()
701 values[2][k] = -.5 * elx * elx + p_average + this->mean_pressure; in vector_values()
722 const double elx = std::exp(lbda * x); in vector_gradients() local
727 gradients[0][i][0] = -lbda * elx * cy; in vector_gradients()
728 gradients[0][i][1] = 2. * numbers::PI * elx * sy; in vector_gradients()
730 gradients[1][i][1] = lbda * elx * cy; in vector_gradients()
732 gradients[2][i][0] = -lbda * elx * elx; in vector_gradients()
756 const double elx = std::exp(lbda * x); in vector_laplacians() local
757 const double u = 1. - elx * std::cos(y); in vector_laplacians()
[all …]
/dports/math/R/R-4.1.2/src/main/
H A Didentical.c138 SEXP elx, ely; in R_compute_identical() local
148 for(elx = ax; elx != R_NilValue; elx = CDR(elx)) { in R_compute_identical()
149 const char *tx = CHAR(PRINTNAME(TAG(elx))); in R_compute_identical()
163 if(!R_compute_identical(CAR(elx), CAR(ely), in R_compute_identical()
/dports/math/libRmath/R-4.1.1/src/main/
H A Didentical.c138 SEXP elx, ely; in R_compute_identical() local
148 for(elx = ax; elx != R_NilValue; elx = CDR(elx)) { in R_compute_identical()
149 const char *tx = CHAR(PRINTNAME(TAG(elx))); in R_compute_identical()
163 if(!R_compute_identical(CAR(elx), CAR(ely), in R_compute_identical()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/vect/
H A Dpr50178.f907 real(kind=jprb) :: elx variable
23 zjm=real(jm,jprb) / elx
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/vect/
H A Dpr50178.f907 real(kind=jprb) :: elx variable
23 zjm=real(jm,jprb) / elx
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/vect/
H A Dpr50178.f907 real(kind=jprb) :: elx variable
23 zjm=real(jm,jprb) / elx
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/vect/
H A Dpr50178.f907 real(kind=jprb) :: elx variable
23 zjm=real(jm,jprb) / elx
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/vect/
H A Dpr50178.f907 real(kind=jprb) :: elx variable
23 zjm=real(jm,jprb) / elx
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/vect/
H A Dpr50178.f907 real(kind=jprb) :: elx variable
23 zjm=real(jm,jprb) / elx
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/vect/
H A Dpr50178.f907 real(kind=jprb) :: elx variable
23 zjm=real(jm,jprb) / elx
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/vect/
H A Dpr50178.f907 real(kind=jprb) :: elx variable
23 zjm=real(jm,jprb) / elx
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/vect/
H A Dpr50178.f907 real(kind=jprb) :: elx variable
23 zjm=real(jm,jprb) / elx
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/vect/
H A Dpr50178.f907 real(kind=jprb) :: elx variable
23 zjm=real(jm,jprb) / elx
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/vect/
H A Dpr50178.f907 real(kind=jprb) :: elx variable
23 zjm=real(jm,jprb) / elx
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/vect/
H A Dpr50178.f907 real(kind=jprb) :: elx variable
23 zjm=real(jm,jprb) / elx
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/vect/
H A Dpr50178.f907 real(kind=jprb) :: elx variable
23 zjm=real(jm,jprb) / elx

12345678910>>...33