Searched refs:cf_mod (Results 1 – 1 of 1) sorted by relevance
85 static mp_result cf_mod(cstate_t *sp);141 {"%", 2, cf_mod, "x y -- (x mod y)"},142 {"mod", 2, cf_mod, "x y -- (x mod y)"},722 static mp_result cf_mod(cstate_t *sp) { in cf_mod() function