Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
D_pydecimal.py2943 def copy_abs(self): member in Decimal
4223 def copy_abs(self, a): member in Context
/external/mpdecimal/libmpdec++/
Ddecimal.hh976 ALWAYS_INLINE Decimal copy_abs() const { return unary_func_status(mpd_qcopy_abs); } in copy_abs() function in decimal::Decimal