Lines Matching full:vlo
2636 * Represent V as the two byte value vhi.vlo. Make a guess that the2641 * = floor(((vlo-vhi) + 128.5) / 257)2646 * error = (vlo-vhi+128) >> 8;2648 * The approximate differs from the exact answer only when (vlo-vhi) is2653 * error = (vlo-vhi+128)*65535 >> 24;