Home
last modified time | relevance | path

Searched refs:hypotl (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/android/support/include/
Dmath.h68 long double hypotl(long double, long double);
/ndk/sources/android/support/src/
Dmath_support.c75 __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/
Dcmath210 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/
Dmath_h.pass.cpp444 static_assert((std::is_same<decltype(hypotl(0,0)), long double>::value), ""); in test_hypot()
/ndk/sources/cxx-stl/llvm-libc++/
Dexport_symbols.txt2267 hypotl;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp916 static_assert((std::is_same<decltype(std::hypotl(0,0)), long double>::value), ""); in test_hypot()