Home
last modified time | relevance | path

Searched defs:CPLIsNan (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcpl_port.h607 # define CPLIsNan(x) _isnan(x) macro
613 # define CPLIsNan(x) __builtin_isnan(x) macro
621 static inline int CPLIsNan(float f) { return std::isnan(f); } in CPLIsNan() function
622 static inline int CPLIsNan(double f) { return std::isnan(f); } in CPLIsNan() function
634 static inline int CPLIsNan(float f) { return __isnanf(f); } in CPLIsNan() function
635 static inline int CPLIsNan(double f) { return __isnan(f); } in CPLIsNan() function
642 # define CPLIsNan(x) isnan(x) macro
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/port/
H A Dcpl_port.h607 # define CPLIsNan(x) _isnan(x) macro
613 # define CPLIsNan(x) __builtin_isnan(x) macro
621 static inline int CPLIsNan(float f) { return std::isnan(f); } in CPLIsNan() function
622 static inline int CPLIsNan(double f) { return std::isnan(f); } in CPLIsNan() function
634 static inline int CPLIsNan(float f) { return __isnanf(f); } in CPLIsNan() function
635 static inline int CPLIsNan(double f) { return __isnan(f); } in CPLIsNan() function
642 # define CPLIsNan(x) isnan(x) macro
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcpl_port.h607 # define CPLIsNan(x) _isnan(x) macro
613 # define CPLIsNan(x) __builtin_isnan(x) macro
621 static inline int CPLIsNan(float f) { return std::isnan(f); } in CPLIsNan() function
622 static inline int CPLIsNan(double f) { return std::isnan(f); } in CPLIsNan() function
634 static inline int CPLIsNan(float f) { return __isnanf(f); } in CPLIsNan() function
635 static inline int CPLIsNan(double f) { return __isnan(f); } in CPLIsNan() function
642 # define CPLIsNan(x) isnan(x) macro
/dports/graphics/proj/proj-7.2.1/src/
H A Dproj_json_streaming_writer.cpp41 #define CPLIsNan std::isnan macro
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/port/
H A Dcpl_port.h311 # define CPLIsNan(x) _isnan(x) macro
315 # define CPLIsNan(x) isnan(x) macro
/dports/devel/upp/upp/bazaar/plugin/gdal/port/
H A Dcpl_port.h388 # define CPLIsNan(x) _isnan(x) macro
392 # define CPLIsNan(x) isnan(x) macro