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

1 2 3

  /bionic/libm/man/
asinh.3 40 .Nm asinhf
49 .Fn asinhf "float x"
54 .Fn asinhf
65 .Fn asinhf
  /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 83 asinhf
  /development/ndk/platforms/android-9/arch-x86/symbols/
libm.so.functions.txt 38 asinhf
  /bionic/libm/src/
s_asinhf.c 29 asinhf(float x) function
  /external/mesa3d/src/mesa/main/
imports.h 145 #define asinhf(f) ((float) asinh(f))
153 static INLINE float asinhf(float x) { return logf(x + sqrtf(x * x + 1.0f)); } function
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
cmath 36 #undef asinhf
156 using ::asinhf;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 36 #undef asinhf
156 using ::asinhf;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 36 #undef asinhf
156 using ::asinhf;
  /bionic/libm/
Makefile-orig 102 MLINKS+=asinh.3 asinhf.3
  /bionic/libm/include/
math.h 350 float asinhf(float);
  /development/ndk/platforms/android-3/include/
math.h 348 float asinhf(float);
  /development/ndk/platforms/android-9/include/
math.h 348 float asinhf(float);
  /frameworks/base/libs/rs/driver/
rsdRuntimeMath.cpp 377 { "_Z5asinhf", (void *)&asinhf, true },
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
math.h 348 float asinhf(float);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
math.h 348 float asinhf(float);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
math.h 348 float asinhf(float);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
math.h 348 float asinhf(float);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
math.h 348 float asinhf(float);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
math.h 348 float asinhf(float);
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
math.h 348 float asinhf(float);
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/
math.h 348 float asinhf(float);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
math.h 348 float asinhf(float);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
math.h 348 float asinhf(float);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/
math.h 348 float asinhf(float);

Completed in 615 milliseconds

1 2 3