Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
D_pydecimal.py2593 def to_integral_exact(self, rounding=None, context=None): member in Decimal
5480 def to_integral_exact(self, a): member in Context
/external/mpdecimal/libmpdec++/
Ddecimal.hh997 …ALWAYS_INLINE Decimal to_integral_exact(Context& c=context) const { return unary_func(mpd_qround_t… in to_integral_exact() function in decimal::Decimal