Searched refs:IsNotZero (Results 1 – 6 of 6) sorted by relevance
261 neg && IsNotZero(), in CFX_Decimal()294 m_uFlags = FXMATH_DECIMAL_MAKEFLAGS(val < 0 && IsNotZero(), scale); in CFX_Decimal()329 m_uFlags = FXMATH_DECIMAL_MAKEFLAGS(negmet && IsNotZero(), scale); in CFX_Decimal()347 if (FXMATH_DECIMAL_FLAGS2NEG(m_uFlags) && IsNotZero()) in operator WideString()380 FXMATH_DECIMAL_FLAGS2NEG(m_uFlags) && IsNotZero(), newscale); in SetScale()402 FXMATH_DECIMAL_FLAGS2NEG(m_uFlags) && IsNotZero(), newscale); in SetScale()411 if (IsNotZero()) in SetNegate()437 if (!val.IsNotZero()) in operator /()458 if (!IsNotZero()) in operator /()
33 bool IsNotZero() const { return m_uHi || m_uMid || m_uLo; } in IsNotZero() function
392 class IsNotZero : public ActionInterface<bool(int)> { // NOLINT class406 const Action<bool(int)> a1(new IsNotZero); // NOLINT in TEST()
2317 ConvertibleToBool IsNotZero(int number) { in IsNotZero() function2325 Matcher<int> m = Truly(IsNotZero); in TEST()
441 class IsNotZero : public ActionInterface<bool(int)> { // NOLINT class449 const Action<bool(int)> a1(new IsNotZero); // NOLINT in TEST()
2940 ConvertibleToBool IsNotZero(int number) { in IsNotZero() function2948 Matcher<int> m = Truly(IsNotZero); in TEST()