Home
last modified time | relevance | path

Searched refs:IsZero (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/libs/thorvg/rapidjson/internal/
Dbiginteger.h134 if (IsZero() || shift == 0) return *this;
226 bool IsZero() const { return count_ == 1 && digits_[0] == 0; } in IsZero() function
232 if (IsZero()) in AppendDecimal64()
Dieee754.h45 bool IsZero() const { return (u_ & (kExponentMask | kSignificandMask)) == 0; } in IsZero() function
Ddtoa.h223 if (d.IsZero()) {