Lines Matching full:vlo
2677 * Represent V as the two byte value vhi.vlo. Make a guess that the 2682 * = floor(((vlo-vhi) + 128.5) / 257) 2687 * error = (vlo-vhi+128) >> 8; 2689 * The approximate differs from the exact answer only when (vlo-vhi) is 2694 * error = (vlo-vhi+128)*65535 >> 24;