Home
last modified time | relevance | path

Searched defs:compare_total (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
D_pydecimal.py2859 def compare_total(self, other, context=None): member in Decimal
4186 def compare_total(self, a, b): member in Context
/external/mpdecimal/libmpdec++/
Ddecimal.hh1005 …ALWAYS_INLINE Decimal compare_total(const Decimal& other) const { return binary_func_noctx(mpd_com… in compare_total() function in decimal::Decimal