Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
D_pydecimal.py3362 def max_mag(self, other, context=None): member in Decimal
4793 def max_mag(self, a, b): member in Context
/external/mpdecimal/libmpdec++/
Ddecimal.hh1018 …ALWAYS_INLINE Decimal max_mag(const Decimal& other, Context& c=context) const { return binary_func… in max_mag() function in decimal::Decimal