Searched refs:hypotl (Results 1 – 6 of 6) sorted by relevance
/ndk/sources/android/support/include/ |
D | math.h | 68 long double hypotl(long double, long double);
|
/ndk/sources/android/support/src/ |
D | math_support.c | 75 __attribute__((weak)) long double hypotl(long double x, long double y) { return hypot((double)x, (d… in hypotl() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cmath | 210 long double hypotl(long double x, long double y); 1289 …VISIBILITY long double hypot(long double __x, long double __y) _NOEXCEPT {return hypotl(__x, __y);} 1655 using ::hypotl;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | math_h.pass.cpp | 444 static_assert((std::is_same<decltype(hypotl(0,0)), long double>::value), ""); in test_hypot()
|
/ndk/sources/cxx-stl/llvm-libc++/ |
D | export_symbols.txt | 2267 hypotl;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/ |
D | cmath.pass.cpp | 916 static_assert((std::is_same<decltype(std::hypotl(0,0)), long double>::value), ""); in test_hypot()
|