Home
last modified time | relevance | path

Searched refs:tolfact (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/hercules/hercules-3.13/
H A Ddasdblks.h378 int *lbconst, int *nkconst, BYTE*devflag, int *tolfact,
H A Ddasdutil.c1007 int *lbconst, int *nkconst, BYTE*devflag, int *tolfact, in capacity_calc() argument
1088 if (tolfact != NULL) *tolfact = devtl; in capacity_calc()
H A Ddasdload.c1093 int tolfact; /* Device tolerance */ in build_format4_dscb() local
1098 &lbconst, &nkconst, &devflag, &tolfact, NULL, in build_format4_dscb()
1150 f4dscb->ds4devtl[0] = (tolfact >> 8) & 0xFF; in build_format4_dscb()
1151 f4dscb->ds4devtl[1] = tolfact & 0xFF; in build_format4_dscb()
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeFix/
H A DShapeFix_Wire.cxx1850 const Standard_Real tolfact, in RemoveLoop() argument
1874 Standard_Real dt = tolfact * GAC.Resolution(prec); in RemoveLoop()
2234 Standard_Real tolfact = 0.1; // factor for shifting by parameter in RemoveLoop in FixSelfIntersectingEdge() local
2257 if ( RemoveLoop (E, Face(), points2d.Value(i), tolfact, in FixSelfIntersectingEdge()