Home
last modified time | relevance | path

Searched refs:dArea (Results 1 – 25 of 30) sorted by relevance

12

/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/base/
H A Dshockabsorber.h164 doublereal dArea; variable
507 dArea = 0.;
510 dArea += pAreaPinPlus->dGet(CurrEpsilon);
512 dArea += pAreaPinMinus->dGet(CurrEpsilon);
517 dArea += pAreaOrifices->dGet(EpsPrime);
520 if (dArea <= 0.) {
526 doublereal d = .5*RhoFluid*AreaFluid*pow(AreaFluid/(dArea*Cd), 2);
595 return dArea; in dGetPrivData()
610 return out << " " << dPressure << " " << dArea in OutputAppend()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/amap/
H A DamapOutput.c101 TotalArea += p->pLib->pGateInv->dArea; in Amap_ManProduceMapped()
126 TotalArea += pGate->dArea; in Amap_ManProduceMapped()
134 TotalArea += p->pLib->pGateInv->dArea; in Amap_ManProduceMapped()
148 TotalArea += p->pLib->pGate0->dArea; in Amap_ManProduceMapped()
153 TotalArea += p->pLib->pGate1->dArea; in Amap_ManProduceMapped()
H A DamapLib.c155 fprintf( pFile, "%10.2f ", pGate->dArea ); in Amap_LibWriteGate()
201 double Diff = (*pp1)->dArea - (*pp2)->dArea; in Amap_LibCompareGatesByArea()
313 printf( "%3d :%12s %d %9.2f ", i, pGate->pName, pGate->nPins, pGate->dArea ); in Amap_LibPrintSelectedGates()
H A DamapMatch.c157 Area = pGate->dArea; in Amap_ManComputeMapping_rec()
279 float Area = Amap_LibGate( p->pLib, pM->pSet->iGate )->dArea; in Amap_CutAreaDeref()
306 float Area = Amap_LibGate( p->pLib, pM->pSet->iGate )->dArea; in Amap_CutAreaRef2()
363 float Area = Amap_LibGate( p->pLib, pM->pSet->iGate )->dArea; in Amap_CutAreaRef()
452 pM->Area = pGate->dArea; in Amap_ManMatchGetFlows()
H A DamapCore.c86 p->fAreaInv = pPars->fFreeInvs? 0.0 : pLib->pGateInv->dArea; in Amap_ManTest()
H A DamapRead.c356 pGate->dArea = atof( pToken ); in Amap_ParseTokens()
/dports/cad/veroroute/VeroRoute/Src/
H A DCompDefiner.cpp201 double dArea(INT_MAX); in GetShapeId() local
207 dArea = fabs(DX*DY); // Area of the rectangle in GetShapeId()
215 dArea = M_PI * 0.25*DX*DY; // Area of the ellipse in GetShapeId()
216 double epsilon(dArea < 0.1 ? 0.1 : 0); in GetShapeId()
239 dArea = sqrt(DX*DX + DY*DY); // "Area" for line is actually length in GetShapeId()
240 bOK = sqrt(dx1*dx1 + dy1*dy1) + sqrt(dx2*dx2 + dy2*dy2) < dArea + epsilon; in GetShapeId()
245 if ( iBestId == BAD_ID || dArea <= dMinArea ) in GetShapeId()
248 dMinArea = dArea; in GetShapeId()
/dports/games/alienblaster/alienblaster/src/
H A Dgeometry.cc368 float d, h, dArea; in getIntersectionArea() local
402 dArea = ang*getRadius()*getRadius(); in getIntersectionArea()
403 dArea = dArea - d*h; in getIntersectionArea()
408 dArea = dArea + ang*c.getRadius()*c.getRadius(); in getIntersectionArea()
409 dArea = dArea - d*h; in getIntersectionArea()
411 return dArea; in getIntersectionArea()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/terrain_analysis/ta_hydrology/
H A DIsochronesVar.cpp434 double dArea = 0; in _CalculateTime() local
503 dArea = dH * dH / m_dChannelSlope; in _CalculateTime()
505 dDif = (sqrt(dSlope) * pow(dArea, 5.0 / 3.0) / pow(dPerim, 2.0 / 3.0) / dManning) - dQ; in _CalculateTime()
521 dArea = dH * dH / m_dChannelSlope; in _CalculateTime()
523 … dDif = (sqrt(dSlope) * pow(dArea, 5.0 / 3.0) / pow(dPerim, 2.0 / 3.0) / dManning) - dQ; in _CalculateTime()
528 dSpeed = max(m_dMinSpeed, dQ / dArea); in _CalculateTime()
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/umuscle/src/
H A DrefinevertP.cpp45 double dArea = 0.0; in ListVertSavings() local
49 dArea += uLength*uLength; in ListVertSavings()
51 double dPct = (dTotalArea - dArea)*100.0/dTotalArea; in ListVertSavings()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/mio/
H A DmioRead.c375 pGate->dArea = atof( pToken ); in Mio_LibraryReadGate()
543 double Diff = (*pp1)->dArea - (*pp2)->dArea; in Mio_LibraryCompareGatesByArea()
623 …if ( pThis->dArea > pNew->dArea || (pThis->dArea == pNew->dArea && strcmp(pThis->pName, pNew->pNam… in Mio_GateCompare()
H A DmioApi.c64 … ( Mio_Library_t * pLib ) { return (float)(pLib->pGateInv? pLib->pGateInv->dArea : 0.0); } in Mio_LibraryReadAreaInv()
65 … ( Mio_Library_t * pLib ) { return (float)(pLib->pGateBuf? pLib->pGateBuf->dArea : 0.0); } in Mio_LibraryReadAreaBuf()
66 … ( Mio_Library_t * pLib ) { return (float)(pLib->pGateNand2? pLib->pGateNand2->dArea : 0.0); } in Mio_LibraryReadAreaNand2()
170 double Mio_GateReadArea ( Mio_Gate_t * pGate ) { return pGate->dArea; … in Mio_GateReadArea()
H A DmioUtils.c232 fprintf( pFile, "%8.2f ", pGate->dArea ); in Mio_WriteGate()
396 if ( pCell->dArea > (float)pGate->dArea + Eps ) in Mio_CompareTwoGates()
398 if ( pCell->dArea < (float)pGate->dArea - Eps ) in Mio_CompareTwoGates()
460 … iGate+1, pGate->pName, pGate->dArea, pGate->dDelayMax, pGate->pOutName, pGate->pForm ); in Mio_CollectRoots()
493 if ( pCell->Area > (float)pGate->dArea + Eps ) in Mio_CompareTwo()
495 if ( pCell->Area < (float)pGate->dArea - Eps ) in Mio_CompareTwo()
518 pCell->Area = (float)pGate->dArea; in Mio_CollectCopy()
661 pCell->AreaF = pGate->dArea; in Mio_CollectCopy2()
662 pCell->AreaW = (word)(SCL_NUM * pGate->dArea); in Mio_CollectCopy2()
1166 pGate->dArea *= pow( pGate->nInputs, Multi ); in Mio_LibraryMultiArea()
H A DmioInt.h99 double dArea; // the area of the gate member
/dports/biology/muscle/muscle-3.8.1551/
H A Drefinevert.cpp23 double dArea = 0.0; in ListVertSavings() local
27 dArea += uLength*uLength; in ListVertSavings()
29 double dPct = (dTotalArea - dArea)*100.0/dTotalArea; in ListVertSavings()
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/umuscle/src/muscle/
H A Drefinevert.cpp25 double dArea = 0.0; in ListVertSavings() local
29 dArea += uLength*uLength; in ListVertSavings()
31 double dPct = (dTotalArea - dArea)*100.0/dTotalArea; in ListVertSavings()
/dports/deskutils/latte-dock/latte-dock-0.10.6/plasmoid/package/contents/ui/taskslayout/
H A DMouseHandler.qml19 id: dArea
124 dArea.containsDrag = true;
134 dArea.containsDrag = true;
198 dArea.containsDrag = false;
213 dArea.containsDrag = false;
/dports/science/mbdyn/mbdyn-1.7.3/modules/module-cyclocopter/
H A Dmodule-cyclocopter.cc69 doublereal dArea; // Cylinder longitudinal area member in CyclocopterInflow
137 dArea(0.), in CyclocopterInflow()
701 dArea = 2*dRadius*dSpan; in CyclocopterUniform1D()
807 dUindMean = dKappa*copysign(std::sqrt(std::abs(dTz)/(2*dRho*dArea)), dTz); in AssRes()
1002 dArea = 2*dRadius*dSpan; in CyclocopterUniform2D()
1057 dUindMean = sqrt(dT/(2*dRho*dArea)); in AfterConvergence()
1086 dUindMean = dKappa*sqrt(dT/(2*dRho*dArea)); in AfterConvergence()
1149 dUindMean = dKappa*sqrt(dT/(2*dRho*dArea)); in AssRes()
1373 dArea = 2*dRadius*dSpan; in CyclocopterPolimi()
1400 dUindMean = dKappa*sqrt(dT/(2*dRho*dArea)); in AfterConvergence()
[all …]
/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/aero/
H A Drotor.cc63 dOmegaRef(0.), dRadius(0), dVTipRef(0.), dArea(0.), in Rotor()
92 dOmegaRef(0.), dRadius(0), dVTipRef(0.), dArea(0.), in Rotor()
396 dUMeanRef = copysign(std::sqrt(std::abs(dT)/(2*dRho*dArea)), dT); in InitParam()
430 doublereal dCt = dT/(dRho*dArea*dVTip*dVTip); in InitParam()
519 doublereal dCt = dT/(dRho*dArea*dVTip*dVTip); in InitParam()
748 dArea = M_PI*dRadius*dRadius; in Init()
1033 dArea = M_PI*dRadius*dRadius; in Init()
1314 dArea = M_PI*dRadius*dRadius; in Init()
1603 dArea = M_PI*dRadius*dRadius; in Init()
1833 doublereal dDim = dGetAirDensity(GetXCurr())*dArea*dOmega*(dRadius*dRadius); in AssRes()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/vfk/
H A Dvfkdatablocksqlite.cpp593 double dArea, dMaxArea; in LoadGeometryPolygon() local
604 dArea = poOgrRing->get_Area(); in LoadGeometryPolygon()
605 if (dArea > dMaxArea) { in LoadGeometryPolygon()
606 dMaxArea = dArea; in LoadGeometryPolygon()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/vfk/
H A Dvfkdatablocksqlite.cpp726 const double dArea = poOgrRing->get_Area(); in LoadGeometryPolygon() local
727 if (dArea > dMaxArea) { in LoadGeometryPolygon()
728 dMaxArea = dArea; in LoadGeometryPolygon()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/vfk/
H A Dvfkdatablocksqlite.cpp726 const double dArea = poOgrRing->get_Area(); in LoadGeometryPolygon() local
727 if (dArea > dMaxArea) { in LoadGeometryPolygon()
728 dMaxArea = dArea; in LoadGeometryPolygon()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/vfk/
H A Dvfkdatablocksqlite.cpp726 const double dArea = poOgrRing->get_Area(); in LoadGeometryPolygon() local
727 if (dArea > dMaxArea) { in LoadGeometryPolygon()
728 dMaxArea = dArea; in LoadGeometryPolygon()
/dports/math/freefem++/FreeFem-sources-4.6/examples/plugin/
H A DIpoptMinSurfVol.edp92 …varf dArea(u,v) = int2d(Th)(1./sqrtPsi * (alpha*v + rho2*dx(rho)*dx(v) + rho2*dy(rho)*sin2*dy(v)) …
93 real[int] grad = dArea(0,Vh);
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_gui/
H A Dview_histogram.cpp667 double dArea = pObject->asGrid() != NULL ? pObject->asGrid()->Get_Cellarea() : 1.; in On_AsTable() local
674 pRecord->Set_Value(1, pClassifier->Histogram_Get().Get_Elements (i) * dArea); in On_AsTable()

12