Searched refs:cf_square (Results 1 – 1 of 1) sorted by relevance
88 static mp_result cf_square(cstate_t *sp);147 {"sqr", 1, cf_square, "x -- (x*x)"},758 static mp_result cf_square(cstate_t *sp) { in cf_square() function