Home
last modified time | relevance | path

Searched refs:iIntersect (Results 1 – 3 of 3) sorted by relevance

/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/TypeCheck/Solver/Numeric/
H A DInterval.hs70 case iIntersect int int' of
202 iIntersect :: Interval -> Interval -> Maybe Interval
203 iIntersect i j = function
/dports/cad/gmsh/gmsh-4.9.2-source/Mesh/
H A DField.h206 int iRecombine, iIntersect, betaLaw, nb_divisions; variable
H A DField.cpp2821 iIntersect = 0; in BoundaryLayerField()
2857 new FieldOptionInt(iIntersect, "Intersect metrics of all surfaces"); in BoundaryLayerField()
3196 if(iIntersect) { in operator ()()
3201 if(!iIntersect) (*this)(*it, cdist, x, y, z, localMetric, ge); in operator ()()
3208 if(iIntersect) in operator ()()