HomeSort by relevance Sort by last modified time
    Searched refs:hypotf (Results 101 - 125 of 162) sorted by null

1 2 3 45 6 7

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 729 extern float __cdecl hypotf (float x, float y);
731 __CRT_INLINE float __cdecl hypotf (float x, float y) { return (float) hypot ((double)x, (double)y);} function
  /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);
  /prebuilts/ndk/9/platforms/android-12/arch-arm/usr/include/
math.h 344 float hypotf(float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/
math.h 344 float hypotf(float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/
math.h 344 float hypotf(float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-13/arch-arm/usr/include/
math.h 345 float hypotf(float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/
math.h 345 float hypotf(float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/
math.h 345 float hypotf(float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/
math.h 345 float hypotf(float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/
math.h 345 float hypotf(float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
math.h 345 float hypotf(float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-15/arch-arm/usr/include/
math.h 345 float hypotf(float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/
math.h 345 float hypotf(float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/
math.h 345 float hypotf(float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-16/arch-arm/usr/include/
math.h 345 float hypotf(float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/
math.h 345 float hypotf(float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/
math.h 345 float hypotf(float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-17/arch-arm/usr/include/
math.h 345 float hypotf(float, float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/
math.h 345 float hypotf(float, float) __NDK_FPABI_MATH__;

Completed in 528 milliseconds

1 2 3 45 6 7