HomeSort by relevance Sort by last modified time
    Searched defs:r_square (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/firmware/os/algos/calibration/magnetometer/
mag_cal.c 125 float r_square = vec3Dot(&v, &v) - out.w; local
126 float r = (r_square > 0) ? sqrtf(r_square) : 0;
  /external/llvm/lib/TableGen/
TGLexer.h 36 l_square, r_square, // [ ] enumerator in enum:llvm::tgtok::TokKind
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGLexer.h 35 l_square, r_square, // [ ] enumerator in enum:llvm::tgtok::TokKind

Completed in 87 milliseconds