Home
last modified time | relevance | path

Searched refs:hypotf (Results 1 – 18 of 18) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/cuda/
Dvec_math.hpp792 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/
Dvec_math.hpp803 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/
Dmath.h1340 # 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/
Dmath.in.h1028 # 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/
Dmath.h1340 # 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/
Dtvl1flow.cu337 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/
Dlibcall-declarations.c101 float hypotf(float, float);
282 F(hypot), F(hypotf), F(hypotl), F(ilogb), F(ilogbf),
/external/opencv3/3rdparty/openexr/Imath/
DImathMath.h147 static float hypot (float x, float y) {return ::hypotf (x, y);}
/external/ltrace/etc/
Dlibm.so.conf361 float hypotf(float, float);
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
Dd3d11gears.cpp189 float len = hypotf(dx, dy); in build_gear()
/external/bison/m4/
Dmath_h.m445 fmod fmodf fmodl frexpf frexpl hypotf hypotl
/external/libcxx/include/
Dcmath209 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/
Dmath_h.pass.cpp438 static_assert((std::is_same<decltype(hypotf(0,0)), float>::value), ""); in test_hypot()
/external/clang/lib/Headers/
Dtgmath.h829 __tg_hypot(float __x, float __y) {return hypotf(__x, __y);} in __tg_hypot()
/external/clang/include/clang/Basic/
DBuiltins.def986 LIBBUILTIN(hypotf, "fff", "fne", "math.h", ALL_LANGUAGES)
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp1008 static_assert((std::is_same<decltype(std::hypotf(0,0)), float>::value), ""); in test_hypot()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2012 fun:hypotf=uninstrumented
/external/bison/
Dconfigure24887 …sf fabsl floorf floorl fma fmaf fmal fmod fmodf fmodl frexpf frexpl hypotf hypotl ilogb …