Searched refs:allnines (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/libdecnumber/
H A DdecCommon.c232 static uByte allnines[DECPMAX]= variable
460 umsd=allnines; /* use constant array */
461 ulsd=allnines+DECPMAX-1;
491 /* Following code does not alter coefficient (could be allnines array) */
H A DdecNumber.c4734 Flag allnines=0; /* 1 if quotient all nines */ local
4741 if (*up==powers[quotdigits]-1) allnines=1;
4747 if (allnines) {

Completed in 104 milliseconds