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