Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_clogf.c72 return (CMPLXF(logf(hypotf(x, y)), v)); in clogf()
87 return (CMPLXF(logf(hypotf(x * 0x1p-126F, y * 0x1p-126F)) + in clogf()
90 return (CMPLXF(logf(hypotf(x, y)), v)); in clogf()
94 return (CMPLXF(logf(hypotf(x * 0x1p127F, y * 0x1p127F)) + in clogf()
99 return (CMPLXF(logf(hypotf(x, y)), v)); in clogf()
Dw_cabsf.c22 return hypotf(crealf(z), cimagf(z));
Dcatrigf.c96 R = hypotf(x, y + 1); in do_hard_work()
97 S = hypotf(x, y - 1); in do_hard_work()
296 return (CMPLXF(logf(hypotf(x / m_e, y / m_e)) + 1, in clog_for_large_values()
300 return (CMPLXF(logf(hypotf(x, y)), atan2f(y, x))); in clog_for_large_values()
Dmath_private.h876 #define __ieee754_hypotf hypotf
/bionic/tests/
Dmath_test.cpp959 TEST(MATH_TEST, hypotf) { in TEST() argument
960 ASSERT_FLOAT_EQ(5.0f, hypotf(3.0f, 4.0f)); in TEST()
963 ASSERT_EQ(HUGE_VALF, hypotf(3.0f, HUGE_VALF)); in TEST()
964 ASSERT_EQ(HUGE_VALF, hypotf(3.0f, -HUGE_VALF)); in TEST()
965 ASSERT_EQ(HUGE_VALF, hypotf(HUGE_VALF, 4.0f)); in TEST()
966 ASSERT_EQ(HUGE_VALF, hypotf(-HUGE_VALF, 4.0f)); in TEST()
969 ASSERT_TRUE(isnanf(hypotf(3.0f, nanf("")))); in TEST()
970 ASSERT_TRUE(isnanf(hypotf(nanf(""), 4.0f))); in TEST()
1924 DoMathDataTest<1>(g_hypotf_intel_data, hypotf); in TEST()
/bionic/tests/headers/posix/
Dmath_h.c216 FUNCTION(hypotf, float (*f)(float, float)); in math_h()
/bionic/libm/
Dlibm.map.txt152 hypotf;
/bionic/libc/include/
Dmath.h194 float hypotf(float __x, float __y);
/bionic/libc/tools/
Dposix-2013.txt395 hypotf
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_015.S2659 CALL(hypotf)