Home
last modified time | relevance | path

Searched refs:atanf (Results 1 – 10 of 10) sorted by relevance

/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_atan2f.c45 if(hx==0x3f800000) return atanf(y); /* x=1.0 */ in __ieee754_atan2f()
88 else z=atanf(fabsf(y/x)); /* safe to do y/x */ in __ieee754_atan2f()
H A Ds_atanf.c49 atanf(float x) in atanf() function
H A Dcatrigf.c354 return (CMPLXF(x, atanf(y))); in catanhf()
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeMath.cpp111 EXPORT_F32_FN_F32(atanf) in EXPORT_F32_FN_F32()
/aosp12/bionic/libm/
H A Dlibm.map.txt23 atanf;
/aosp12/bionic/tests/headers/posix/
H A Dmath_h.c141 FUNCTION(atanf, float (*f)(float)); in math_h()
/aosp12/bionic/libc/include/
H A Dmath.h85 float atanf(float __x);
/aosp12/bionic/tests/
H A Dmath_test.cpp482 TEST(MATH_TEST, atanf) { in TEST() argument
483 ASSERT_FLOAT_EQ(0.0f, atanf(0.0f)); in TEST()
1744 DoMathDataTest<1>(g_atanf_intel_data, atanf); in TEST()
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt43 atanf
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp3387 atanf(horizCropFactor * sensorSize.data.f[0] / in calculatePictureFovs()
3392 atanf(vertCropFactor * sensorSize.data.f[1] / in calculatePictureFovs()