Searched defs:copy_abs (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/ | ||
D | _pydecimal.py | 2943 def copy_abs(self): member in Decimal |
/external/mpdecimal/libmpdec++/ | ||
D | decimal.hh | 976 ALWAYS_INLINE Decimal copy_abs() const { return unary_func_status(mpd_qcopy_abs); } in copy_abs() function in decimal::Decimal |