Home
last modified time | relevance | path

Searched defs:z (Results 1 – 25 of 43) sorted by relevance

12

/device/google/contexthub/firmware/inc/algos/
Dvec.h27 float x, y, z; member
31 float x, y, z, w; member
35 static inline void initVec3(struct Vec3 *v, float x, float y, float z) { in initVec3()
84 static inline void initVec4(struct Vec4 *v, float x, float y, float z, float w) { in initVec4()
/device/google/contexthub/lib/libm/
Dfdlibm.h386 float complex z; member
391 double complex z; member
396 long double complex z; member
400 #define REAL_PART(z) ((z).parts[0]) argument
401 #define IMAG_PART(z) ((z).parts[1]) argument
Dsf_sin.c25 float y[2],z=0.0; local
Dsf_cos.c31 float y[2],z=0.0; local
Dkf_sin.c38 float z,r,v; local
Dkf_cos.c38 float a,hz,z,r,qx; local
Dsf_atan.c74 float w,s1,s2,z; local
Def_atan2.c38 float z; local
Def_rem_pio2.c105 float z,w,t,r,fn; local
Dkf_rem_pio2.c63 float z,fw,f[20],fq[20],q[20]; local
/device/google/contexthub/firmware/inc/variant/nucleo/
Dvariant.h41 #define BMI160_TO_ANDROID_COORDINATE(x, y, z) \ argument
47 #define BMM150_TO_ANDROID_COORDINATE(x, y, z) \ argument
/device/google/contexthub/firmware/inc/variant/lunchbox/
Dvariant.h57 #define BMI160_TO_ANDROID_COORDINATE(x, y, z) \ argument
63 #define BMM150_TO_ANDROID_COORDINATE(x, y, z) \ argument
/device/google/contexthub/util/nanotool/
Dcalibrationfile.cpp99 int32_t z) { in SetTripleAxis()
109 int32_t z, int32_t w) { in SetFourAxis()
Dandroidcontexthub.cpp305 int32_t y, int32_t z) { in SetCalibration()
317 int32_t y, int32_t z, int32_t w) { in SetCalibration()
/device/google/contexthub/firmware/src/algos/
Dmag_cal.c165 float x, float y, float z) in magCalUpdate()
242 void magCalGetBias(struct MagCal *moc, float *x, float *y, float *z) in magCalGetBias()
249 void magCalAddBias(struct MagCal *moc, float x, float y, float z) in magCalAddBias()
Dvec.c23 float x, y, z; in findOrthogonalVector() local
/device/google/contexthub/firmware/inc/
Dtoolchain.h67 #define SET_EXTERNAL_APP_ATTRIBUTES(x, y, z) argument
69 #define SET_EXTERNAL_APP_VERSION(x, y, z) argument
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/
Dakm_ak09915_slave.c22 void parseMagData(struct MagTask *magTask, uint8_t *buf, float *x, float *y, float *z) { in parseMagData()
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/
Ds_atanf.c51 float w,s1,s2,z; in atanf() local
De_atan2f.c35 float z; in __ieee754_atan2f() local
Dmath_private.h449 #define REALPART(z) ((z).a[0]) argument
450 #define IMAGPART(z) ((z).a[1]) argument
465 float_complex z; in cpackf() local
475 double_complex z; in cpack() local
485 long_double_complex z; in cpackl() local
/device/google/dragon/audio/hal/dsp/
Dcrossover.c62 float x, y, z; in lr4_split() local
135 float x, y, z; in lr4_merge() local
Ddrc.c263 float32x4_t x, y, z; in sum3() local
304 __m128 x, y, z; in sum3() local
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles.cpp211 void glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in glRotatef()
216 void glScalef(GLfloat x, GLfloat y, GLfloat z) in glScalef()
241 void glTranslatef(GLfloat x, GLfloat y, GLfloat z) in glTranslatef()
661 void glRotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatex()
676 void glScalex(GLfixed x, GLfixed y, GLfixed z) in glScalex()
761 void glTranslatex(GLfixed x, GLfixed y, GLfixed z) in glTranslatex()
796 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) in glDrawTexsOES()
801 void glDrawTexiOES(GLint x, GLint y, GLint z, GLint width, GLint height) in glDrawTexiOES()
806 void glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) in glDrawTexxOES()
826 void glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) in glDrawTexfOES()
[all …]
/device/google/contexthub/firmware/src/drivers/orientation/
Dorientation.c83 float x, y, z; member
283 static void addSample(struct FusionSensor *mSensor, uint64_t time, float x, float y, float z) in addSample()
349 float z = asinf(R.elem[0][2]) * kRad2deg; in updateOutput() local

12