Home
last modified time | relevance | path

Searched refs:NOT_IMPL (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/_decimal/
D_decimal.c2822 #define NOT_IMPL 0 macro
2855 if (!convert_op(NOT_IMPL, a, v, context)) { \
2860 if (!convert_op(NOT_IMPL, a, v, context)) { \
2863 if (!convert_op(NOT_IMPL, b, w, context)) { \
2869 if (!convert_op(NOT_IMPL, a, v, context)) { \
2872 if (!convert_op(NOT_IMPL, b, w, context)) { \
2876 if (!convert_op(NOT_IMPL, c, x, context)) { \
4069 if (!convert_op(NOT_IMPL, &c, mod, context)) { in nm_mpd_qpow()