Searched defs:dT (Results 1 – 4 of 4) sorted by relevance
218 void Fusion::initFusion(const vec4_t& q, float dT) in initFusion()261 bool Fusion::checkInitComplete(int what, const vec3_t& d, float dT) { in checkInitComplete()313 void Fusion::handleGyro(const vec3_t& w, float dT) { in handleGyro()320 status_t Fusion::handleAcc(const vec3_t& a, float dT) { in handleAcc()430 void Fusion::predict(const vec3_t& w, float dT) { in predict()
77 float dT; in process() local106 float dT; in process() local
414 float dT = (mT[j] - mT[j + 1]) * ns; in filter() local
505 XYDt(int x, int y, int dT) { in XYDt()