Searched refs:ylint (Results 1 – 1 of 1) sorted by relevance
306 short ylint, thr2, dqthr; in update() local314 ylint = state_ptr->yl >> 15; /* exponent part of yl */ in update()316 thr1 = (32 + ylfrac) << ylint; /* threshold */ in update()317 thr2 = (ylint > 9) ? 31 << 10 : thr1; /* limit thr2 to 31 << 10 */ in update()