Home
last modified time | relevance | path

Searched defs:A (Results 1 – 4 of 4) sorted by relevance

/device/google/contexthub/firmware/src/algos/
Dmat.c29 void initZeroMatrix(struct Mat33 *A) { in initZeroMatrix()
34 void initDiagonalMatrix(struct Mat33 *A, float x) in initDiagonalMatrix()
44 void initMatrixColumns(struct Mat33 *A, const struct Vec3 *v1, const struct Vec3 *v2, const struct … in initMatrixColumns()
59 void mat33Apply(struct Vec3 *out, const struct Mat33 *A, const struct Vec3 *v) in mat33Apply()
68 void mat33Multiply(struct Mat33 *out, const struct Mat33 *A, const struct Mat33 *B) in mat33Multiply()
89 void mat33ScalarMul(struct Mat33 *A, float c) in mat33ScalarMul()
101 void mat33Add(struct Mat33 *out, const struct Mat33 *A) in mat33Add()
113 void mat33Sub(struct Mat33 *out, const struct Mat33 *A) in mat33Sub()
125 int mat33IsPositiveSemidefinite(const struct Mat33 *A, float tolerance) in mat33IsPositiveSemidefinite()
147 void mat33MultiplyTransposed(struct Mat33 *out, const struct Mat33 *A, const struct Mat33 *B) in mat33MultiplyTransposed()
[all …]
Dfusion.c393 static void scaleCovariance(struct Mat33 *out, const struct Mat33 *A, const struct Mat33 *P) { in scaleCovariance()
425 struct Mat33 A; in fusionUpdate() local
Dmag_cal.c71 struct Mat44 A; in moc_fit() local
/device/google/dragon/audio/hal/dsp/
Dbiquad.c158 double A = pow(10.0, db_gain / 40); in biquad_lowshelf() local
193 double A = pow(10.0, db_gain / 40); in biquad_highshelf() local
231 double A = pow(10.0, db_gain / 40); in biquad_peaking() local