Searched refs:dec_alloc (Results 1 – 1 of 1) sorted by relevance
1869 #define dec_alloc() PyDecType_New(&PyDec_Type) macro2682 result = dec_alloc(); in dec_apply()2754 result = dec_alloc(); in PyDec_FromObject()2946 result = dec_alloc(); in multiply_by_denominator()3437 tmp = dec_alloc(); in dec_as_integer_ratio()3536 result = dec_alloc(); in PyDec_ToIntegralValue()3577 result = dec_alloc(); in PyDec_ToIntegralExact()3652 result = dec_alloc(); in PyDec_Round()3781 if ((result = dec_alloc()) == NULL) { \3807 if ((result = dec_alloc()) == NULL) { \[all …]