Searched defs:v0 (Results 1 – 3 of 3) sorted by relevance
35 public static float lerp(float v0, float v1, float t) { in lerp()
175 const uint32_t v0 = static_cast<uint32_t>(value / kTen8); in u64toa() local249 const uint32_t v0 = static_cast<uint32_t>(value / kTen8); in u64toa() local
264 public static int[] getCenterDeltaInScreenSpace(View v0, View v1) { in getCenterDeltaInScreenSpace()