Searched refs:MP_UNARY_OP_NEGATIVE (Results 1 – 7 of 7) sorted by relevance
69 MP_UNARY_OP_NEGATIVE, enumerator
108 case MP_UNARY_OP_NEGATIVE: in mp_obj_int_unary_op()
126 case MP_UNARY_OP_NEGATIVE: in complex_unary_op()
153 case MP_UNARY_OP_NEGATIVE: in float_unary_op()
152 case MP_UNARY_OP_NEGATIVE: { mp_obj_int_t *o2 = mp_obj_int_new_mpz(); in mp_obj_int_unary_op()
378 [MP_UNARY_OP_NEGATIVE] = MP_QSTR___neg__,
251 case MP_UNARY_OP_NEGATIVE: in mp_unary_op()
Completed in 12 milliseconds