Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Dexpr.c130 enum { SI_TO_SI = 1, SI_TO_I, I_TO_I, S_TO_SI }; enumerator
147 {"+", 4, I_TO_I, ADD }, {"-", 4, I_TO_I, SUB },
148 {"*", 5, I_TO_I, MUL }, {"/", 5, I_TO_I, DIVI }, {"%", 5, I_TO_I, MOD },
188 case I_TO_I: in eval_op()