Home
last modified time | relevance | path

Searched defs:IsZero (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.h45 bool IsZero() const { return (u_ & (kExponentMask | kSignificandMask)) == 0; } in IsZero() function
H A Dbiginteger.h221 bool IsZero() const { return count_ == 1 && digits_[0] == 0; } in IsZero() function