Home
last modified time | relevance | path

Searched refs:IsNotZero (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fxcrt/
Dcfx_decimal.cpp261 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 /()
Dcfx_decimal.h33 bool IsNotZero() const { return m_uHi || m_uMid || m_uLo; } in IsNotZero() function
/external/google-breakpad/src/testing/test/
Dgmock-actions_test.cc392 class IsNotZero : public ActionInterface<bool(int)> { // NOLINT class
406 const Action<bool(int)> a1(new IsNotZero); // NOLINT in TEST()
Dgmock-matchers_test.cc2317 ConvertibleToBool IsNotZero(int number) { in IsNotZero() function
2325 Matcher<int> m = Truly(IsNotZero); in TEST()
/external/googletest/googlemock/test/
Dgmock-actions_test.cc441 class IsNotZero : public ActionInterface<bool(int)> { // NOLINT class
449 const Action<bool(int)> a1(new IsNotZero); // NOLINT in TEST()
Dgmock-matchers_test.cc2940 ConvertibleToBool IsNotZero(int number) { in IsNotZero() function
2948 Matcher<int> m = Truly(IsNotZero); in TEST()