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

/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c4653 Flag wasodd=0; /* integer was odd */ local
4674 if (*accnext & 0x01) wasodd=1; /* acc is odd */
4728 if (compare>0 || (compare==0 && wasodd)) { /* adjustment needed */

Completed in 116 milliseconds