Home
last modified time | relevance | path

Searched refs:asinf (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/native/services/sensorservice/
H A DOrientationSensor.cpp57 g[2] = asinf ( R[2][0]) * rad2deg; in process()
/aosp12/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dhal_outputs.c402 g[2] = asinf ( R[2][0]) * rad2deg; in google_orientation_geomagnetic()
435 g[2] = asinf ( R[2][0]) * rad2deg; in google_orientation_6_axis()
466 g[2] = asinf ( R[2][0]) * rad2deg; in google_orientation()
/aosp12/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dhal_outputs.c448 g[2] = asinf ( R[2][0]) * rad2deg; in google_orientation_geomagnetic()
481 g[2] = asinf ( R[2][0]) * rad2deg; in google_orientation_6_axis()
512 g[2] = asinf ( R[2][0]) * rad2deg; in google_orientation()
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeMath.cpp109 EXPORT_F32_FN_F32(asinf) in EXPORT_F32_FN_F32()
/aosp12/bionic/libm/
H A Dlibm.map.txt14 asinf;
/aosp12/bionic/tests/headers/posix/
H A Dmath_h.c131 FUNCTION(asinf, float (*f)(float)); in math_h()
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dcatrigf.c188 ry = asinf(B); in casinhf()
H A Dmath_private.h863 #define __ieee754_asinf asinf
/aosp12/bionic/libc/include/
H A Dmath.h81 float asinf(float __x);
/aosp12/bionic/tests/
H A Dmath_test.cpp470 TEST(MATH_TEST, asinf) { in TEST() argument
471 ASSERT_FLOAT_EQ(0.0f, asinf(0.0f)); in TEST()
1714 DoMathDataTest<1>(g_asinf_intel_data, asinf); in TEST()
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt33 asinf
/aosp12/system/chre/platform/shared/
H A Dnanoapp_loader.cc151 ADD_EXPORTED_C_SYMBOL(asinf),
/aosp12/bionic/benchmarks/linker_relocation/gen/
H A Dliblinker_reloc_bench_020.S105 CALL(asinf)