Searched refs:INTERPOLATION_RANGE_SQUARE (Results 1 – 2 of 2) sorted by relevance
67 … uint32_t x = INTERPOLATION_RANGE - static_cast<int32_t>(Sqrt(INTERPOLATION_RANGE_SQUARE - t * t)); in CircEaseIn()80 uint32_t x = static_cast<uint32_t>(Sqrt(INTERPOLATION_RANGE_SQUARE - t * t)); in CircEaseOut()
419 static constexpr uint32_t INTERPOLATION_RANGE_SQUARE = 1048576; variable