Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
D_pydecimal.py2947 def copy_negate(self): member in Decimal
4249 def copy_negate(self, a): member in Context
/external/mpdecimal/libmpdec++/
Ddecimal.hh977 ALWAYS_INLINE Decimal copy_negate() const { return unary_func_status(mpd_qcopy_negate); } in copy_negate() function in decimal::Decimal