/device/google/contexthub/firmware/inc/algos/ |
D | vec.h | 27 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/ |
D | fdlibm.h | 386 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
|
D | sf_sin.c | 25 float y[2],z=0.0; local
|
D | sf_cos.c | 31 float y[2],z=0.0; local
|
D | kf_sin.c | 38 float z,r,v; local
|
D | kf_cos.c | 38 float a,hz,z,r,qx; local
|
D | sf_atan.c | 74 float w,s1,s2,z; local
|
D | ef_atan2.c | 38 float z; local
|
D | ef_rem_pio2.c | 105 float z,w,t,r,fn; local
|
D | kf_rem_pio2.c | 63 float z,fw,f[20],fq[20],q[20]; local
|
/device/google/contexthub/firmware/inc/variant/nucleo/ |
D | variant.h | 41 #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/ |
D | variant.h | 57 #define BMI160_TO_ANDROID_COORDINATE(x, y, z) \ argument 63 #define BMM150_TO_ANDROID_COORDINATE(x, y, z) \ argument
|
/device/google/contexthub/util/nanotool/ |
D | calibrationfile.cpp | 99 int32_t z) { in SetTripleAxis() 109 int32_t z, int32_t w) { in SetFourAxis()
|
D | androidcontexthub.cpp | 305 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/ |
D | mag_cal.c | 165 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()
|
D | vec.c | 23 float x, y, z; in findOrthogonalVector() local
|
/device/google/contexthub/firmware/inc/ |
D | toolchain.h | 67 #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/ |
D | akm_ak09915_slave.c | 22 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/ |
D | s_atanf.c | 51 float w,s1,s2,z; in atanf() local
|
D | e_atan2f.c | 35 float z; in __ieee754_atan2f() local
|
D | math_private.h | 449 #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/ |
D | crossover.c | 62 float x, y, z; in lr4_split() local 135 float x, y, z; in lr4_merge() local
|
D | drc.c | 263 float32x4_t x, y, z; in sum3() local 304 __m128 x, y, z; in sum3() local
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 211 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/ |
D | orientation.c | 83 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
|