Home
last modified time | relevance | path

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

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