/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/src/function/simopt/ |
H A D | ROL_BoundConstraint_SimOpt.hpp | 131 ROL::Ptr<Vector<Real> > x2 = xs.get_2()->clone(); x2->set(*(xs.get_2())); in project() 156 ROL::Ptr<Vector<Real> > x2 = xs.get_2()->clone(); x2->set(*(xs.get_2())); in projectInterior() 179 nn2 = bnd2_->checkMultipliers(*(ls.get_2()),*(xs.get_2())); in checkMultipliers() 206 ROL::Ptr<Vector<Real> > v2 = vs.get_2()->clone(); v2->set(*(vs.get_2())); in pruneUpperActive() 238 ROL::Ptr<Vector<Real> > v2 = vs.get_2()->clone(); v2->set(*(vs.get_2())); in pruneUpperActive() 239 bnd2_->pruneUpperActive(*v2,*(gs.get_2()),*(xs.get_2()),eps); in pruneUpperActive() 266 ROL::Ptr<Vector<Real> > v2 = vs.get_2()->clone(); v2->set(*(vs.get_2())); in pruneLowerActive() 298 ROL::Ptr<Vector<Real> > v2 = vs.get_2()->clone(); v2->set(*(vs.get_2())); in pruneLowerActive() 299 bnd2_->pruneLowerActive(*v2,*(gs.get_2()),*(xs.get_2()),eps); in pruneLowerActive() 340 ROL::Ptr<Vector<Real> > v2 = vs.get_2()->clone(); v2->set(*(vs.get_2())); in pruneActive() [all …]
|
H A D | ROL_Objective_SimOpt.hpp | 73 this->update(*(xs.get_1()),*(xs.get_2()),flag,iter); in update() 84 return this->value(*(xs.get_1()),*(xs.get_2()),tol); in value() 135 ROL::Ptr<Vector<Real> > g2 = gs.get_2()->clone(); in gradient() 136 this->gradient_1(*g1,*(xs.get_1()),*(xs.get_2()),tol); in gradient() 137 this->gradient_2(*g2,*(xs.get_1()),*(xs.get_2()),tol); in gradient() 249 this->hessVec_11(*h11,*(vs.get_1()),*(xs.get_1()),*(xs.get_2()),tol); in hessVec() 251 this->hessVec_12(*h12,*(vs.get_2()),*(xs.get_1()),*(xs.get_2()),tol); in hessVec() 252 ROL::Ptr<Vector<Real> > h21 = (hvs.get_2())->clone(); in hessVec() 253 this->hessVec_21(*h21,*(vs.get_1()),*(xs.get_1()),*(xs.get_2()),tol); in hessVec() 254 ROL::Ptr<Vector<Real> > h22 = (hvs.get_2())->clone(); in hessVec() [all …]
|
H A D | ROL_Constraint_SimOpt.hpp | 901 update(*(xs.get_1()),*(xs.get_2()),flag,iter); in update() 909 value(c,*(xs.get_1()),*(xs.get_2()),tol); in value() 921 applyJacobian_1(jv,*(vs.get_1()),*(xs.get_1()),*(xs.get_2()),tol); in applyJacobian() 923 applyJacobian_2(*jv2,*(vs.get_2()),*(xs.get_1()),*(xs.get_2()),tol); in applyJacobian() 938 applyAdjointJacobian_1(*ajv1,v,*(xs.get_1()),*(xs.get_2()),tol); in applyAdjointJacobian() 940 Ptr<Vector<Real>> ajv2 = (ajvs.get_2())->clone(); in applyAdjointJacobian() 941 applyAdjointJacobian_2(*ajv2,v,*(xs.get_1()),*(xs.get_2()),tol); in applyAdjointJacobian() 961 applyAdjointHessian_21(*C21,w,*(vs.get_2()),*(xs.get_1()),*(xs.get_2()),tol); in applyAdjointHessian() 965 Ptr<Vector<Real>> C12 = (ahwvs.get_2())->clone(); in applyAdjointHessian() 966 Ptr<Vector<Real>> C22 = (ahwvs.get_2())->clone(); in applyAdjointHessian() [all …]
|
/dports/games/easyrpg-player/Player-0.7.0/src/ |
H A D | image_bmp.cpp | 27 static uint16_t get_2(const uint8_t *&p, const uint8_t* e) { in get_2() function 57 hdr.w = get_2(ptr, e); in ParseHeader() 58 hdr.h = get_2(ptr, e); in ParseHeader() 59 hdr.planes = get_2(ptr, e); in ParseHeader() 60 hdr.depth = get_2(ptr, e); in ParseHeader() 67 hdr.planes = get_2(ptr, e); in ParseHeader() 68 hdr.depth = get_2(ptr, e); in ParseHeader()
|
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/src/vector/ |
H A D | ROL_Vector_SimOpt.hpp | 76 vec2_->plus(*(xs.get_2())); in plus() 88 vec2_->axpy(alpha,*(xs.get_2())); in axpy() 94 return vec1_->dot(*(xs.get_1())) + vec2_->dot(*(xs.get_2())); in dot() 141 vec2_->applyBinary(f,*xs.get_2()); in applyBinary() 172 ROL::Ptr<const Vector<Real> > get_2() const { in get_2() function in ROL::Vector_SimOpt 180 ROL::Ptr<Vector<Real> > get_2() { in get_2() function in ROL::Vector_SimOpt
|
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/src/sol/function/ |
H A D | ROL_SimulatedObjective.hpp | 72 ROL::Ptr<const Vector<Real> > zptr = uz.get_2(); in value() 99 ROL::Ptr<const Vector<Real> > xzptr = xuz.get_2(); in gradient() 104 ROL::Ptr<Vector<Real> > gzptr = guz.get_2(); in gradient() 135 ROL::Ptr<const Vector<Real> > xzptr = xuz.get_2(); in hessVec() 140 ROL::Ptr<const Vector<Real> > vzptr = vuz.get_2(); in hessVec() 145 ROL::Ptr<Vector<Real> > hvzptr = hvuz.get_2(); in hessVec()
|
H A D | ROL_SimulatedConstraint.hpp | 78 ROL::Ptr<const Vector<Real> > zptr = uz.get_2(); in value() 111 ROL::Ptr<const Vector<Real> > xzptr = xuz.get_2(); in applyJacobian() 121 ROL::Ptr<const Vector<Real> > vzptr = vuz.get_2(); in applyJacobian() 153 ROL::Ptr<Vector<Real> > ajvzptr = ajvuz.get_2(); in applyAdjointJacobian() 163 ROL::Ptr<const Vector<Real> > xzptr = xuz.get_2(); in applyAdjointJacobian() 203 ROL::Ptr<Vector<Real> > ahuvzptr = ahuvuz.get_2(); in applyAdjointHessian() 215 ROL::Ptr<const Vector<Real> > vzptr = vuz.get_2(); in applyAdjointHessian() 225 ROL::Ptr<const Vector<Real> > xzptr = xuz.get_2(); in applyAdjointHessian() 265 ROL::Ptr<const Vector<Real> > xzptr = xuz.get_2(); in applyPreconditioner() 275 ROL::Ptr<const Vector<Real> > gzptr = guz.get_2(); in applyPreconditioner()
|
H A D | ROL_SimulatedObjectiveCVaR.hpp | 80 ROL::Ptr<const Vector<Real> > zptr = uz.get_2(); in value() 115 ROL::Ptr<const Vector<Real> > xzptr = xuz.get_2(); in gradient() 123 ROL::Ptr<Vector<Real> > gzptr = guz.get_2(); in gradient()
|
/dports/databases/grass7/grass-7.8.6/lib/cairodriver/ |
H A D | read_bmp.c | 23 static unsigned int get_2(const unsigned char **q) in get_2() function 64 get_2(&p); in read_bmp_header() 65 if (get_2(&p) != 32) in read_bmp_header()
|
/dports/databases/grass7/grass-7.8.6/lib/pngdriver/ |
H A D | read_bmp.c | 21 static unsigned int get_2(const unsigned char **q) in get_2() function 62 get_2(&p); in read_bmp_header() 63 if (get_2(&p) != 32) in read_bmp_header()
|
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.compile/ |
H A D | compile-cplus-method.cc | 37 static ATYPE get_2 (int a, int b) { return a + b + 2; } in get_2() function in A 89 return var - A::get_1 (1) + A::get_2 (1, 2) + get_value () in main()
|
/dports/databases/grass7/grass-7.8.6/visualization/ximgview/ |
H A D | main.c | 189 static unsigned int get_2(const unsigned char **q) in get_2() function 229 get_2(&p); in read_bmp_header() 230 if (get_2(&p) != 32) in read_bmp_header()
|
/dports/lang/cython/Cython-0.29.24/tests/run/ |
H A D | inplace.pyx | 76 def get_2(): return 2 function 88 (a.buf + identity(4) - <int>(2*get_2() - 1))[get_2() - 2*identity(1)] += 10
|
/dports/lang/cython-devel/cython-2b1e743/tests/run/ |
H A D | inplace.pyx | 76 def get_2(): return 2 function 88 (a.buf + identity(4) - <int>(2*get_2() - 1))[get_2() - 2*identity(1)] += 10
|
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/avr/torture/ |
H A D | tiny-absdata-1.c | 23 int get_2 (void) in get_2() function
|
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.target/avr/torture/ |
H A D | tiny-absdata-1.c | 23 int get_2 (void) in get_2() function
|
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/avr/torture/ |
H A D | tiny-absdata-2.c | 26 int get_2 (void) in get_2() function
|
H A D | tiny-absdata-1.c | 23 int get_2 (void) in get_2() function
|
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/avr/torture/ |
H A D | tiny-absdata-1.c | 23 int get_2 (void) in get_2() function
|
H A D | tiny-absdata-2.c | 26 int get_2 (void) in get_2() function
|
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/avr/torture/ |
H A D | tiny-absdata-2.c | 26 int get_2 (void) in get_2() function
|
H A D | tiny-absdata-1.c | 23 int get_2 (void) in get_2() function
|
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/avr/torture/ |
H A D | tiny-absdata-1.c | 23 int get_2 (void) in get_2() function
|
H A D | tiny-absdata-2.c | 26 int get_2 (void) in get_2() function
|
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/avr/torture/ |
H A D | tiny-absdata-2.c | 26 int get_2 (void) in get_2() function
|