Searched defs:A (Results 1 – 10 of 10) sorted by relevance
/device/google/contexthub/firmware/os/algos/common/math/ |
D | mat.c | 47 void initZeroMatrix(struct Mat33 *A) { in initZeroMatrix() 53 void initDiagonalMatrix(struct Mat33 *A, float x) { in initDiagonalMatrix() 63 void initMatrixColumns(struct Mat33 *A, const struct Vec3 *v1, in initMatrixColumns() 82 void mat33Apply(struct Vec3 *out, const struct Mat33 *A, const struct Vec3 *v) { in mat33Apply() 92 void mat33Multiply(struct Mat33 *out, const struct Mat33 *A, in mat33Multiply() 116 void mat33ScalarMul(struct Mat33 *A, float c) { in mat33ScalarMul() 128 void mat33Add(struct Mat33 *out, const struct Mat33 *A) { in mat33Add() 141 void mat33Sub(struct Mat33 *out, const struct Mat33 *A) { in mat33Sub() 154 int mat33IsPositiveSemidefinite(const struct Mat33 *A, float tolerance) { in mat33IsPositiveSemidefinite() 176 void mat33MultiplyTransposed(struct Mat33 *out, const struct Mat33 *A, in mat33MultiplyTransposed() [all …]
|
D | kasa.c | 88 struct Mat44 A; in kasaFit() local
|
/device/google/contexthub/firmware/app/chre/chre_test1.app/ |
D | main.cpp | 66 class A { class 69 A(int _x) { in A() function in A
|
/device/google/contexthub/firmware/os/algos/calibration/sphere_fit/ |
D | sphere_fit_calibration.c | 157 float A[SF_STATE_DIM * THREE_AXIS_DIM]; in sphereFitResidAndJacobianFunc() local
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | Gralloc1.cpp | 30 #define ALIGN(A, B) (((A) + (B)-1) / (B) * (B)) argument
|
D | AVDVirglRenderer.cpp | 74 #define ALIGN(A, B) (((A) + (B)-1) / (B) * (B)) argument
|
/device/generic/opengl-transport/host/libs/virglrenderer/include/hardware/ |
D | hardware.h | 21 #define MAKE_TAG_CONSTANT(A, B, C, D) (((A) << 24) | ((B) << 16) | ((C) << 8) | (D)) argument
|
/device/google/contexthub/firmware/os/algos/ |
D | fusion.c | 400 static void scaleCovariance(struct Mat33 *out, const struct Mat33 *A, const struct Mat33 *P) { in scaleCovariance() 432 struct Mat33 A; in fusionUpdate() local
|
/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_private_interface.cpp | 28 #define CHECK_FUNCTION(A, B, C) \ argument
|
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_private_interface.cpp | 28 #define CHECK_FUNCTION(A, B, C) \ argument
|