HomeSort by relevance Sort by last modified time
    Searched refs:hypot (Results 176 - 200 of 203) sorted by null

1 2 3 4 5 6 78 9

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 631 /* Define to 1 if you have the `hypot' function. */
1461 # define hypot macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 631 /* Define to 1 if you have the `hypot' function. */
1461 # define hypot macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 631 /* Define to 1 if you have the `hypot' function. */
1461 # define hypot macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
c++config.h 640 /* Define to 1 if you have the `hypot' function. */
1479 # define hypot macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
c++config.h 640 /* Define to 1 if you have the `hypot' function. */
1479 # define hypot macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
c++config.h 640 /* Define to 1 if you have the `hypot' function. */
1479 # define hypot macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
c++config.h 640 /* Define to 1 if you have the `hypot' function. */
1479 # define hypot macro
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_cl.rsh 519 extern float __attribute__((const, overloadable)) hypot(float x, float y);
520 FN_FUNC_FN_FN(hypot)
  /bionic/tests/
math_test.cpp 627 TEST(math, hypot) {
628 ASSERT_FLOAT_EQ(5.0, hypot(3.0, 4.0));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 435 static_assert((std::is_same<decltype(hypot((double)0, (double)0)), double>::value), "");
438 assert(hypot(3,4) == 5);
  /external/eigen/Eigen/src/Eigenvalues/
SelfAdjointEigenSolver.h 746 RealScalar mu = diag[end] - (e / (td + (td>0 ? 1 : -1))) * (e / hypot(td,e));
  /frameworks/base/core/java/android/widget/
SlidingDrawer.java 440 float velocity = (float) Math.hypot(xVelocity, yVelocity);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java 472 vel = (float)Math.hypot(yVel, xVel);
  /frameworks/rs/driver/runtime/
rs_cl.c 454 extern float __attribute__((overloadable)) hypot(float, float);
455 FN_FUNC_FN_FN(hypot)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
math_fwd.hpp 469 hypot(T1 x, T2 y);
473 hypot(T1 x, T2 y, const Policy&);
    [all...]
  /external/eigen/unsupported/test/mpreal/
mpreal.h 368 friend const mpreal hypot (const mpreal& x, const mpreal& y, mp_rnd_t rnd_mode = mpreal::default_rnd);
1944 inline const mpreal hypot (const mpreal& x, const mpreal& y, mp_rnd_t rnd_mode) function in namespace:mpfr
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 486 milliseconds

1 2 3 4 5 6 78 9