Home
last modified time | relevance | path

Searched refs:v2min (Results 1 – 6 of 6) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/IntWalk/
H A DIntWalk_PWalking.hxx100 const Standard_Real v2min,
H A DIntWalk_PWalking.cxx648 const Standard_Real v2min, in Perform() argument
678 ComputePasInit(u1max - u1min,v1max - v1min,u2max - u2min,v2max - v2min); in Perform()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DIntWalk_PWalking.hxx100 const Standard_Real v2min,
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DIntWalk_PWalking.hxx112 const Standard_Real v2min,
/dports/cad/jspice3/jspice3-2.5/src/lib/plot/
H A Dnewgraf.c2681 mp_init(delta1,delta2, v1min, v1max, v2min, v2max) in mp_init() argument
2687 double v1min, v1max, v2min, v2max;
2706 p0->minv2 = v2min;
/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/math/
H A DSimd.cpp1157 idVec2 v2min, v2max, v2min2, v2max2; in TestMinMax() local
1201 p_generic->MinMax( v2min, v2max, v2src0, COUNT ); in TestMinMax()
1215 result = ( v2min == v2min2 && v2max == v2max2 ) ? "ok" : S_COLOR_RED "X"; in TestMinMax()