HomeSort by relevance Sort by last modified time
    Searched full:hypotf (Results 126 - 150 of 403) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/native/libs/input/
VelocityControl.cpp 74 float speed = hypotf(vx, vy) * scale;
  /packages/apps/Camera2/jni/
tinyplanet.cc 110 float r = hypotf(xf, yf);
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 109 float r = hypotf(xf, yf);
  /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/opencv3/modules/cudaoptflow/src/cuda/
tvl1flow.cu 337 const float g1 = ::hypotf(u1x, u1y);
338 const float g2 = ::hypotf(u2x, u2y);
339 const float g3 = gamma ? ::hypotf(u3x, u3y) : 0;
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 134 EXPORT_F32_FN_F32_F32(hypotf)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
complex.h 171 return hypotf (__real__ _Z, __imag__ _Z);
  /bionic/libc/tools/
posix-2013.txt 395 hypotf
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.cpp 68 KEYBOARD_HYPOTENUSE(hypotf(KEYBOARD_WIDTH, KEYBOARD_HEIGHT)),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
math-finite.h 114 extern float __REDIRECT_NTH (hypotf, (float, float), __hypotf_finite);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
math-finite.h 114 extern float __REDIRECT_NTH (hypotf, (float, float), __hypotf_finite);
  /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 296 float hypotf(float, float);
  /external/bison/m4/
math_h.m4 45 fmod fmodf fmodl frexpf frexpl hypotf hypotl
  /external/ltrace/etc/
libm.so.conf 361 float hypotf(float, float);
  /external/opencv3/3rdparty/openexr/Imath/
ImathMath.h 147 static float hypot (float x, float y) {return ::hypotf (x, y);}
  /frameworks/base/libs/hwui/
VectorDrawable.cpp 83 float scaleX = hypotf(skVectors[0].fX, skVectors[0].fY);
84 float scaleY = hypotf(skVectors[1].fX, skVectors[1].fY);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libm-2.11.1.so 
libm.so 
libm.so.6 
  /bionic/tests/
math_test.cpp 724 TEST(math, hypotf) {
725 ASSERT_FLOAT_EQ(5.0f, hypotf(3.0f, 4.0f));
    [all...]
  /external/libcxx/include/
cmath 209 float hypotf(float x, float y);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 209 float hypotf(float x, float y);
    [all...]

Completed in 2337 milliseconds

1 2 3 4 56 7 8 91011>>