Searched defs:floor (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap4-aah/libtiutils/
H A DUtilsCommon.h37 int floor(T x);
58 inline int floor(const T x) { function in namespace:Ti
65 return floor(x + T(0.5));
67 return floor(x - floor(x - T(1)) + T(0.5)) + floor(x - T(1));
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
H A Dmlmath.h56 #define floor(x) ml_floor(x) macro
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dmlmath.h56 #define floor(x) ml_floor(x) macro
/hardware/libhardware_legacy/include/hardware_legacy/
H A Drtt.h257 int floor; // floor in units of 1/16th of floor. 0x80000000 if unknown. member in struct:__anon1962

Completed in 178 milliseconds