Home
last modified time | relevance | path

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

/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/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/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/clang/test/CodeGen/
Dlibcall-declarations.c101 float hypotf(float, float);
282 F(hypot), F(hypotf), F(hypotl), F(ilogb), F(ilogbf),
/external/ltrace/etc/
Dlibm.so.conf361 float hypotf(float, float);
/external/bison/m4/
Dmath_h.m445 fmod fmodf fmodl frexpf frexpl hypotf hypotl
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
Dd3d11gears.cpp189 float len = hypotf(dx, dy); in build_gear()
/external/libcxx/include/
Dcmath209 float hypotf(float x, float y);
1294 using ::hypotf;
1296 … 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.def985 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 …