Searched refs:ONE_S_IN_NS (Results 1 – 1 of 1) sorted by relevance
62 constexpr uint64_t ONE_S_IN_NS = 1 * 1000 * 1000 * 1000; variable391 … auto inputXDeltaSlope = (std::get<INDEX_X>(current) - std::get<INDEX_X>(history)) * ONE_S_IN_NS / in LinearInterpolation()393 … auto inputYDeltaSlope = (std::get<INDEX_Y>(current) - std::get<INDEX_Y>(history)) * ONE_S_IN_NS / in LinearInterpolation()