/device/google/contexthub/firmware/os/algos/common/math/ |
D | vec.c | 55 void vecAdd(float *u, const float *v, const float *w, size_t dim) { in vecAdd() 74 void vecSub(float *u, const float *v, const float *w, size_t dim) { in vecSub() 84 void vecScalarMul(float *u, const float *v, float c, size_t dim) { in vecScalarMul()
|
D | vec.h | 75 static inline void vec3AddVecs(struct Vec3 *u, const struct Vec3 *v, in vec3AddVecs() 95 static inline void vec3SubVecs(struct Vec3 *u, const struct Vec3 *v, in vec3SubVecs() 148 static inline void vec3Cross(struct Vec3 *u, const struct Vec3 *v, in vec3Cross()
|
D | mat.c | 574 void matAddConstantDiagonal(float *square_mat, float u, size_t n) { in matAddConstantDiagonal()
|
/device/google/cuttlefish/common/libs/concurrency/ |
D | thread_safe_queue.h | 65 bool Push(U&& u) { in Push()
|
/device/google/cuttlefish/tests/utils/src/com/android/cuttlefish/tests/utils/ |
D | CuttlefishHostTest.java | 121 public static ExpectedColor create(float u, float v, Color color) { in create() 125 public abstract float u(); in u() method in CuttlefishHostTest.ExpectedColor
|
/device/linaro/dragonboard/shared/utils/pd-mapper/ |
D | json.h | 54 } u; member
|
/device/google/cuttlefish/guest/commands/v4l2_streamer/ |
D | yuv2rgb.cpp | 61 unsigned char *u = src + (width * height); in Yuv2Rgb() local
|
/device/google/contexthub/firmware/lib/builtins/ |
D | int_lib.h | 50 su_int u; member
|
/device/google/cuttlefish/host/frontend/webrtc/libdevice/ |
D | camera_streamer.cpp | 117 const char* u = reinterpret_cast<const char*>(frame->DataU()); in VsockSendYUVFrame() local
|
/device/google/cuttlefish/common/libs/utils/ |
D | tcp_socket.cpp | 129 std::uint32_t u{}; in AppendInNetworkByteOrder() local
|
/device/google/contexthub/firmware/os/platform/stm32/ |
D | mpu.c | 157 char *s, *u; in mpuShow() local
|
/device/google/contexthub/firmware/app/chre/common/ |
D | chre10_app.c | 236 } u; in chreappHandle() local
|
D | chre_app.c | 237 } u; in chreappHandle() local
|
/device/google/contexthub/firmware/lib/libm/ |
D | ef_pow.c | 67 float y1,t1,t2,r,s,t,u,v,w; local
|
/device/google/contexthub/firmware/os/inc/ |
D | halIntf.h | 96 uint32_t u[0]; member
|
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/ |
D | arm_math.h | 699 q7_t r, s, t, u; in __QADD8() local 726 q31_t r, s, t, u; in __QSUB8() local
|