Searched refs:hypotf (Results 1 - 14 of 14) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/cuda/
H A 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, ushor
[all...]
/external/opencv3/modules/cudev/include/opencv2/cudev/util/
H A 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, ushor
[all...]
/external/opencv3/3rdparty/openexr/Imath/
H A DImathMath.h147 static float hypot (float x, float y) {return ::hypotf (x, y);}
/external/opencv3/modules/cudaoptflow/src/cuda/
H A Dtvl1flow.cu337 const float g1 = ::hypotf(u1x, u1y);
338 const float g2 = ::hypotf(u2x, u2y);
339 const float g3 = gamma ? ::hypotf(u3x, u3y) : 0;
/external/bison/darwin-lib/
H A 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 macro
1355 _GL_WARN_ON_USE (hypotf, "hypotf i
[all...]
/external/bison/lib/
H A Dmath.in.h1028 # undef hypotf macro
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); variable
1041 # undef hypotf macro
1043 _GL_WARN_ON_USE (hypotf, "hypotf i
[all...]
/external/bison/linux-lib/
H A 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 macro
1355 _GL_WARN_ON_USE (hypotf, "hypotf i
[all...]
/external/clang/test/CodeGen/
H A Dlibcall-declarations.c101 float hypotf(float, float);
282 F(hypot), F(hypotf), F(hypotl), F(ilogb), F(ilogbf),
400 // CHECK-NOERRNO: declare float @hypotf(float, float) [[NUW]]
/external/ltrace/etc/
H A Dlibm.so.conf361 float hypotf(float, float);
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
H A Dd3d11gears.cpp189 float len = hypotf(dx, dy);
/external/clang/lib/Headers/
H A Dtgmath.h829 __tg_hypot(float __x, float __y) {return hypotf(__x, __y);}
/external/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp438 static_assert((std::is_same<decltype(hypotf(0,0)), float>::value), "");
/external/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp1008 static_assert((std::is_same<decltype(std::hypotf(0,0)), float>::value), "");
/external/bison/
H A Dconfigure24887 for gl_func in acosf acosl asinf asinl atanf atanl cbrt cbrtf cbrtl ceilf ceill copysign copysignf copysignl cosf cosl coshf expf expl exp2 exp2f exp2l expm1 expm1f expm1l fabsf fabsl floorf floorl fma fmaf fmal fmod fmodf fmodl frexpf frexpl hypotf hypotl ilogb ilogbf ilogbl ldexpf ldexpl log logf logl log10 log10f log10l log1p log1pf log1pl log2 log2f log2l logb logbf logbl modf modff modfl powf remainder remainderf remainderl rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl tanf tanl tanhf trunc truncf truncl; do

Completed in 588 milliseconds