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

/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
H A Dml_math_func.h34 static inline float inv_q30_to_float(long q30) argument
36 return (float) q30 / ((float)(1L << 30));
39 static inline double inv_q30_to_double(long q30) argument
41 return (double) q30 / ((double)(1L << 30));
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dml_math_func.h34 static inline float inv_q30_to_float(long q30) argument
36 return (float) q30 / ((float)(1L << 30));
39 static inline double inv_q30_to_double(long q30) argument
41 return (double) q30 / ((double)(1L << 30));

Completed in 45 milliseconds