Searched refs:approximate (Results 1 – 6 of 6) sorted by relevance
39 * @param timeoutMillis An approximate "budget" for how much time this call has been allotted.
9 * Ephemeris is not known, but Almanac (approximate location) is known.
411 * The saturation matrix can be used to approximate the legacy dataspace421 * @return matrix is the 4x4 column-major matrix used to approximate the
57 * - For a touch screen or touch pad, reports the approximate pressure applied to the surface70 * - For a touch screen or touch pad, reports the approximate size of the contact area in
1396 bool approximate = (static_cast<float>(truncated) != f * 10); in approximateFloatString() local1400 "%s%.1f", approximate ? "~" : "", f); in approximateFloatString()
1493 bool approximate = (static_cast<float>(truncated) != f * 10); in approximateFloatString() local1497 "%s%.1f", approximate ? "~" : "", f); in approximateFloatString()