Home
last modified time | relevance | path

Searched defs:new_v (Results 1 – 25 of 404) sorted by relevance

12345678910>>...17

/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Drepl_uninit.rs16 let new_v = might_panic(taken_v); in main() localVariable
22 let new_v = might_panic(taken_v); in main() localVariable
28 let new_v = might_panic(taken_v); in main() localVariable
/dports/math/cgal/CGAL-5.3/include/CGAL/Envelope_2/
H A DEnv_divide_and_conquer_2_impl.h284 Vertex_handle new_v = _append_vertex(out_d, next_v->point(), e1); in _merge_envelopes() local
391 Vertex_handle new_v; in _merge_single_interval() local
699 Vertex_handle new_v = (current_res == SMALLER) ? in _merge_two_intervals() local
799 Vertex_handle new_v = (current_res == SMALLER) ? in _merge_two_intervals() local
821 Vertex_handle new_v = _append_vertex(out_d, p_right, e1); in _merge_two_intervals() local
843 Vertex_handle new_v = _append_vertex(out_d, v->point(), e1); in _merge_two_intervals() local
928 Vertex_handle new_v; in _merge_two_intervals() local
968 Vertex_handle new_v; in _merge_two_intervals() local
1016 Vertex_handle new_v = diag.new_vertex(p); in _append_vertex() local
1172 Vertex_handle new_v; in _merge_vertical_segments() local
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vil/algo/
H A Dvil_flood_fill.h22 T v, T new_v, in vil_flood_fill_row()
46 T v, T new_v) in vil_flood_fill4()
99 T v, T new_v, in vil_flood_fill4()
154 T v, T new_v) in vil_flood_fill8()
210 T v, T new_v, in vil_flood_fill8()
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/pamtosvg/
H A Dvector.c61 vector_type new_v; in normalize() local
83 vector_type new_v; in Vadd() local
107 vector_type new_v; in Vmult_scalar() local
182 vector_type new_v; in Vabs() local
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/selection-to-path/
H A Dvector.c70 vector_type new_v; in normalize() local
85 vector_type new_v; in Vadd() local
104 vector_type new_v; in Vmult_scalar() local
162 vector_type new_v; in Vabs() local
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/autotrace/
H A Dvector.c52 vector_type new_v; in normalize() local
72 vector_type new_v; in Vadd() local
88 vector_type new_v; in Vmult_scalar() local
139 vector_type new_v; in Vabs() local
/dports/graphics/autotrace/autotrace-0.31.1/
H A Dvector.c63 vector_type new_v; in normalize() local
88 vector_type new_v; in Vadd() local
108 vector_type new_v; in Vmult_scalar() local
171 vector_type new_v; in Vabs() local
/dports/net/kamailio/kamailio-5.4.5/src/modules/auth/
H A Dnc.c191 unsigned int v, new_v; in nc_new() local
220 unsigned int v, crt_nc, new_v; in nc_check_val() local
/dports/games/xjig/xjig-2.4/
H A Dvec2list.C64 Vec2 *new_v = new Vec2[alloc_len]; in AddAt() local
120 Vec2 *new_v = new Vec2[alloc_len]; variable
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/2D/Source/Clip/
H A Dclpply.c64 int new_v = 0; in gr_clip_poly() local
/dports/math/py-z3-solver/z3-z3-4.8.10/src/tactic/core/
H A Dreduce_invertible_tactic.cpp67 expr_ref new_v(m); in operator ()() local
218 …bool rewrite_unconstr(expr* v, expr_ref& new_v, generic_model_converter_ref* mc, unsigned max_var)… in rewrite_unconstr()
256 …bool is_invertible(expr* v, expr*& p, expr_ref& new_v, generic_model_converter_ref* mc, unsigned m… in is_invertible()
472 expr_ref new_v(m); in reduce_quantifier() local
/dports/math/z3/z3-z3-4.8.13/src/tactic/core/
H A Dreduce_invertible_tactic.cpp67 expr_ref new_v(m); in operator ()() local
219 …bool rewrite_unconstr(expr* v, expr_ref& new_v, generic_model_converter_ref* mc, unsigned max_var)… in rewrite_unconstr()
277 …bool is_invertible(expr* v, expr*& p, expr_ref& new_v, generic_model_converter_ref* mc, unsigned m… in is_invertible()
525 expr_ref new_v(m); in reduce_quantifier() local
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/operations/dynamic_load_balancing/
H A Dhecmw_dlb_mesh2graph.c78 int new_v, id_node, flag_hit; in add8_adj_link() local
127 int new_v, id_node, flag_hit; in add6_adj_link() local
176 int new_v, id_node, flag_hit; in add4_adj_link() local
/dports/security/snort3/snort3-3.1.19.0/tools/snort2lua/rule_states/
H A Drule_resp.cc43 void Resp::add_diff_comment(const std::string& old_v, const std::string& new_v) in add_diff_comment()
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/dem/
H A DTriMesh_curvature.cc31 vec &new_u, vec &new_v) in rot_coord_sys()
54 const vec &new_u, const vec &new_v, in proj_curv()
73 const vec &new_u, const vec &new_v, in proj_dcurv()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/src/frontend/A64/translate/impl/
H A Dsystem_flag_format.cpp37 const IR::U32 new_v = ir.And(ir.LogicalShiftRight(not_c, ir.Imm8(1)), in XAFlag() local
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/src/frontend/A64/translate/impl/
H A Dsystem_flag_format.cpp37 const IR::U32 new_v = ir.And(ir.LogicalShiftRight(not_c, ir.Imm8(1)), in XAFlag() local
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/src/frontend/A64/translate/impl/
H A Dsystem_flag_format.cpp37 const IR::U32 new_v = ir.And(ir.LogicalShiftRight(not_c, ir.Imm8(1)), in XAFlag() local
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDriversDisabled/engine_osgterrain/
H A DMultiPassTerrainTechnique.cpp419 osg::Vec3 new_v = (*vertices)[orig_i] - ((*skirtVectors)[orig_i])*skirtHeight; in createGeometryPrototype() local
451 osg::Vec3 new_v = (*vertices)[orig_i] - ((*skirtVectors)[orig_i])*skirtHeight; in createGeometryPrototype() local
482 osg::Vec3 new_v = (*vertices)[orig_i] - ((*skirtVectors)[orig_i])*skirtHeight; in createGeometryPrototype() local
513 osg::Vec3 new_v = (*vertices)[orig_i] - ((*skirtVectors)[orig_i])*skirtHeight; in createGeometryPrototype() local
/dports/net/cloud-init/cloud-init-21.4/cloudinit/mergers/
H A Dm_list.py58 def merge_same_index(old_v, new_v): argument
H A Dm_dict.py43 def merge_same_key(old_v, new_v): argument
/dports/math/cgal/CGAL-5.3/examples/Polygon_mesh_processing/
H A Drefine_fair_example.cpp36 Vertex_handle new_v = e->opposite()->vertex(); in extract_k_ring() local
/dports/devel/efl/efl-1.25.1/src/examples/ecore/
H A Decore_promise2_example.c130 Eina_Value new_v = EINA_VALUE_EMPTY; in _alternate_error_cb() local
186 Eina_Value new_v; in _chain_no_errors_cb() local
237 Eina_Value new_v; in _delayed_resolve() local
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A Dgnc-rational.cpp206 GncRational new_v; in round_to_numeric() local
228 GncRational new_v; in round_to_numeric() local
/dports/print/lyx/lyx-2.3.4.2/development/keystest/
H A Dcache-bisect.py36 def set_revision(new_v, tmp_d): argument
85 def make_ver(new_v, old_v=None, alt_v=None): argument

12345678910>>...17