Home
last modified time | relevance | path

Searched refs:vn_2 (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/bmesh/tools/
H A Dbmesh_edgenet.c271 VertNetInfo *vn_1, *vn_2; in bm_edgenet_path_calc() local
286 vn_2 = &vnet_info[BM_elem_index_get(e->v2)]; in bm_edgenet_path_calc()
289 vn_2->pass = -pass_nr; in bm_edgenet_path_calc()
292 vn_2->prev = e->v1; in bm_edgenet_path_calc()
294 vn_1->face = vn_2->face = f_index; in bm_edgenet_path_calc()
296 vn_1->flag = vn_2->flag = (f_index == -1) ? VNINFO_FLAG_IS_MIXFACE : 0; in bm_edgenet_path_calc()
/dports/science/code_saturne/code_saturne-7.1.0/src/fvm/
H A Dfvm_nodal.c2580 cs_lnum_t vn_2 = new_section->_vertex_num[j*2 + 1]; in fvm_nodal_copy_edges() local
2582 if (vn_1 != vn_1_p || vn_2 != vn_2_p) { in fvm_nodal_copy_edges()
2584 new_section->_vertex_num[n_edges*2 + 1] = vn_2; in fvm_nodal_copy_edges()
2586 vn_2_p = vn_2; in fvm_nodal_copy_edges()
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dbignum.c898 u_long vn_2 = DIGIT(v, n-2); in bignum_gdiv() local
904 Scm_Printf(SCM_CUROUT, "\nvn_1=%08lx, vn_2=%08lx\n", vn_1, vn_2); in bignum_gdiv()
916 while ((qq*vn_2 > (rr<<HALF_BITS)+DIGIT(u, j+n-2)) && (rr < HALF_WORD)) { in bignum_gdiv()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dbignum.inc827 ulong vn_1, vn_2, vv, uj, uj2, cy;
862 vn_2 = DIGIT(v, n - 2);
870 while ((qq * vn_2 > (rr << HALF_BITS) + DIGIT(u, j + n - 2))
/dports/lang/chicken5/chicken-5.3.0/
H A Druntime.c10463 vn_1, vn_2; /* "cached" values v[n-1], v[n-2] */ local
10477 vn_2 = C_uhword_ref(v, n-2);
10491 while(qhat * vn_2 > C_BIGNUM_DIGIT_COMBINE(rhat, C_uhword_ref(u, j+n-2))