Home
last modified time | relevance | path

Searched defs:RawBinaryLayout (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Dgdal_priv_templates.hpp561 #ifdef notdef_because_slightly_slower_than_default_implementation
568 __m128d float_neginf = _mm_set1_pd(-std::numeric_limits<float>::infinity());
570 __m128d val23 = _mm_loadu_pd(pValueIn+2);
571 __m128d mask_max = _mm_cmpge_pd( val01, float_posmax );
572 __m128d mask_max23 = _mm_cmpge_pd( val23, float_posmax );
573 val01 = _mm_or_pd(_mm_and_pd(mask_max, float_posinf), _mm_andnot_pd(mask_max, val01));
574 val23 = _mm_or_pd(_mm_and_pd(mask_max23, float_posinf), _mm_andnot_pd(mask_max23, val23));
575 __m128d mask_min = _mm_cmple_pd( val01, float_negmax );
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dgdal_priv.h558 struct RawBinaryLayout struct
578 virtual bool GetRawBinaryLayout(RawBinaryLayout&); argument
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Dgdal_priv.h558 struct RawBinaryLayout struct
578 virtual bool GetRawBinaryLayout(RawBinaryLayout&); argument