Home
last modified time | relevance | path

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

/dports/print/hplip/hplip-3.20.6/ip/
H A Dipdefs.h104 #define MUL32HIHALF(firstpar, secondpar, hihalfresult) { \
106 prod64 = (__int64)(firstpar) * (secondpar); \
110 #define MUL32HIHALF(firstpar, secondpar, hihalfresult) { \ argument
111 hihalfresult = ((__int64)(firstpar) * (secondpar)) >> 32; \
/dports/games/openclonk/openclonk-release-8.1-src/tools/
H A Dcreate_docs_function_list.py41 firstpar = True
54 if not firstpar:
56 firstpar = False variable
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DShapeAnalysis_Surface.hxx135 Standard_Real& firstpar,
155 Standard_Real& firstpar,
H A DApprox_ComputeCLine.gxx391 Standard_Real& firstpar,
394 firstpar = myfirstparam.Value(Index);
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeAnalysis/
H A DShapeAnalysis_Surface.hxx135 Standard_Real& firstpar,
155 Standard_Real& firstpar,
H A DShapeAnalysis_Surface.cxx298 Standard_Real& firstpar, in Singularity() argument
309 firstpar = myFirstPar[num - 1]; in Singularity()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DShapeAnalysis_Surface.hxx147 Standard_Real& firstpar,
167 Standard_Real& firstpar,
H A DApprox_ComputeCLine.gxx373 Standard_Real& firstpar,
376 firstpar = myfirstparam.Value(Index);
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeFix/
H A DShapeFix_EdgeProjAux.cxx260 Standard_Real firstpar,lastpar; in Init2d() local
261 if (stsu->DegeneratedValues(Pt1,preci,aPt1,aPt2,firstpar,lastpar)){ in Init2d()
264 if (aPt1.IsEqual(theCurve2d->Value(firstpar),preci) && in Init2d()
266 myFirstParam = firstpar; in Init2d()
H A DShapeFix_Wire.cxx2254 Standard_Real firstpar = points2d.Value(i).ParamOnFirst(); in FixSelfIntersectingEdge() local
2256 if(firstpar > prevFirst && lastpar < prevLast) continue; in FixSelfIntersectingEdge()
2262 prevFirst = firstpar; in FixSelfIntersectingEdge()
/dports/cad/opencascade/opencascade-7.6.0/src/Approx/
H A DApprox_ComputeCLine.gxx391 Standard_Real& firstpar,
394 firstpar = myfirstparam.Value(Index);
/dports/devel/upp/upp/uppsrc/CppBase/
H A DParser.cpp174 bool firstpar = true; in Purify() local
208 if(*s == '(' && firstpar) in Purify()
209 wasid = firstpar = false; in Purify()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFeat/
H A DBRepFeat_RibSlot.cxx908 Standard_Real lastpar, firstpar; in ExtremeFaces() local
923 firstpar = ASI.Point(1,firstindex).Parameter(); in ExtremeFaces()
927 cc->D0(firstpar, firstpoint); in ExtremeFaces()
/dports/lang/voc/voc-63008f6/src/compiler/
H A DOPT.Mod1438 LProc | entry sizes firstpar scope leaf Local procedure, entry adr set in back-end
1439 XProc | entry sizes firstpar scope leaf External procedure, entry adr set in back-end
1441 CProc | code firstpar scope Code procedure
1445 …TProc | index sizes firstpar scope leaf Bound procedure, index = 10000H*mthno+entry, entry…
/dports/math/PDL/PDL-2.019/Lib/Slatec/
H A Dslatec.pd270 sub firstpar {
386 ("ld".$_->[2] => "&\$PRIV(__".firstpar($_->[3])."_size)")