Searched refs:q16 (Results 1 - 2 of 2) sorted by relevance

/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dml_math_func.h44 static inline float inv_q16_to_float(long q16) argument
46 return (float) q16 / (1L << 16);
49 static inline double inv_q16_to_double(long q16) argument
51 return (double) q16 / (1L << 16);
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dml_math_func.h44 static inline float inv_q16_to_float(long q16) argument
46 return (float) q16 / (1L << 16);
49 static inline double inv_q16_to_double(long q16) argument
51 return (double) q16 / (1L << 16);

Completed in 85 milliseconds