Searched refs:hypotf (Results 1 – 13 of 13) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | w_cabsf.c | 22 return hypotf(crealf(z), cimagf(z));
|
D | catrigf.c | 94 R = hypotf(x, y + 1); in do_hard_work() 95 S = hypotf(x, y - 1); in do_hard_work() 294 return (CMPLXF(logf(hypotf(x / m_e, y / m_e)) + 1, in clog_for_large_values() 298 return (CMPLXF(logf(hypotf(x, y)), atan2f(y, x))); in clog_for_large_values()
|
D | math_private.h | 728 #define __ieee754_hypotf hypotf
|
/bionic/libm/ |
D | libm.arm64.map | 153 hypotf;
|
D | libm.x86.map | 153 hypotf;
|
D | libm.mips64.map | 153 hypotf;
|
D | libm.x86_64.map | 153 hypotf;
|
D | libm.mips.map | 153 hypotf;
|
D | libm.arm.map | 153 hypotf;
|
D | libm.map.txt | 152 hypotf;
|
/bionic/libm/include/ |
D | math.h | 296 float hypotf(float, float);
|
/bionic/tests/ |
D | math_test.cpp | 724 TEST(math, hypotf) { in TEST() argument 725 ASSERT_FLOAT_EQ(5.0f, hypotf(3.0f, 4.0f)); in TEST() 1619 DoMathDataTest<1>(g_hypotf_intel_data, hypotf); in TEST()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 395 hypotf
|