Searched refs:tensptr (Results 1 – 1 of 1) sorted by relevance
150 static void normalize P((int * tensptr, int * unitsptr, int base));1197 normalize(tensptr, unitsptr, base) in normalize() argument1198 int * const tensptr; in normalize()1205 *tensptr += *unitsptr / base;1210 *tensptr -= (tmp/base + 1);