Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dmath_h.c131 FUNCTION(asinf, float (*f)(float)); in math_h()
/bionic/libm/
Dlibm.map.txt14 asinf;
/bionic/libc/include/
Dmath.h81 float asinf(float __x);
/bionic/libm/upstream-freebsd/lib/msun/src/
Dcatrigf.c188 ry = asinf(B); in casinhf()
Dmath_private.h863 #define __ieee754_asinf asinf
/bionic/tests/
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()
/bionic/libc/tools/
Dposix-2013.txt33 asinf
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_020.S105 CALL(asinf)