Home
last modified time | relevance | path

Searched defs:sin (Results 1 – 3 of 3) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
Dmlmath.h61 #define sin(x) ml_sin(x) macro
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
Dmlmath.h61 #define sin(x) ml_sin(x) macro
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dfunc_trigonometric.inl44 GLM_FUNC_QUALIFIER vecType<T, P> sin(vecType<T, P> const & v) function