Home
last modified time | relevance | path

Searched refs:WEIGHT_ADD (Results 1 – 10 of 10) sorted by relevance

/dports/devel/ppl/ppl-1.2/src/
H A DPIP_Tree.cc179 WEIGHT_ADD(1); in neg_assign_row()
553 WEIGHT_ADD(24); in gcd_assign_iter()
606 WEIGHT_ADD(22); in row_normalize()
1242 WEIGHT_ADD(74); in add_constraint()
1699 WEIGHT_ADD(19); in normalize()
1705 WEIGHT_ADD(27); in normalize()
1719 WEIGHT_ADD(19); in scale()
1724 WEIGHT_ADD(25); in scale()
3499 WEIGHT_ADD(7); in generate_cut()
3678 WEIGHT_ADD(55); in generate_cut()
[all …]
H A Dglobals_defs.hh49 #define WEIGHT_ADD(delta) \ macro
67 #define WEIGHT_ADD(delta) \ macro
83 #define WEIGHT_ADD(delta) \ macro
H A DMIP_Problem.cc1074 WEIGHT_ADD(22); in steepest_edge_float_entering_index()
1523 WEIGHT_ADD(642); in get_exiting_base_index()
1624 WEIGHT_ADD(433); in compute_simplex_using_steepest_edge_float()
H A Dppl.hh.dist1752 // the assertion may change computational weights (via WEIGHT_ADD).
4107 #define WEIGHT_ADD(delta) \
4125 #define WEIGHT_ADD(delta) \
4141 #define WEIGHT_ADD(delta) \
/dports/graphics/blender/blender-2.91.0/source/blender/editors/include/
H A DED_mesh.h345 #define WEIGHT_ADD 2 macro
/dports/graphics/blender/blender-2.91.0/source/blender/editors/armature/
H A Dmeshlaplacian.c776 ED_vgroup_vert_add(ob, dgrouplist[j], a, solution, WEIGHT_ADD); in heat_bone_weighting()
793 ED_vgroup_vert_add(ob, dgroupflip[j], vertsflipped[a], solution, WEIGHT_ADD); in heat_bone_weighting()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_object_api.c459 if (assignmode != WEIGHT_REPLACE && assignmode != WEIGHT_ADD && assignmode != WEIGHT_SUBTRACT) {
H A Drna_object.c2053 {WEIGHT_ADD, "ADD", 0, "Add", "Add"}, in rna_def_vertex_group()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/object/
H A Dobject_vgroup.c840 case WEIGHT_ADD: in ED_vgroup_nr_vert_add()
864 case WEIGHT_ADD: in ED_vgroup_nr_vert_add()
/dports/devel/ppl/ppl-1.2/
H A DChangeLog24505 * src/conversion.cc: Fixed WEIGHT_ADD use.
24509 * src/conversion.cc: WEIGHT_ADD moved.
24513 * src/globals.inlines.hh: Removed forgotten WEIGHT_ADD.