Home
last modified time | relevance | path

Searched defs:v (Results 1 – 25 of 32) sorted by relevance

12

/device/google/contexthub/firmware/inc/algos/
Dvec.h35 static inline void initVec3(struct Vec3 *v, float x, float y, float z) { in initVec3()
41 static inline void vec3Add(struct Vec3 *v, const struct Vec3 *w) { in vec3Add()
47 static inline void vec3Sub(struct Vec3 *v, const struct Vec3 *w) { in vec3Sub()
53 static inline void vec3ScalarMul(struct Vec3 *v, float c) { in vec3ScalarMul()
59 static inline float vec3Dot(const struct Vec3 *v, const struct Vec3 *w) { in vec3Dot()
63 static inline float vec3NormSquared(const struct Vec3 *v) { in vec3NormSquared()
67 static inline float vec3Norm(const struct Vec3 *v) { in vec3Norm()
71 static inline void vec3Normalize(struct Vec3 *v) { in vec3Normalize()
78 static inline void vec3Cross(struct Vec3 *u, const struct Vec3 *v, const struct Vec3 *w) { in vec3Cross()
84 static inline void initVec4(struct Vec4 *v, float x, float y, float z, float w) { in initVec4()
/device/generic/goldfish/camera/
DConverters.h153 R8G8B8ToYUV(uint8_t r, uint8_t g, uint8_t b, uint8_t* y, uint8_t* u, uint8_t* v) in R8G8B8ToYUV()
162 RGB565ToYUV(uint16_t rgb, uint8_t* y, uint8_t* u, uint8_t* v) in RGB565ToYUV()
169 RGB32ToYUV(uint32_t rgb, uint8_t* y, uint8_t* u, uint8_t* v) in RGB32ToYUV()
199 #define YUV2R(y, u, v) clamp((298 * ((y)-16) + 409 * ((v)-128) + 128) >> 8) argument
200 #define YUV2G(y, u, v) clamp((298 * ((y)-16) - 100 * ((u)-128) - 208 * ((v)-128) + 128) >> 8) argument
201 #define YUV2B(y, u, v) clamp((298 * ((y)-16) + 516 * ((u)-128) + 128) >> 8) argument
206 YUVToRGB565(int y, int u, int v) in YUVToRGB565()
218 YUVToRGB32(int y, int u, int v) in YUVToRGB32()
DEmulatedCamera2.cpp343 const vendor_tag_query_ops_t *v, in get_camera_vendor_section_name()
350 const vendor_tag_query_ops_t *v, in get_camera_vendor_tag_name()
357 const vendor_tag_query_ops_t *v, in get_camera_vendor_tag_type()
/device/google/contexthub/firmware/inc/
DfloatRt.h45 static inline float floatFromUint64(uint64_t v) in floatFromUint64()
50 static inline float floatFromInt64(int64_t v) in floatFromInt64()
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/
Dmath_private.h147 #define SET_HIGH_WORD(d,v) \ argument
157 #define SET_LOW_WORD(d,v) \ argument
260 #define SET_LDBL_EXPSIGN(d,v) \ argument
270 #define LD80C(m, ex, v) { \ argument
276 #define LD80C(m, ex, v) { .e = (v), } argument
319 #define RETURNF(v) return (v) argument
565 #define DOPRINT_END1(v) \ argument
581 #define DOPRINT_END1(v) \ argument
597 #define DOPRINT_END1(v) \ argument
619 #define DOPRINT_END1(v) \ argument
[all …]
/device/google/contexthub/firmware/src/
DfloatRt.c126 float floatFromUint64(uint64_t v) in floatFromUint64()
137 float floatFromInt64(int64_t v) in floatFromInt64()
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
DColorLEDController.java33 int v = (int) (255 * value); in onPositionChange() local
51 public void onClick(View v) { in onClick()
DDemoKitPhone.java64 public void onClick(View v) { in onClick()
/device/google/contexthub/lib/libm/
Dkf_sin.c38 float z,r,v; local
Dfdlibm.h320 #define SET_HIGH_WORD(d,v) \ argument
330 #define SET_LOW_WORD(d,v) \ argument
Def_pow.c67 float y1,t1,t2,r,s,t,u,v,w; local
/device/generic/goldfish/opengl/system/GLESv2_enc/
DGL2Encoder.cpp1060 void GL2Encoder::s_glUniform1fv(void *self , GLint location, GLsizei count, const GLfloat* v) in s_glUniform1fv()
1091 void GL2Encoder::s_glUniform1iv(void *self , GLint location, GLsizei count, const GLint* v) in s_glUniform1iv()
1111 void GL2Encoder::s_glUniform2fv(void *self , GLint location, GLsizei count, const GLfloat* v) in s_glUniform2fv()
1131 void GL2Encoder::s_glUniform2iv(void *self , GLint location, GLsizei count, const GLint* v) in s_glUniform2iv()
1151 void GL2Encoder::s_glUniform3fv(void *self , GLint location, GLsizei count, const GLfloat* v) in s_glUniform3fv()
1171 void GL2Encoder::s_glUniform3iv(void *self , GLint location, GLsizei count, const GLint* v) in s_glUniform3iv()
1191 void GL2Encoder::s_glUniform4fv(void *self , GLint location, GLsizei count, const GLfloat* v) in s_glUniform4fv()
1211 void GL2Encoder::s_glUniform4iv(void *self , GLint location, GLsizei count, const GLint* v) in s_glUniform4iv()
Dgl2_entry.cpp906 void glUniform1fv(GLint location, GLsizei count, const GLfloat* v) in glUniform1fv()
918 void glUniform1iv(GLint location, GLsizei count, const GLint* v) in glUniform1iv()
930 void glUniform2fv(GLint location, GLsizei count, const GLfloat* v) in glUniform2fv()
942 void glUniform2iv(GLint location, GLsizei count, const GLint* v) in glUniform2iv()
954 void glUniform3fv(GLint location, GLsizei count, const GLfloat* v) in glUniform3fv()
966 void glUniform3iv(GLint location, GLsizei count, const GLint* v) in glUniform3iv()
978 void glUniform4fv(GLint location, GLsizei count, const GLfloat* v) in glUniform4fv()
990 void glUniform4iv(GLint location, GLsizei count, const GLint* v) in glUniform4iv()
/device/asus/fugu/recovery/
Dfw_version_check.cpp167 int get_current_fw_rev(struct firmware_versions *v) in get_current_fw_rev()
194 int get_image_fw_rev(void *data, unsigned sz, struct firmware_versions *v) in get_image_fw_rev()
Drecovery_updater.cpp45 static void dump_fw_versions(struct firmware_versions *v) in dump_fw_versions()
/device/google/contexthub/lib/nanohub/
Dsha2.c39 …#define ror(v, b) ({uint32_t ret; if (b) asm("ror %0, #" STRINGIFY(b) :"=r"(ret):"0"(v)); else ret… argument
Daes.c138 …#define ror(v, b) ({uint32_t ret; if (b) asm("ror %0, #" STRINGIFY(b) :"=r"(ret):"0"(v)); else ret… argument
/device/google/contexthub/firmware/src/platform/stm32f4xx/
DeeData.c143 uint32_t v; in eeDataEraseOldVersion() local
/device/google/contexthub/firmware/src/algos/
Dmat.c59 void mat33Apply(struct Vec3 *out, const struct Mat33 *A, const struct Vec3 *v) in mat33Apply()
473 void mat44Apply(struct Vec4 *out, const struct Mat44 *A, const struct Vec4 *v) in mat44Apply()
Dmag_cal.c95 struct Vec3 v; in moc_fit() local
Dfusion.c409 float v = A->elem[c][r] * P->elem[c][c] * 0.5f; in scaleCovariance() local
/device/google/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c86 uint32_t i, v; in rand32_no_zero_bytes() local
/device/google/contexthub/inc/
Dchre_sensor.h532 float v[3]; member
/device/google/dragon/recovery/updater/
Dvboot_interface.c93 char v; in vboot_get_mainfw_act() local
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
DGLSharedGroup.cpp22 static void clearObjectMap(android::DefaultKeyedVector<GLuint, T>& v) { in clearObjectMap()

12