Searched refs:tensptr (Results 1 – 1 of 1) sorted by relevance
147 static int long_normalize_overflow(long * tensptr,149 static int normalize_overflow(int * tensptr, int * unitsptr,1598 normalize_overflow(int *tensptr, int *unitsptr, int base) in normalize_overflow() argument1606 return increment_overflow(tensptr, tensdelta); in normalize_overflow()1610 long_normalize_overflow(long *tensptr, int *unitsptr, int base) in long_normalize_overflow() argument1618 return long_increment_overflow(tensptr, tensdelta); in long_normalize_overflow()