Lines Matching refs:UNUSED
60 #define UNUSED __attribute__((unused)) macro
62 #define UNUSED macro
282 dec_traphandler(mpd_context_t *ctx UNUSED) /* GCOV_NOT_REACHED */ in dec_traphandler() argument
542 signaldict_init(PyObject *self, PyObject *args UNUSED, PyObject *kwds UNUSED) in signaldict_init() argument
549 signaldict_len(PyObject *self UNUSED) in signaldict_len() argument
556 signaldict_iter(PyObject *self UNUSED) in signaldict_iter() argument
660 signaldict_copy(PyObject *self, PyObject *args UNUSED) in signaldict_copy() argument
728 context_get##mem(PyObject *self, void *closure UNUSED) \
735 context_get##mem(PyObject *self, void *closure UNUSED) \
751 context_getround(PyObject *self, void *closure UNUSED) in Dec_CONTEXT_GET_SSIZE()
760 context_getcapitals(PyObject *self, void *closure UNUSED) in context_getcapitals() argument
767 context_getallcr(PyObject *self, void *closure UNUSED) in context_getallcr() argument
774 context_getetiny(PyObject *self, PyObject *dummy UNUSED) in context_getetiny() argument
780 context_getetop(PyObject *self, PyObject *dummy UNUSED) in context_getetop() argument
786 context_setprec(PyObject *self, PyObject *value, void *closure UNUSED) in context_setprec() argument
806 context_setemin(PyObject *self, PyObject *value, void *closure UNUSED) in context_setemin() argument
826 context_setemax(PyObject *self, PyObject *value, void *closure UNUSED) in context_setemax() argument
908 context_setround(PyObject *self, PyObject *value, void *closure UNUSED) in context_setround() argument
927 context_setcapitals(PyObject *self, PyObject *value, void *closure UNUSED) in context_setcapitals() argument
947 context_settraps(PyObject *self, PyObject *value, void *closure UNUSED) in context_settraps() argument
1011 context_setstatus(PyObject *self, PyObject *value, void *closure UNUSED) in context_setstatus() argument
1074 context_setclamp(PyObject *self, PyObject *value, void *closure UNUSED) in context_setclamp() argument
1095 context_setallcr(PyObject *self, PyObject *value, void *closure UNUSED) in context_setallcr() argument
1158 context_clear_traps(PyObject *self, PyObject *dummy UNUSED) in context_clear_traps() argument
1165 context_clear_flags(PyObject *self, PyObject *dummy UNUSED) in context_clear_flags() argument
1181 context_new(PyTypeObject *type, PyObject *args UNUSED, PyObject *kwds UNUSED) in context_new() argument
1380 ieee_context(PyObject *dummy UNUSED, PyObject *v) in ieee_context() argument
1415 context_copy(PyObject *self, PyObject *args UNUSED) in context_copy() argument
1432 context_reduce(PyObject *self, PyObject *args UNUSED) in context_reduce() argument
1585 PyDec_GetCurrentContext(PyObject *self UNUSED, PyObject *args UNUSED) in PyDec_GetCurrentContext() argument
1600 PyDec_SetCurrentContext(PyObject *self UNUSED, PyObject *v) in PyDec_SetCurrentContext() argument
1682 PyDec_GetCurrentContext(PyObject *self UNUSED, PyObject *args UNUSED) in PyDec_GetCurrentContext() argument
1689 PyDec_SetCurrentContext(PyObject *self UNUSED, PyObject *v) in PyDec_SetCurrentContext() argument
1723 ctxmanager_new(PyTypeObject *type UNUSED, PyObject *args, PyObject *kwds) in ctxmanager_new() argument
1770 ctxmanager_set_local(PyDecContextManagerObject *self, PyObject *args UNUSED) in ctxmanager_set_local() argument
1786 PyObject *args UNUSED) in ctxmanager_restore_global() argument
3412 dec_as_integer_ratio(PyObject *self, PyObject *args UNUSED) in dec_as_integer_ratio() argument
3674 PyDec_AsTuple(PyObject *dec, PyObject *dummy UNUSED) in PyDec_AsTuple() argument
3827 dec_##MPDFUNC(PyObject *self, PyObject *dummy UNUSED) \
4146 dec_mpd_adjexp(PyObject *self, PyObject *dummy UNUSED) in Dec_UnaryFuncVA()
4161 dec_canonical(PyObject *self, PyObject *dummy UNUSED) in dec_canonical() argument
4168 dec_conjugate(PyObject *self, PyObject *dummy UNUSED) in dec_conjugate() argument
4175 dec_mpd_radix(PyObject *self UNUSED, PyObject *dummy UNUSED) in dec_mpd_radix() argument
4189 dec_mpd_qcopy_abs(PyObject *self, PyObject *dummy UNUSED) in dec_mpd_qcopy_abs() argument
4209 dec_mpd_qcopy_negate(PyObject *self, PyObject *dummy UNUSED) in dec_mpd_qcopy_negate() argument
4455 dec_ceil(PyObject *self, PyObject *dummy UNUSED) in dec_ceil() argument
4465 dec_complex(PyObject *self, PyObject *dummy UNUSED) in dec_complex() argument
4486 dec_copy(PyObject *self, PyObject *dummy UNUSED) in dec_copy() argument
4494 dec_floor(PyObject *self, PyObject *dummy UNUSED) in dec_floor() argument
4631 dec_reduce(PyObject *self, PyObject *dummy UNUSED) in dec_reduce() argument
4648 dec_sizeof(PyObject *v, PyObject *dummy UNUSED) in dec_sizeof() argument
4661 dec_trunc(PyObject *self, PyObject *dummy UNUSED) in dec_trunc() argument
4671 dec_real(PyObject *self, void *closure UNUSED) in dec_real() argument
4678 dec_imag(PyObject *self UNUSED, void *closure UNUSED) in dec_imag() argument
5186 ctx_iscanonical(PyObject *context UNUSED, PyObject *v) in DecCtx_BoolFunc()
5211 ctx_canonical(PyObject *context UNUSED, PyObject *v) in ctx_canonical() argument