Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dexpr.c249 arith_t li, ri; in arithmetic_common() local
254 ri = r->u.i; in arithmetic_common()
256 return li + ri; in arithmetic_common()
258 return li - ri; in arithmetic_common()
260 return li * ri; in arithmetic_common()
261 if (ri == 0) in arithmetic_common()
264 return li / ri; in arithmetic_common()
265 return li % ri; in arithmetic_common()