Searched defs:copy_sign (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/ | ||
D | _pydecimal.py | 2954 def copy_sign(self, other, context=None): member in Decimal |
/external/mpdecimal/libmpdec++/ | ||
D | decimal.hh | 1085 ALWAYS_INLINE Decimal copy_sign(const Decimal& other) const { in copy_sign() function in decimal::Decimal |