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