Home
last modified time | relevance | path

Searched refs:IsNanOrInf (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/
H A Dieee754.h43 bool IsNanOrInf() const { return (u_ & kExponentMask) == kExponentMask; } in IsNanOrInf() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dwriter.h318 if (internal::Double(d).IsNanOrInf()) { in WriteDouble()
511 if (internal::Double(d).IsNanOrInf()) { in WriteDouble()