Searched refs:hypotf (Results 1 – 10 of 10) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_clogf.c | 72 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()
|
D | w_cabsf.c | 22 return hypotf(crealf(z), cimagf(z));
|
D | catrigf.c | 96 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()
|
D | math_private.h | 876 #define __ieee754_hypotf hypotf
|
/bionic/tests/ |
D | math_test.cpp | 959 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/ |
D | math_h.c | 216 FUNCTION(hypotf, float (*f)(float, float)); in math_h()
|
/bionic/libm/ |
D | libm.map.txt | 152 hypotf;
|
/bionic/libc/include/ |
D | math.h | 194 float hypotf(float __x, float __y);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 395 hypotf
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_015.S | 2659 CALL(hypotf)
|