Searched defs:Q (Results 1 – 4 of 4) sorted by relevance
108 SmallMap(SmallMap<Q, W, M, E> other) : map_(std::move(other.map_)) {} in SmallMap() function
156 public void setSamples(int minimum, int preferred, float Q) { in setSamples()
1134 public static final int Q = 29; field in Build.VERSION_CODES
1717 public static void getQuaternionFromVector(float[] Q, float[] rv) { in getQuaternionFromVector()