Searched refs:hypotf (Results 1 – 14 of 14) sorted by relevance
/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/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/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/clang/test/CodeGen/ |
D | libcall-declarations.c | 101 float hypotf(float, float); 282 F(hypot), F(hypotf), F(hypotl), F(ilogb), F(ilogbf),
|
/external/ltrace/etc/ |
D | libm.so.conf | 361 float hypotf(float, float);
|
/external/bison/m4/ |
D | math_h.m4 | 45 fmod fmodf fmodl frexpf frexpl hypotf hypotl
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/ |
D | d3d11gears.cpp | 189 float len = hypotf(dx, dy); in build_gear()
|
/external/libcxx/include/ |
D | cmath | 209 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/ |
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 | 985 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 …
|