Home
last modified time | relevance | path

Searched refs:bnd_ptr (Results 1 – 25 of 51) sorted by relevance

123

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/CoMISo/NSolver/
H A DCPLEXSolverT.cc364 BoundConstraint* bnd_ptr = dynamic_cast<BoundConstraint*>(_constraints[i]); in solve() local
365 if(bnd_ptr) in solve()
367 switch(bnd_ptr->constraint_type()) in solve()
369 …case NConstraintInterface::NC_EQUAL : vars[bnd_ptr->idx()].setBounds(bnd_ptr->bound(), bnd… in solve()
370 … case NConstraintInterface::NC_LESS_EQUAL : vars[bnd_ptr->idx()].setUB(bnd_ptr->bound()); break; in solve()
371 … case NConstraintInterface::NC_GREATER_EQUAL : vars[bnd_ptr->idx()].setLB(bnd_ptr->bound()); break; in solve()
H A DIPOPTSolver.cc404 BoundConstraint* bnd_ptr = dynamic_cast<BoundConstraint*>(_constraints[i]); in split_constraints() local
406 if(bnd_ptr) in split_constraints()
407 bound_constraints_.push_back(bnd_ptr); in split_constraints()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/src/step/
H A DROL_ProjectedNewtonKrylovStep.hpp259 ROL::Ptr<BoundConstraint<Real> > bnd_ptr = ROL::makePtrFromRef(bnd); in compute() local
261 = ROL::makePtr<HessianPNK>(obj_ptr,bnd_ptr,algo_state.iterateVec, in compute()
265 precond = ROL::makePtr<PrecondPNK>(secant_,bnd_ptr, in compute()
269 precond = ROL::makePtr<PrecondPNK>(obj_ptr,bnd_ptr, in compute()
H A DROL_PrimalDualInteriorPointStep.hpp452 ROL::Ptr<BND> bnd_ptr = ROL::makePtrFromRef(bnd); in ~PrimalDualInteriorPointStep() local
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/src/step/linesearch/
H A DROL_ScalarMinimizationLineSearch.hpp263 ROL::Ptr<BoundConstraint<Real> > bnd_ptr = ROL::makePtrFromRef(con); in run() local
269 phi = ROL::makePtr<Phi>(xnew_,g_,x_ptr,s_ptr,obj_ptr,bnd_ptr); in run()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/example/burgers-control/
H A Dexample_04.cpp212 ROL::Ptr<ROL::BoundConstraint<RealT> > bnd_ptr = ROL::makePtrFromRef(bnd); in main() local
213 ROL::MoreauYosidaPenalty<RealT> myPen(obj_ptr,bnd_ptr,x,*parlist); in main()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c51089 tree bnd_ptr = build_pointer_type (pointer_sized_int_node); in ix86_initialize_bounds() local
51093 var_p = fold_convert (bnd_ptr, build_fold_addr_expr (var)); in ix86_initialize_bounds()
51100 build2 (POINTER_PLUS_EXPR, bnd_ptr, var_p, in ix86_initialize_bounds()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c51089 tree bnd_ptr = build_pointer_type (pointer_sized_int_node); in ix86_initialize_bounds() local
51093 var_p = fold_convert (bnd_ptr, build_fold_addr_expr (var)); in ix86_initialize_bounds()
51100 build2 (POINTER_PLUS_EXPR, bnd_ptr, var_p, in ix86_initialize_bounds()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c51089 tree bnd_ptr = build_pointer_type (pointer_sized_int_node); in ix86_initialize_bounds() local
51093 var_p = fold_convert (bnd_ptr, build_fold_addr_expr (var)); in ix86_initialize_bounds()
51100 build2 (POINTER_PLUS_EXPR, bnd_ptr, var_p, in ix86_initialize_bounds()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c51089 tree bnd_ptr = build_pointer_type (pointer_sized_int_node); in ix86_initialize_bounds() local
51093 var_p = fold_convert (bnd_ptr, build_fold_addr_expr (var)); in ix86_initialize_bounds()
51100 build2 (POINTER_PLUS_EXPR, bnd_ptr, var_p, in ix86_initialize_bounds()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/i386/
H A Di386.c51151 tree bnd_ptr = build_pointer_type (pointer_sized_int_node); in ix86_initialize_bounds() local
51155 var_p = fold_convert (bnd_ptr, build_fold_addr_expr (var)); in ix86_initialize_bounds()
51162 build2 (POINTER_PLUS_EXPR, bnd_ptr, var_p, in ix86_initialize_bounds()
/dports/lang/gcc8/gcc-8.5.0/gcc/config/i386/
H A Di386.c51142 tree bnd_ptr = build_pointer_type (pointer_sized_int_node); in ix86_initialize_bounds() local
51146 var_p = fold_convert (bnd_ptr, build_fold_addr_expr (var)); in ix86_initialize_bounds()
51153 build2 (POINTER_PLUS_EXPR, bnd_ptr, var_p, in ix86_initialize_bounds()
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/i386/
H A Di386.c55295 tree bnd_ptr = build_pointer_type (pointer_sized_int_node); in ix86_initialize_bounds() local
55299 var_p = fold_convert (bnd_ptr, build_fold_addr_expr (var)); in ix86_initialize_bounds()
55306 build2 (POINTER_PLUS_EXPR, bnd_ptr, var_p, in ix86_initialize_bounds()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/i386/
H A Di386.c55295 tree bnd_ptr = build_pointer_type (pointer_sized_int_node); in ix86_initialize_bounds() local
55299 var_p = fold_convert (bnd_ptr, build_fold_addr_expr (var)); in ix86_initialize_bounds()
55306 build2 (POINTER_PLUS_EXPR, bnd_ptr, var_p, in ix86_initialize_bounds()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A DChangeLog-20134174 (bnd_ptr): New.
12733 (bnd_ptr): New.
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A DChangeLog-20134174 (bnd_ptr): New.
12733 (bnd_ptr): New.
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A DChangeLog-20134174 (bnd_ptr): New.
12733 (bnd_ptr): New.
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A DChangeLog-20134174 (bnd_ptr): New.
12733 (bnd_ptr): New.
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A DChangeLog-20134174 (bnd_ptr): New.
12733 (bnd_ptr): New.
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A DChangeLog-20134174 (bnd_ptr): New.
12733 (bnd_ptr): New.
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A DChangeLog-20134174 (bnd_ptr): New.
12733 (bnd_ptr): New.
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A DChangeLog-20134174 (bnd_ptr): New.
12733 (bnd_ptr): New.
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A DChangeLog-20134174 (bnd_ptr): New.
12733 (bnd_ptr): New.
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A DChangeLog-20134174 (bnd_ptr): New.
12733 (bnd_ptr): New.
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A DChangeLog-20134174 (bnd_ptr): New.
12733 (bnd_ptr): New.

123