/external/opencv3/modules/core/include/opencv2/core/cuda/ |
D | vec_math.hpp | 792 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, uchar, float) 793 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, char, float) 794 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, ushort, float) 795 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, short, float) 796 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, uint, float) 797 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, int, float) 798 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, float, float) 892 CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(hypot, ::hypotf, uchar, float, float) 894 CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(hypot, ::hypotf, char, float, float) 896 CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(hypot, ::hypotf, ushort, float, float) [all …]
|
/external/opencv3/modules/cudev/include/opencv2/cudev/util/ |
D | vec_math.hpp | 803 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, uchar, float) 804 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, char, float) 805 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, ushort, float) 806 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, short, float) 807 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, uint, float) 808 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, int, float) 809 CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(hypot, ::hypotf, float, float) 903 CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(hypot, ::hypotf, uchar, float, float) 905 CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(hypot, ::hypotf, char, float, float) 907 CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(hypot, ::hypotf, ushort, float, float) [all …]
|
/external/bison/darwin-lib/ |
D | math.h | 1340 # undef hypotf 1341 # define hypotf rpl_hypotf 1343 _GL_FUNCDECL_RPL (hypotf, float, (float x, float y)); 1344 _GL_CXXALIAS_RPL (hypotf, float, (float x, float y)); 1347 _GL_FUNCDECL_SYS (hypotf, float, (float x, float y)); 1349 _GL_CXXALIAS_SYS (hypotf, float, (float x, float y)); 1351 _GL_CXXALIASWARN (hypotf); 1353 # undef hypotf 1355 _GL_WARN_ON_USE (hypotf, "hypotf is unportable - " 1376 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
|
/external/bison/lib/ |
D | math.in.h | 1028 # undef hypotf 1029 # define hypotf rpl_hypotf macro 1031 _GL_FUNCDECL_RPL (hypotf, float, (float x, float y)); 1032 _GL_CXXALIAS_RPL (hypotf, float, (float x, float y)); 1035 _GL_FUNCDECL_SYS (hypotf, float, (float x, float y)); 1037 _GL_CXXALIAS_SYS (hypotf, float, (float x, float y)); 1039 _GL_CXXALIASWARN (hypotf); 1041 # undef hypotf 1043 _GL_WARN_ON_USE (hypotf, "hypotf is unportable - " 1064 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
|
/external/bison/linux-lib/ |
D | math.h | 1340 # undef hypotf 1341 # define hypotf rpl_hypotf 1343 _GL_FUNCDECL_RPL (hypotf, float, (float x, float y)); 1344 _GL_CXXALIAS_RPL (hypotf, float, (float x, float y)); 1347 _GL_FUNCDECL_SYS (hypotf, float, (float x, float y)); 1349 _GL_CXXALIAS_SYS (hypotf, float, (float x, float y)); 1351 _GL_CXXALIASWARN (hypotf); 1353 # undef hypotf 1355 _GL_WARN_ON_USE (hypotf, "hypotf is unportable - " 1376 _GL_WARN_ON_USE (hypotf, "hypot has portability problems - "
|
/external/opencv3/modules/cudaoptflow/src/cuda/ |
D | tvl1flow.cu | 337 const float g1 = ::hypotf(u1x, u1y); in estimateDualVariablesKernel() 338 const float g2 = ::hypotf(u2x, u2y); in estimateDualVariablesKernel() 339 const float g3 = gamma ? ::hypotf(u3x, u3y) : 0; in estimateDualVariablesKernel()
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 101 float hypotf(float, float); 282 F(hypot), F(hypotf), F(hypotl), F(ilogb), F(ilogbf),
|
/external/opencv3/3rdparty/openexr/Imath/ |
D | ImathMath.h | 147 static float hypot (float x, float y) {return ::hypotf (x, y);}
|
/external/ltrace/etc/ |
D | libm.so.conf | 361 float hypotf(float, float);
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/ |
D | d3d11gears.cpp | 189 float len = hypotf(dx, dy); in build_gear()
|
/external/bison/m4/ |
D | math_h.m4 | 45 fmod fmodf fmodl frexpf frexpl hypotf hypotl
|
/external/libcxx/include/ |
D | cmath | 209 float hypotf(float x, float y); 1298 using ::hypotf; 1300 … hypot(float __lcpp_x, float __lcpp_y) _NOEXCEPT {return hypotf(__lcpp_x, __lcpp_y…
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 438 static_assert((std::is_same<decltype(hypotf(0,0)), float>::value), ""); in test_hypot()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 829 __tg_hypot(float __x, float __y) {return hypotf(__x, __y);} in __tg_hypot()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 986 LIBBUILTIN(hypotf, "fff", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 1008 static_assert((std::is_same<decltype(std::hypotf(0,0)), float>::value), ""); in test_hypot()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2012 fun:hypotf=uninstrumented
|
/external/bison/ |
D | configure | 24887 …sf fabsl floorf floorl fma fmaf fmal fmod fmodf fmodl frexpf frexpl hypotf hypotl ilogb …
|