Home
last modified time | relevance | path

Searched refs:IsZero (Results 1 – 4 of 4) 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 Dbiginteger.h129 if (IsZero() || shift == 0) return *this;
221 bool IsZero() const { return count_ == 1 && digits_[0] == 0; } in IsZero() function
226 if (IsZero()) in AppendDecimal64()
H A Dieee754.h45 bool IsZero() const { return (u_ & (kExponentMask | kSignificandMask)) == 0; } in IsZero() function
H A Ddtoa.h219 if (d.IsZero()) {
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Ddtoa.cpp87 if (d.IsZero()) { in dtoa()