Home
last modified time | relevance | path

Searched refs:dfVal2 (Results 1 – 20 of 20) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Doverview.cpp990 double dfVal1 = 0.0, dfVal2 = 0.0; in GDALResampleConvolutionHorizontal() local
996 dfVal2 += pChunk[i+2] * padfWeights[i+2]; in GDALResampleConvolutionHorizontal()
997 dfVal2 += pChunk[i+3] * padfWeights[i+3]; in GDALResampleConvolutionHorizontal()
1003 return dfVal1 + dfVal2; in GDALResampleConvolutionHorizontal()
1039 double dfVal1 = 0.0, dfVal2 = 0.0, in GDALResampleConvolutionHorizontal_3rows() local
1064 dfRes1 = dfVal1 + dfVal2; in GDALResampleConvolutionHorizontal_3rows()
1087 double dfVal1 = 0.0, dfVal2 = 0.0; in GDALResampleConvolutionVertical() local
1100 return dfVal1 + dfVal2; in GDALResampleConvolutionVertical()
1107 double dfVal1 = 0.0, dfVal2 = 0.0, in GDALResampleConvolutionVertical_2cols() local
1126 dfRes1 = dfVal1 + dfVal2; in GDALResampleConvolutionVertical_2cols()
[all …]
H A Dgdal_priv.h1161 #define ARE_REAL_EQUAL(dfVal1, dfVal2) \ argument
1162 …(dfVal1 == dfVal2 || fabs(dfVal1 - dfVal2) < 1e-10 || (dfVal2 != 0 && fabs(1 - dfVal1 / dfVal2) < …
/dports/devel/upp/upp/bazaar/plugin/gdal/alg/
H A Dcontour.cpp638 double dfVal2, double dfX2, double dfY2, in Intersect() argument
644 if( dfVal1 < dfLevel && dfVal2 >= dfLevel ) in Intersect()
646 double dfRatio = (dfLevel - dfVal1) / (dfVal2 - dfVal1); in Intersect()
652 else if( dfVal1 > dfLevel && dfVal2 <= dfLevel ) in Intersect()
654 double dfRatio = (dfLevel - dfVal2) / (dfVal1 - dfVal2); in Intersect()
660 else if( dfVal1 == dfLevel && dfVal2 == dfLevel && dfNext != dfLevel ) in Intersect()
H A Dgdalwarpkernel.cpp2382 double dfVal0, dfVal1, dfVal2, dfVal3; in GWKCubic4Values() local
2396 dfVal2 = dfX2_2 * (1.5 * dfAbsX_2 - 2.5) + 1; in GWKCubic4Values()
2398 dfVal2 = dfX2_2 * (-0.5 * dfAbsX_2 + 2.5) - 4 * dfAbsX_2 + 2; in GWKCubic4Values()
2400 dfVal2 = 0.0; in GWKCubic4Values()
2410 padfValues[2] = dfVal2; in GWKCubic4Values()
2412 return dfVal0 + dfVal1 + dfVal2 + dfVal3; in GWKCubic4Values()
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Doverview.cpp2236 double dfVal2 = 0.0; in GDALResampleConvolutionHorizontal() local
2249 return dfVal1 + dfVal2; in GDALResampleConvolutionHorizontal()
2286 double dfVal2 = 0.0; in GDALResampleConvolutionHorizontal_3rows() local
2313 dfRes1 = dfVal1 + dfVal2; in GDALResampleConvolutionHorizontal_3rows()
2350 double dfVal2 = 0.0; in GDALResampleConvolutionVertical() local
2364 return dfVal1 + dfVal2; in GDALResampleConvolutionVertical()
2372 double dfVal2 = 0.0; in GDALResampleConvolutionVertical_2cols() local
2393 dfRes1 = dfVal1 + dfVal2; in GDALResampleConvolutionVertical_2cols()
3027 double dfVal2 = 0.0; in GDALResampleChunk32R_ConvolutionT() local
3049 double dfVal2 = 0.0; in GDALResampleChunk32R_ConvolutionT() local
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Doverview.cpp2236 double dfVal2 = 0.0; in GDALResampleConvolutionHorizontal() local
2249 return dfVal1 + dfVal2; in GDALResampleConvolutionHorizontal()
2286 double dfVal2 = 0.0; in GDALResampleConvolutionHorizontal_3rows() local
2313 dfRes1 = dfVal1 + dfVal2; in GDALResampleConvolutionHorizontal_3rows()
2350 double dfVal2 = 0.0; in GDALResampleConvolutionVertical() local
2364 return dfVal1 + dfVal2; in GDALResampleConvolutionVertical()
2372 double dfVal2 = 0.0; in GDALResampleConvolutionVertical_2cols() local
2393 dfRes1 = dfVal1 + dfVal2; in GDALResampleConvolutionVertical_2cols()
3027 double dfVal2 = 0.0; in GDALResampleChunk32R_ConvolutionT() local
3049 double dfVal2 = 0.0; in GDALResampleChunk32R_ConvolutionT() local
[all …]
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Doverview.cpp2236 double dfVal2 = 0.0; in GDALResampleConvolutionHorizontal() local
2249 return dfVal1 + dfVal2; in GDALResampleConvolutionHorizontal()
2286 double dfVal2 = 0.0; in GDALResampleConvolutionHorizontal_3rows() local
2313 dfRes1 = dfVal1 + dfVal2; in GDALResampleConvolutionHorizontal_3rows()
2350 double dfVal2 = 0.0; in GDALResampleConvolutionVertical() local
2364 return dfVal1 + dfVal2; in GDALResampleConvolutionVertical()
2372 double dfVal2 = 0.0; in GDALResampleConvolutionVertical_2cols() local
2393 dfRes1 = dfVal1 + dfVal2; in GDALResampleConvolutionVertical_2cols()
3027 double dfVal2 = 0.0; in GDALResampleChunk32R_ConvolutionT() local
3049 double dfVal2 = 0.0; in GDALResampleChunk32R_ConvolutionT() local
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/gsg/
H A Dgsagdataset.cpp153 bool AlmostEqual( double dfVal1, double dfVal2 ) in AlmostEqual() argument
157 if( dfVal1 == 0.0 || dfVal2 == 0.0 ) in AlmostEqual()
158 return fabs(dfVal1 - dfVal2) < dfTOLERANCE; in AlmostEqual()
159 return fabs((dfVal1 - dfVal2)/dfVal1) < dfTOLERANCE; in AlmostEqual()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/gsg/
H A Dgsagdataset.cpp139 static bool AlmostEqual( double dfVal1, double dfVal2 ) in AlmostEqual() argument
143 if( dfVal1 == 0.0 || dfVal2 == 0.0 ) in AlmostEqual()
144 return fabs(dfVal1 - dfVal2) < dfTOLERANCE; in AlmostEqual()
145 return fabs((dfVal1 - dfVal2)/dfVal1) < dfTOLERANCE; in AlmostEqual()
/dports/graphics/gdal/gdal-3.3.3/frmts/gsg/
H A Dgsagdataset.cpp139 static bool AlmostEqual( double dfVal1, double dfVal2 ) in AlmostEqual() argument
143 if( dfVal1 == 0.0 || dfVal2 == 0.0 ) in AlmostEqual()
144 return fabs(dfVal1 - dfVal2) < dfTOLERANCE; in AlmostEqual()
145 return fabs((dfVal1 - dfVal2)/dfVal1) < dfTOLERANCE; in AlmostEqual()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/gsg/
H A Dgsagdataset.cpp139 static bool AlmostEqual( double dfVal1, double dfVal2 ) in AlmostEqual() argument
143 if( dfVal1 == 0.0 || dfVal2 == 0.0 ) in AlmostEqual()
144 return fabs(dfVal1 - dfVal2) < dfTOLERANCE; in AlmostEqual()
145 return fabs((dfVal1 - dfVal2)/dfVal1) < dfTOLERANCE; in AlmostEqual()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dogrpgeogeometry.cpp2479 double dfVal2 = 0.0; in OGRCreateFromShapeBin() local
2482 memcpy( &dfVal2, pabyShape + nOffset + 8, 8 ); in OGRCreateFromShapeBin()
2483 CPL_LSBPTR64(&dfVal2); in OGRCreateFromShapeBin()
2491 dfVal1, dfVal2, nBits); in OGRCreateFromShapeBin()
2509 pasCurves[iCurve].u.ArcByIntermediatePoint.dfY = dfVal2; in OGRCreateFromShapeBin()
2519 pasCurves[iCurve].u.ArcByCenterPoint.dfY = dfVal2; in OGRCreateFromShapeBin()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dogrpgeogeometry.cpp2479 double dfVal2 = 0.0; in OGRCreateFromShapeBin() local
2482 memcpy( &dfVal2, pabyShape + nOffset + 8, 8 ); in OGRCreateFromShapeBin()
2483 CPL_LSBPTR64(&dfVal2); in OGRCreateFromShapeBin()
2491 dfVal1, dfVal2, nBits); in OGRCreateFromShapeBin()
2509 pasCurves[iCurve].u.ArcByIntermediatePoint.dfY = dfVal2; in OGRCreateFromShapeBin()
2519 pasCurves[iCurve].u.ArcByCenterPoint.dfY = dfVal2; in OGRCreateFromShapeBin()
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dogrpgeogeometry.cpp2479 double dfVal2 = 0.0; in OGRCreateFromShapeBin() local
2482 memcpy( &dfVal2, pabyShape + nOffset + 8, 8 ); in OGRCreateFromShapeBin()
2483 CPL_LSBPTR64(&dfVal2); in OGRCreateFromShapeBin()
2491 dfVal1, dfVal2, nBits); in OGRCreateFromShapeBin()
2509 pasCurves[iCurve].u.ArcByIntermediatePoint.dfY = dfVal2; in OGRCreateFromShapeBin()
2519 pasCurves[iCurve].u.ArcByCenterPoint.dfY = dfVal2; in OGRCreateFromShapeBin()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/wmts/
H A Dwmtsdataset.cpp737 double dfVal2 = CPLAtof(strchr(pszTopLeftCorner, ' ')+1); in ReadTMS() local
744 oTM.dfTLY = dfVal2; in ReadTMS()
748 oTM.dfTLX = dfVal2; in ReadTMS()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/wmts/
H A Dwmtsdataset.cpp737 double dfVal2 = CPLAtof(strchr(pszTopLeftCorner, ' ')+1);
744 oTM.dfTLY = dfVal2;
748 oTM.dfTLX = dfVal2;
/dports/graphics/gdal/gdal-3.3.3/frmts/wmts/
H A Dwmtsdataset.cpp737 double dfVal2 = CPLAtof(strchr(pszTopLeftCorner, ' ')+1); in ReadTMS() local
744 oTM.dfTLY = dfVal2; in ReadTMS()
748 oTM.dfTLX = dfVal2; in ReadTMS()
/dports/graphics/py-gdal/gdal-3.3.3/alg/
H A Dgdalwarpkernel.cpp3207 double dfVal2 = 0.0; in GWKCubic4Values() local
3209 dfVal2 = dfX2_2 * (1.5 * dfAbsX_2 - 2.5) + 1.0; in GWKCubic4Values()
3211 dfVal2 = dfX2_2 * (-0.5 * dfAbsX_2 + 2.5) - 4.0 * dfAbsX_2 + 2.0; in GWKCubic4Values()
3221 padfValues[2] = dfVal2; in GWKCubic4Values()
3223 return dfVal0 + dfVal1 + dfVal2 + dfVal3; in GWKCubic4Values()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/alg/
H A Dgdalwarpkernel.cpp3207 double dfVal2 = 0.0;
3209 dfVal2 = dfX2_2 * (1.5 * dfAbsX_2 - 2.5) + 1.0;
3211 dfVal2 = dfX2_2 * (-0.5 * dfAbsX_2 + 2.5) - 4.0 * dfAbsX_2 + 2.0;
3221 padfValues[2] = dfVal2;
3223 return dfVal0 + dfVal1 + dfVal2 + dfVal3;
/dports/graphics/gdal/gdal-3.3.3/alg/
H A Dgdalwarpkernel.cpp3207 double dfVal2 = 0.0; in GWKCubic4Values() local
3209 dfVal2 = dfX2_2 * (1.5 * dfAbsX_2 - 2.5) + 1.0; in GWKCubic4Values()
3211 dfVal2 = dfX2_2 * (-0.5 * dfAbsX_2 + 2.5) - 4.0 * dfAbsX_2 + 2.0; in GWKCubic4Values()
3221 padfValues[2] = dfVal2; in GWKCubic4Values()
3223 return dfVal0 + dfVal1 + dfVal2 + dfVal3; in GWKCubic4Values()