Searched refs:hypotf (Results 1 – 11 of 11) 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 | 21 return hypotf(crealf(z), cimagf(z)); in cabsf()
|
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 | e_hypotf.c | 23 hypotf(float x, float y) in hypotf() function
|
/bionic/tests/ |
D | math_test.cpp | 994 TEST(math_h, hypotf) { in TEST() argument 995 ASSERT_FLOAT_EQ(5.0f, hypotf(3.0f, 4.0f)); in TEST() 998 ASSERT_EQ(HUGE_VALF, hypotf(3.0f, HUGE_VALF)); in TEST() 999 ASSERT_EQ(HUGE_VALF, hypotf(3.0f, -HUGE_VALF)); in TEST() 1000 ASSERT_EQ(HUGE_VALF, hypotf(HUGE_VALF, 4.0f)); in TEST() 1001 ASSERT_EQ(HUGE_VALF, hypotf(-HUGE_VALF, 4.0f)); in TEST() 1004 ASSERT_TRUE(isnanf(hypotf(3.0f, nanf("")))); in TEST() 1005 ASSERT_TRUE(isnanf(hypotf(nanf(""), 4.0f))); in TEST() 1971 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 | 193 float hypotf(float __x, float __y);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 395 hypotf
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_123.S | 2917 CALL(hypotf)
|
D | liblinker_reloc_bench_015.S | 2659 CALL(hypotf)
|