Home
last modified time | relevance | path

Searched refs:newbound (Results 1 – 25 of 99) sorted by last modified time

1234

/dports/math/gap/gap-4.11.0/lib/
H A Dctblmaps.gi527 local i, primes, elementorders, nccl, bound, newbound, map, pos;
553 newbound:= [];
561 AddSet( newbound, pos );
565 bound:= newbound;
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/edit_ocme/src/utils/
H A Dname_access_function_bounds.h73 …NameAccessFunctionBound<TYPE,ElemClass> * newbound = new NameAccessFunctionBound<TYPE,ElemClass>… in AddNameAccessFunctionBound() local
74 binders.insert( TypeBound(name,newbound)); in AddNameAccessFunctionBound()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/edit_ocme/src/ooc_vector/
H A Dooc_chains.h402 NameTypeBind<TYPE> * newbound = new NameTypeBind<TYPE>(name); in AddNameTypeBound() local
403 binders.insert( StringTypeBound(std::string(name),newbound)); in AddNameTypeBound()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dsymtable.c745 PyObject *name, *v, *local = NULL, *scopes = NULL, *newbound = NULL; in analyze_block() local
775 newbound = PySet_New(NULL); in analyze_block()
776 if (!newbound) in analyze_block()
792 temp = PyNumber_InPlaceOr(newbound, bound); in analyze_block()
810 temp = PyNumber_InPlaceOr(newbound, local); in analyze_block()
817 temp = PyNumber_InPlaceOr(newbound, bound); in analyze_block()
832 if (PySet_Add(newbound, __class__) < 0) in analyze_block()
850 if (!analyze_child_block(entry, newbound, newfree, newglobal, in analyze_block()
881 Py_XDECREF(newbound); in analyze_block()
/dports/lang/python310/Python-3.10.1/Python/
H A Dsymtable.c744 PyObject *name, *v, *local = NULL, *scopes = NULL, *newbound = NULL; in analyze_block() local
774 newbound = PySet_New(NULL); in analyze_block()
775 if (!newbound) in analyze_block()
791 temp = PyNumber_InPlaceOr(newbound, bound); in analyze_block()
809 temp = PyNumber_InPlaceOr(newbound, local); in analyze_block()
816 temp = PyNumber_InPlaceOr(newbound, bound); in analyze_block()
831 if (PySet_Add(newbound, __class__) < 0) in analyze_block()
849 if (!analyze_child_block(entry, newbound, newfree, newglobal, in analyze_block()
880 Py_XDECREF(newbound); in analyze_block()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-loop-split.c157 patch_loop_exit (class loop *loop, gcond *guard, tree nextval, tree newbound, in patch_loop_exit() argument
163 nextval, newbound); in patch_loop_exit()
435 tree newbound; in compute_new_first_bound() local
440 newbound = gimple_build (stmts, POINTER_PLUS_EXPR, in compute_new_first_bound()
445 newbound = gimple_build (stmts, PLUS_EXPR, TREE_TYPE (guard_init), in compute_new_first_bound()
471 tree type2 = TREE_TYPE (newbound); in compute_new_first_bound()
474 newbound = gimple_build (stmts, in compute_new_first_bound()
475 POINTER_TYPE_P (TREE_TYPE (newbound)) in compute_new_first_bound()
477 TREE_TYPE (newbound), in compute_new_first_bound()
478 newbound, in compute_new_first_bound()
[all …]
/dports/lang/python39/Python-3.9.9/Python/
H A Dsymtable.c740 PyObject *name, *v, *local = NULL, *scopes = NULL, *newbound = NULL; in analyze_block() local
770 newbound = PySet_New(NULL); in analyze_block()
771 if (!newbound) in analyze_block()
787 temp = PyNumber_InPlaceOr(newbound, bound); in analyze_block()
805 temp = PyNumber_InPlaceOr(newbound, local); in analyze_block()
812 temp = PyNumber_InPlaceOr(newbound, bound); in analyze_block()
827 if (PySet_Add(newbound, __class__) < 0) in analyze_block()
845 if (!analyze_child_block(entry, newbound, newfree, newglobal, in analyze_block()
876 Py_XDECREF(newbound); in analyze_block()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-loop-split.c157 patch_loop_exit (class loop *loop, gcond *guard, tree nextval, tree newbound, in patch_loop_exit() argument
163 nextval, newbound); in patch_loop_exit()
435 tree newbound; in compute_new_first_bound() local
440 newbound = gimple_build (stmts, POINTER_PLUS_EXPR, in compute_new_first_bound()
445 newbound = gimple_build (stmts, PLUS_EXPR, TREE_TYPE (guard_init), in compute_new_first_bound()
471 tree type2 = TREE_TYPE (newbound); in compute_new_first_bound()
474 newbound = gimple_build (stmts, in compute_new_first_bound()
475 POINTER_TYPE_P (TREE_TYPE (newbound)) in compute_new_first_bound()
477 TREE_TYPE (newbound), in compute_new_first_bound()
478 newbound, in compute_new_first_bound()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-loop-split.c157 patch_loop_exit (class loop *loop, gcond *guard, tree nextval, tree newbound,
163 nextval, newbound);
435 tree newbound;
440 newbound = gimple_build (stmts, POINTER_PLUS_EXPR,
445 newbound = gimple_build (stmts, PLUS_EXPR, TREE_TYPE (guard_init),
471 tree type2 = TREE_TYPE (newbound);
474 newbound = gimple_build (stmts,
475 POINTER_TYPE_P (TREE_TYPE (newbound))
477 TREE_TYPE (newbound),
478 newbound,
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-loop-split.c153 patch_loop_exit (struct loop *loop, gcond *guard, tree nextval, tree newbound, in patch_loop_exit() argument
159 nextval, newbound); in patch_loop_exit()
431 tree newbound; in compute_new_first_bound() local
436 newbound = gimple_build (stmts, POINTER_PLUS_EXPR, in compute_new_first_bound()
441 newbound = gimple_build (stmts, PLUS_EXPR, TREE_TYPE (guard_init), in compute_new_first_bound()
467 tree type2 = TREE_TYPE (newbound); in compute_new_first_bound()
470 newbound = gimple_build (stmts, in compute_new_first_bound()
471 POINTER_TYPE_P (TREE_TYPE (newbound)) in compute_new_first_bound()
473 TREE_TYPE (newbound), in compute_new_first_bound()
474 newbound, in compute_new_first_bound()
[all …]
/dports/lang/python37/Python-3.7.12/Python/
H A Dsymtable.c710 PyObject *name, *v, *local = NULL, *scopes = NULL, *newbound = NULL; in analyze_block() local
740 newbound = PySet_New(NULL); in analyze_block()
741 if (!newbound) in analyze_block()
757 temp = PyNumber_InPlaceOr(newbound, bound); in analyze_block()
775 temp = PyNumber_InPlaceOr(newbound, local); in analyze_block()
782 temp = PyNumber_InPlaceOr(newbound, bound); in analyze_block()
797 if (PySet_Add(newbound, __class__) < 0) in analyze_block()
815 if (!analyze_child_block(entry, newbound, newfree, newglobal, in analyze_block()
846 Py_XDECREF(newbound); in analyze_block()
/dports/math/dune-localfunctions/dune-localfunctions-f6628171b2773065ab43f97a77f47cd8c4283d8f/dune/localfunctions/monomial/
H A Dmonomiallocalbasis.hh129 int newbound = bound - e; in eval() local
132 eval(in, derivatives, 0, newbound, index, access); in eval()
146 newbound, in eval()
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dsymtable.c745 PyObject *name, *v, *local = NULL, *scopes = NULL, *newbound = NULL; in analyze_block() local
775 newbound = PySet_New(NULL); in analyze_block()
776 if (!newbound) in analyze_block()
792 temp = PyNumber_InPlaceOr(newbound, bound); in analyze_block()
810 temp = PyNumber_InPlaceOr(newbound, local); in analyze_block()
817 temp = PyNumber_InPlaceOr(newbound, bound); in analyze_block()
832 if (PySet_Add(newbound, __class__) < 0) in analyze_block()
850 if (!analyze_child_block(entry, newbound, newfree, newglobal, in analyze_block()
881 Py_XDECREF(newbound); in analyze_block()
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dsymtable.c745 PyObject *name, *v, *local = NULL, *scopes = NULL, *newbound = NULL; in analyze_block() local
775 newbound = PySet_New(NULL); in analyze_block()
776 if (!newbound) in analyze_block()
792 temp = PyNumber_InPlaceOr(newbound, bound); in analyze_block()
810 temp = PyNumber_InPlaceOr(newbound, local); in analyze_block()
817 temp = PyNumber_InPlaceOr(newbound, bound); in analyze_block()
832 if (PySet_Add(newbound, __class__) < 0) in analyze_block()
850 if (!analyze_child_block(entry, newbound, newfree, newglobal, in analyze_block()
881 Py_XDECREF(newbound); in analyze_block()
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dsymtable.c745 PyObject *name, *v, *local = NULL, *scopes = NULL, *newbound = NULL; in analyze_block() local
775 newbound = PySet_New(NULL); in analyze_block()
776 if (!newbound) in analyze_block()
792 temp = PyNumber_InPlaceOr(newbound, bound); in analyze_block()
810 temp = PyNumber_InPlaceOr(newbound, local); in analyze_block()
817 temp = PyNumber_InPlaceOr(newbound, bound); in analyze_block()
832 if (PySet_Add(newbound, __class__) < 0) in analyze_block()
850 if (!analyze_child_block(entry, newbound, newfree, newglobal, in analyze_block()
881 Py_XDECREF(newbound); in analyze_block()
/dports/lang/python38/Python-3.8.12/Python/
H A Dsymtable.c745 PyObject *name, *v, *local = NULL, *scopes = NULL, *newbound = NULL; in analyze_block() local
775 newbound = PySet_New(NULL); in analyze_block()
776 if (!newbound) in analyze_block()
792 temp = PyNumber_InPlaceOr(newbound, bound); in analyze_block()
810 temp = PyNumber_InPlaceOr(newbound, local); in analyze_block()
817 temp = PyNumber_InPlaceOr(newbound, bound); in analyze_block()
832 if (PySet_Add(newbound, __class__) < 0) in analyze_block()
850 if (!analyze_child_block(entry, newbound, newfree, newglobal, in analyze_block()
881 Py_XDECREF(newbound); in analyze_block()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dsymtable.c745 PyObject *name, *v, *local = NULL, *scopes = NULL, *newbound = NULL; in analyze_block() local
775 newbound = PySet_New(NULL); in analyze_block()
776 if (!newbound) in analyze_block()
792 temp = PyNumber_InPlaceOr(newbound, bound); in analyze_block()
810 temp = PyNumber_InPlaceOr(newbound, local); in analyze_block()
817 temp = PyNumber_InPlaceOr(newbound, bound); in analyze_block()
832 if (PySet_Add(newbound, __class__) < 0) in analyze_block()
850 if (!analyze_child_block(entry, newbound, newfree, newglobal, in analyze_block()
881 Py_XDECREF(newbound); in analyze_block()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-loop-split.c157 patch_loop_exit (class loop *loop, gcond *guard, tree nextval, tree newbound, in patch_loop_exit() argument
163 nextval, newbound); in patch_loop_exit()
435 tree newbound; in compute_new_first_bound() local
440 newbound = gimple_build (stmts, POINTER_PLUS_EXPR, in compute_new_first_bound()
445 newbound = gimple_build (stmts, PLUS_EXPR, TREE_TYPE (guard_init), in compute_new_first_bound()
471 tree type2 = TREE_TYPE (newbound); in compute_new_first_bound()
474 newbound = gimple_build (stmts, in compute_new_first_bound()
475 POINTER_TYPE_P (TREE_TYPE (newbound)) in compute_new_first_bound()
477 TREE_TYPE (newbound), in compute_new_first_bound()
478 newbound, in compute_new_first_bound()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-loop-split.c157 patch_loop_exit (class loop *loop, gcond *guard, tree nextval, tree newbound, in patch_loop_exit() argument
163 nextval, newbound); in patch_loop_exit()
435 tree newbound; in compute_new_first_bound() local
440 newbound = gimple_build (stmts, POINTER_PLUS_EXPR, in compute_new_first_bound()
445 newbound = gimple_build (stmts, PLUS_EXPR, TREE_TYPE (guard_init), in compute_new_first_bound()
471 tree type2 = TREE_TYPE (newbound); in compute_new_first_bound()
474 newbound = gimple_build (stmts, in compute_new_first_bound()
475 POINTER_TYPE_P (TREE_TYPE (newbound)) in compute_new_first_bound()
477 TREE_TYPE (newbound), in compute_new_first_bound()
478 newbound, in compute_new_first_bound()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-loop-split.c153 patch_loop_exit (struct loop *loop, gcond *guard, tree nextval, tree newbound, in patch_loop_exit() argument
159 nextval, newbound); in patch_loop_exit()
431 tree newbound; in compute_new_first_bound() local
436 newbound = gimple_build (stmts, POINTER_PLUS_EXPR, in compute_new_first_bound()
441 newbound = gimple_build (stmts, PLUS_EXPR, TREE_TYPE (guard_init), in compute_new_first_bound()
467 tree type2 = TREE_TYPE (newbound); in compute_new_first_bound()
470 newbound = gimple_build (stmts, in compute_new_first_bound()
471 POINTER_TYPE_P (TREE_TYPE (newbound)) in compute_new_first_bound()
473 TREE_TYPE (newbound), in compute_new_first_bound()
474 newbound, in compute_new_first_bound()
[all …]
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_syncstore.h102 SCIP_Real newbound; /**< the variables new bound */ member
H A Dstruct_tree.h166 SCIP_Real newbound; /**< new value for bound */ member
H A Dscip_lp.h1575 SCIP_Real newbound /**< new value for bound */
1592 SCIP_Real newbound /**< new value for bound */
H A Dscip_probing.h167 SCIP_Real newbound /**< new value for bound */
184 SCIP_Real newbound /**< new value for bound */
H A Dsolve.c905 if( bdchginfo->oldbound > updates[i]->newbound ) in updatePseudocost()
914 assert(bdchginfo->newbound == updates[i]->newbound); /*lint !e777*/ in updatePseudocost()
932 … if( SCIPsetIsInfinity(set, oldbound) || SCIPsetIsInfinity(set, -updates[i]->newbound) ) in updatePseudocost()
935 delta = updates[i]->newbound - oldbound; in updatePseudocost()
951 if( bdchginfo->oldbound < updates[i]->newbound ) in updatePseudocost()
960 assert(bdchginfo->newbound == updates[i]->newbound); /*lint !e777*/ in updatePseudocost()
978 … if( SCIPsetIsInfinity(set, -oldbound) || SCIPsetIsInfinity(set, updates[i]->newbound) ) in updatePseudocost()
981 delta = updates[i]->newbound - oldbound; in updatePseudocost()
1007 delta = updates[i]->newbound - SCIPvarGetLbLocal(var); in updatePseudocost()
1014 …if( SCIPsetIsInfinity(set, updates[i]->newbound) || SCIPsetIsInfinity(set, SCIPvarGetUbLocal(var))… in updatePseudocost()
[all …]

1234