Home
last modified time | relevance | path

Searched refs:anEps (Results 1 – 15 of 15) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/IntAna2d/
H A DIntAna2d_Outils.cxx79 Standard_Real anEps = RealEpsilon(); in MyDirectPolynomialRoots() local
82 anAMin = Min(anAMin, Max(anAA[i], anEps)); in MyDirectPolynomialRoots()
83 anAMax = Max(anAMax, Max(anAA[i], anEps)); in MyDirectPolynomialRoots()
86 anEps = Min(1.e-4, Epsilon(1000.*anAMax/anAMin)); in MyDirectPolynomialRoots()
99 if(Abs(t) < anEps) { in MyDirectPolynomialRoots()
122 if(Abs(t) < anEps) { in MyDirectPolynomialRoots()
145 if(Abs(t) < anEps) { in MyDirectPolynomialRoots()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepLib/
H A DBRepLib_1.cxx173 Standard_Real anEps = Max (Max (theCurve.Resolution (theTolE) * 0.1, Epsilon (aMaxPar)), in FindValidRange() local
181 thePntV1, theTolV1, anEps, theFirst)) in FindValidRange()
183 if (theParV2 - theFirst < anEps) in FindValidRange()
192 thePntV2, theTolV2, anEps, theLast)) in FindValidRange()
194 if (theLast - theParV1 < anEps) in FindValidRange()
H A DBRepLib.cxx2906 const Standard_Real anEps = Precision::PConfusion(); in ExtendFace() local
2907 if (isUPeriodic && Abs(aFUMax - aFUMin - anUPeriod) < anEps) in ExtendFace()
2912 if (isVPeriodic && Abs(aFVMax - aFVMin - aVPeriod) < anEps) in ExtendFace()
/dports/cad/opencascade/opencascade-7.6.0/src/math/
H A Dmath_DirectPolynomialRoots.cxx267 Standard_Real anEps = 100 * EPSILON; in Solve() local
269 if (Abs(P) <= anEps) in Solve()
271 if (Abs(P1) <= anEps) in Solve()
274 if (Abs(Q) <= anEps) in Solve()
276 if (Abs(Q1) <= anEps) in Solve()
/dports/cad/opencascade/opencascade-7.6.0/src/MeshTest/
H A DMeshTest_PluginCommands.cxx275 Standard_Real anEps = -1.; in triarea() local
277 anEps = Draw::Atof(a[2]); in triarea()
325 if (anEps <= 0.) in triarea()
328 BRepGProp::SurfaceProperties(shape, props, anEps); in triarea()
/dports/cad/opencascade/opencascade-7.6.0/src/XDEDRAW/
H A DXDEDRAW_Props.cxx218 Standard_Real anEps; in SetProps() local
219 if(argc > 3 ) anEps = Draw::Atof(argv[3]); in SetProps()
220 else anEps = 0.001; in SetProps()
223 BRepGProp::VolumeProperties(aShape,G,anEps,Standard_True); in SetProps()
234 BRepGProp::SurfaceProperties(aShape,G,anEps); in SetProps()
/dports/cad/opencascade/opencascade-7.6.0/src/IntPolyh/
H A DIntPolyh_Intersection.cxx464 const Standard_Real anEps = .996; //~ cos of 5 deg in IsAdvRequired() local
468 if (Abs(aIt.Value().Angle()) > anEps) in IsAdvRequired()
/dports/cad/opencascade/opencascade-7.6.0/src/IntPatch/
H A DIntPatch_ALineToWLine.cxx820 const Standard_Real anEps = myTol3D; in StepComputing() local
863 theStep = Min(sqrt(anEps*(2.0*aR + anEps))/theTgMagnitude, aMaxStep); in StepComputing()
/dports/cad/opencascade/opencascade-7.6.0/src/IntTools/
H A DIntTools_Tools.cxx822 const Standard_Real anEps = (1.0+1.0e-5); in ComputeTolerance() local
823 theMaxDist = anEps*aCS.MaxDistance(); in ComputeTolerance()
H A DIntTools_EdgeEdge.cxx1175 Standard_Real anEps = Max(theEps, Epsilon(Max(Abs(aA), Abs(aB))) * 10.); in FindDistPC() local
1203 if ((aB - aA) < anEps) { in FindDistPC()
H A DIntTools_FaceFace.cxx2605 Standard_Real aT1, aT2, aDt, aD, aDMax, anEps; in FindMaxDistance() local
2610 anEps = 1.e-4 * aDt; in FindMaxDistance()
2622 aD = FindMaxDistance(theCurve, aT1, aT2, aProjPS, anEps); in FindMaxDistance()
/dports/cad/opencascade/opencascade-7.6.0/src/BOPTools/
H A DBOPTools_AlgoTools.cxx2065 Standard_Real aDist, aDTol, aPM, anEps; in FindPointInFace() local
2076 anEps = Precision::SquareConfusion(); in FindPointInFace()
2112 if (aV.SquareMagnitude() < anEps) { in FindPointInFace()
/dports/cad/opencascade/opencascade-7.6.0/src/Bisector/
H A DBisector_BisecCC.cxx695 const Standard_Real anEps = Epsilon(1); in ValueAndDist() local
701 else if (N1P2P1*sign1 < anEps) { in ValueAndDist()
/dports/cad/opencascade/opencascade-7.6.0/src/BOPDS/
H A DBOPDS_DS.cxx2195 Standard_Real anEps = BRep_Tool::Tolerance(aE) * 0.01; in IsValidShrunkData() local
2207 if (aTol - aDist > anEps) { in IsValidShrunkData()
/dports/cad/opencascade/opencascade-7.6.0/src/BOPAlgo/
H A DBOPAlgo_PaveFiller_6.cxx2040 const Standard_Real anEps = gp::Resolution(); in FilterPavesOnCurves() local
2065 if (aSqDist > anEps && aSqD1Mod > anEps) in FilterPavesOnCurves()