Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
D_pydecimal.py2932 def compare_total_mag(self, other, context=None): member in Decimal
4215 def compare_total_mag(self, a, b): member in Context
/external/mpdecimal/libmpdec++/
Ddecimal.hh1006 …ALWAYS_INLINE Decimal compare_total_mag(const Decimal& other) const { return binary_func_noctx(mpd… in compare_total_mag() function in decimal::Decimal