HomeSort by relevance Sort by last modified time
    Searched refs:l_inv (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/sensorservice/
Fusion.cpp 330 const float l_inv = 1.0f/l; local
345 vec3_t unityA = a * l_inv;
347 const float p = l_inv * mParam.accStdev*expf(d);
385 const float l_inv = 1 / length(north); local
386 north *= l_inv;
388 update(north, Bm, mParam.magStdev*l_inv);
  /device/google/contexthub/firmware/os/algos/
fusion.c 525 float l_inv = 1.0f / l; local
556 vec3ScalarMul(&unityA, l_inv);

Completed in 53 milliseconds