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

1 2 3

  /bionic/libm/src/
w_cabsf.c 2 * cabsf() wrapper for hypotf().
22 return hypotf(crealf(z), cimagf(z));
math_private.h 248 #define __ieee754_hypotf hypotf
  /bionic/libm/man/
hypot.3 40 .Nm hypotf ,
51 .Fn hypotf "float x" "float y"
61 .Fn hypotf
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/lib/
libm.so 
  /development/ndk/platforms/android-3/arch-arm/symbols/
libm.so.functions.txt 142 hypotf
  /development/ndk/platforms/android-9/arch-x86/symbols/
libm.so.functions.txt 102 hypotf
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
cmath 72 #undef hypotf
204 using ::hypotf;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libm-2.7.so 
libm.so 
libm.so.6 
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 72 #undef hypotf
204 using ::hypotf;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 72 #undef hypotf
204 using ::hypotf;
  /bionic/libm/
Makefile-orig 131 MLINKS+=hypot.3 cabs.3 hypot.3 cabsf.3 hypot.3 hypotf.3
  /bionic/libm/include/
math.h 345 float hypotf(float, float);
  /development/ndk/platforms/android-3/include/
math.h 344 float hypotf(float, float);
  /development/ndk/platforms/android-9/include/
math.h 344 float hypotf(float, float);
  /frameworks/base/libs/rs/driver/
rsdRuntimeMath.cpp 401 { "_Z5hypotff", (void *)&hypotf, true },
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
math.h 344 float hypotf(float, float);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
math.h 344 float hypotf(float, float);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
math.h 344 float hypotf(float, float);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
math.h 344 float hypotf(float, float);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
math.h 344 float hypotf(float, float);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
math.h 344 float hypotf(float, float);
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
math.h 344 float hypotf(float, float);
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/
math.h 344 float hypotf(float, float);

Completed in 106 milliseconds

1 2 3