Lines Matching refs:NELLY_DETAIL_BITS
144 sum -= NELLY_DETAIL_BITS << shift;
153 if (bitsum != NELLY_DETAIL_BITS) {
154 off = bitsum - NELLY_DETAIL_BITS;
171 if ((bitsum-NELLY_DETAIL_BITS) * (last_bitsum-NELLY_DETAIL_BITS) <= 0)
175 if (bitsum > NELLY_DETAIL_BITS) {
186 while (bitsum != NELLY_DETAIL_BITS && j <= 19) {
189 if (bitsum > NELLY_DETAIL_BITS) {
199 if (abs(big_bitsum-NELLY_DETAIL_BITS) >=
200 abs(small_bitsum-NELLY_DETAIL_BITS)) {
214 if (bitsum > NELLY_DETAIL_BITS) {
216 while (tmp < NELLY_DETAIL_BITS) {
221 bits[i-1] -= tmp - NELLY_DETAIL_BITS;