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

1 2 3 4

  /bionic/libm/upstream-freebsd/lib/msun/src/
w_cabsf.c 2 * cabsf() wrapper for hypotf().
22 return hypotf(crealf(z), cimagf(z));
catrigf.c 94 R = hypotf(x, y + 1);
95 S = hypotf(x, y - 1);
294 return (CMPLXF(logf(hypotf(x / m_e, y / m_e)) + 1,
298 return (CMPLXF(logf(hypotf(x, y)), atan2f(y, x)));
math_private.h 728 #define __ieee754_hypotf hypotf
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
geometry_utils.h 54 return static_cast<int>(hypotf(static_cast<float>(x1 - x2), static_cast<float>(y1 - y2)));
proximity_info.cpp 68 KEYBOARD_HYPOTENUSE(hypotf(KEYBOARD_WIDTH, KEYBOARD_HEIGHT)),
  /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/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]]
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 131 EXPORT_F32_FN_F32_F32(hypotf)
  /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);
  /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/tests/headers/posix/
math_h.c 216 FUNCTION(hypotf, float (*f)(float, float));
  /bionic/libc/include/
math.h 196 float hypotf(float __x, float __y);
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 434 using ::hypotf;
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h 443 using ::hypotf;
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_cmath.h 443 using ::hypotf;
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_cmath.h 443 using ::hypotf;
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 443 using ::hypotf;
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 443 using ::hypotf;
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 443 using ::hypotf;
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_cmath.h 443 using ::hypotf;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 434 using ::hypotf;
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h 443 using ::hypotf;

Completed in 1648 milliseconds

1 2 3 4