HomeSort by relevance Sort by last modified time
    Searched refs:hypotf (Results 1 - 22 of 22) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
w_cabsf.c 2 * cabsf() wrapper for hypotf().
22 return hypotf(crealf(z), cimagf(z));
math_private.h 716 #define __ieee754_hypotf hypotf
  /external/bison/darwin-lib/
math.h 1353 # undef hypotf macro
    [all...]
  /external/bison/lib/
math.in.h 1028 # 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 is unportable -
    [all...]
  /external/bison/linux-lib/
math.h 1353 # undef hypotf macro
    [all...]
  /external/clang/test/CodeGen/
libcall-declarations.c 101 float hypotf(float, float);
282 F(hypot), F(hypotf), F(hypotl), F(ilogb), F(ilogbf),
400 // CHECK-NOERRNO: declare float @hypotf(float, float) [[NUW]]
  /bionic/libm/include/
math.h 340 float hypotf(float, float);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BasicShapes.cpp 78 return floatValueForLength(m_radius.value(), hypotf(boxSize.width(), boxSize.height()) / sqrtf(2));
  /external/ltrace/etc/
libm.so.conf 361 float hypotf(float, float);
  /development/ndk/platforms/android-13/include/
math.h 345 float hypotf(float, float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 347 float hypotf(float, float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 344 float hypotf(float, float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 344 float hypotf(float, float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 340 float hypotf(float, float) __NDK_FPABI_MATH__;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 189 float len = hypotf(dx, dy);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 189 float len = hypotf(dx, dy);
  /bionic/tests/
math_test.cpp 732 TEST(math, hypotf) {
733 ASSERT_FLOAT_EQ(5.0f, hypotf(3.0f, 4.0f));
    [all...]
  /cts/tests/tests/renderscript/libcoremathtestcpp/
CoreMathTestJni.cpp 219 return hypotf(x, y);
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 436 static_assert((std::is_same<decltype(hypotf(0,0)), float>::value), "");
  /external/clang/lib/Headers/
tgmath.h 829 __tg_hypot(float __x, float __y) {return hypotf(__x, __y);}
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp     [all...]
  /external/bison/
configure     [all...]

Completed in 497 milliseconds