Searched defs:dT (Results 1 – 4 of 4) sorted by relevance
188 void Fusion::initFusion(const vec4_t& q, float dT) in initFusion()229 bool Fusion::checkInitComplete(int what, const vec3_t& d, float dT) { in checkInitComplete()274 void Fusion::handleGyro(const vec3_t& w, float dT) { in handleGyro()367 void Fusion::predict(const vec3_t& w, float dT) { in predict()
55 const float dT = (event.timestamp - mGyroTime) / 1000000000.0f; in process() local
77 const float ClockRecoveryLoop::dT = 1.0; member in android::ClockRecoveryLoop
412 float dT = mT[j] - mT[j+1]; in filter() local