Searched refs:tensptr (Results 1 – 1 of 1) sorted by relevance
153 static int normalize_overflow32(int_fast32_t * tensptr,155 static int normalize_overflow(int * tensptr, int * unitsptr,1626 normalize_overflow(int *const tensptr, int *const unitsptr, const int base) in normalize_overflow() argument1634 return increment_overflow(tensptr, tensdelta); in normalize_overflow()1638 normalize_overflow32(int_fast32_t *const tensptr, int *const unitsptr, in normalize_overflow32() argument1647 return increment_overflow32(tensptr, tensdelta); in normalize_overflow32()