Home
last modified time | relevance | path

Searched refs:bndval (Results 1 – 18 of 18) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dprop_sync.c60 SCIP_Real* bndval; /**< array of new bound values */ member
99 SCIP_CALL( SCIPvarGetProbvarBound(&data->bndvar[i], &data->bndval[i], &data->bndtype[i]) ); in applyBoundChanges()
107 …SCIP_CALL( SCIPtightenVarLbGlobal(scip, data->bndvar[i], data->bndval[i], FALSE, &infeas, &tighten… in applyBoundChanges()
112 …SCIP_CALL( SCIPtightenVarUbGlobal(scip, data->bndvar[i], data->bndval[i], FALSE, &infeas, &tighten… in applyBoundChanges()
175 data->bndval = NULL; in SCIP_DECL_PROPINIT()
196 SCIPfreeBlockMemoryArrayNull(scip, &data->bndval, data->bndsize); in SCIP_DECL_PROPEXIT()
334 SCIP_CALL( SCIPreallocBlockMemoryArray(scip, &data->bndval, data->bndsize, newsize) ); in SCIPpropSyncAddBndchg()
340 data->bndval[data->nbnds] = val; in SCIPpropSyncAddBndchg()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-chkp.h58 extern tree chkp_insert_retbnd_call (tree bndval, tree retval,
H A Dtree-chkp.c491 chkp_insert_retbnd_call (tree bndval, tree retval,
496 if (!bndval)
497 bndval = create_tmp_reg (pointer_bounds_type_node, "retbnd");
500 gimple_call_set_lhs (call, bndval);
503 return bndval;
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-chkp.h58 extern tree chkp_insert_retbnd_call (tree bndval, tree retval,
H A Dtree-chkp.c502 chkp_insert_retbnd_call (tree bndval, tree retval,
507 if (!bndval)
508 bndval = create_tmp_reg (pointer_bounds_type_node, "retbnd");
511 gimple_call_set_lhs (call, bndval);
514 return bndval;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-chkp.h58 extern tree chkp_insert_retbnd_call (tree bndval, tree retval,
H A Dtree-chkp.c502 chkp_insert_retbnd_call (tree bndval, tree retval,
507 if (!bndval)
508 bndval = create_tmp_reg (pointer_bounds_type_node, "retbnd");
511 gimple_call_set_lhs (call, bndval);
514 return bndval;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-chkp.h58 extern tree chkp_insert_retbnd_call (tree bndval, tree retval,
H A Dtree-chkp.c502 chkp_insert_retbnd_call (tree bndval, tree retval,
507 if (!bndval)
508 bndval = create_tmp_reg (pointer_bounds_type_node, "retbnd");
511 gimple_call_set_lhs (call, bndval);
514 return bndval;
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-chkp.h58 extern tree chkp_insert_retbnd_call (tree bndval, tree retval,
H A Dtree-chkp.c502 chkp_insert_retbnd_call (tree bndval, tree retval,
507 if (!bndval)
508 bndval = create_tmp_reg (pointer_bounds_type_node, "retbnd");
511 gimple_call_set_lhs (call, bndval);
514 return bndval;
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-chkp.h58 extern tree chkp_insert_retbnd_call (tree bndval, tree retval,
H A Dtree-chkp.c502 chkp_insert_retbnd_call (tree bndval, tree retval,
507 if (!bndval)
508 bndval = create_tmp_reg (pointer_bounds_type_node, "retbnd");
511 gimple_call_set_lhs (call, bndval);
514 return bndval;
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-chkp.h58 extern tree chkp_insert_retbnd_call (tree bndval, tree retval,
H A Dtree-chkp.c502 chkp_insert_retbnd_call (tree bndval, tree retval,
507 if (!bndval)
508 bndval = create_tmp_reg (pointer_bounds_type_node, "retbnd");
511 gimple_call_set_lhs (call, bndval);
514 return bndval;
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-chkp.h58 extern tree chkp_insert_retbnd_call (tree bndval, tree retval,
H A Dtree-chkp.c491 chkp_insert_retbnd_call (tree bndval, tree retval,
496 if (!bndval)
497 bndval = create_tmp_reg (pointer_bounds_type_node, "retbnd");
500 gimple_call_set_lhs (call, bndval);
503 return bndval;
/dports/math/R-cran-lme4/lme4/R/
H A Dmodular.R607 bndval <- rho$lower[i] functionVar
609 theta[i] <- bndval+btol