Searched refs:IsNotZero (Results 1 – 5 of 5) sorted by relevance
251 m_bNeg(neg && IsNotZero()), in CFGAS_Decimal()288 m_bNeg = val < 0 && IsNotZero(); in CFGAS_Decimal()324 m_bNeg = negmet && IsNotZero(); in CFGAS_Decimal()343 if (m_bNeg && IsNotZero()) in ToWideString()380 m_bNeg = m_bNeg && IsNotZero(); in SetScale()399 m_bNeg = m_bNeg && IsNotZero(); in SetScale()404 if (IsNotZero()) in SetNegate()421 if (!val.IsNotZero()) in operator /()436 if (!IsNotZero()) in operator /()
28 bool IsNotZero() const { return m_uHi || m_uMid || m_uLo; } in IsNotZero() function
1882 while (decimal.IsNotZero() && in FormatNum()1893 while (decimal.IsNotZero() && in FormatNum()
428 class IsNotZero : public ActionInterface<bool(int)> { // NOLINT class436 const Action<bool(int)> a1(new IsNotZero); // NOLINT in TEST()
2963 ConvertibleToBool IsNotZero(int number) { in TEST() function2971 Matcher<int> m = Truly(IsNotZero); in TEST()