Home
last modified time | relevance | path

Searched refs:v1_max (Results 1 – 2 of 2) sorted by relevance

/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Revoropt/include/Revoropt/Mesh/
H A Dmeasure_def.hpp114 const unsigned int v1_max = v2 < v3 ? v3 : v2 ; in face_longest_edge() local
115 if(v0_max == v1_max) { in face_longest_edge()
120 } else if(v0_max > v1_max){ in face_longest_edge()
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/visualize/
H A Dowpythagoreanforest.py196 v1_min, v1_max = 20, 150
198 ratio = (v2_max - v2_min) / (v1_max - v1_min)