Home
last modified time | relevance | path

Searched defs:cosf (Results 1 – 4 of 4) sorted by relevance

/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_cosf.c39 cosf(float x) in cosf() function
/aosp12/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dmlmath.h68 #define cosf(x) ml_cos(x) macro
/aosp12/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
H A Dmlmath.h68 #define cosf(x) ml_cos(x) macro
/aosp12/bionic/tests/
H A Dmath_test.cpp506 TEST(MATH_TEST, cosf) { in TEST() argument