Home
last modified time | relevance | path

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

/aosp12/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dmlmath.h70 #define atan2f(x,y) ml_atan2(x,y) macro
/aosp12/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
H A Dmlmath.h70 #define atan2f(x,y) ml_atan2(x,y) macro
/aosp12/bionic/tests/
H A Dmath_test.cpp494 TEST(MATH_TEST, atan2f) { in TEST() argument