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

1 2 3 4 5 6 7

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_csinhf.c 58 return (cpackf(sinhf(x), y));
60 return (cpackf(sinhf(x) * cosf(y), coshf(x) * sinf(y)));
s_ctanhf.c 71 s = sinhf(x);
s_ccoshf.c 60 return (cpackf(coshf(x) * cosf(y), sinhf(x) * sinf(y)));
  /external/stlport/stlport/stl/config/
_como.h 113 # define sinhf sinh macro
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 113 # define sinhf sinh macro
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 113 # define sinhf sinh macro
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 113 # define sinhf sinh macro
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 113 # define sinhf sinh macro
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 113 # define sinhf sinh macro
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_como.h 113 # define sinhf sinh macro
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 157 EXPORT_F32_FN_F32(sinhf)
284 { "_Z4sinhf", (void *)&sinhf, true },
  /external/clang/test/CodeGen/
libcall-declarations.c 164 float sinhf(float);
294 F(sin), F(sinf), F(sinl), F(sinh), F(sinhf),
463 // CHECK-NOERRNO: declare float @sinhf(float) [[NUW]]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 319 float sinhf(float);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 319 float sinhf(float);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 319 float sinhf(float);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 319 float sinhf(float);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 319 float sinhf(float);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 319 float sinhf(float);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 319 float sinhf(float);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 319 float sinhf(float);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
math.h 319 float sinhf(float);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
math.h 319 float sinhf(float);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
math.h 319 float sinhf(float);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
math.h 319 float sinhf(float);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
math.h 319 float sinhf(float);

Completed in 1845 milliseconds

1 2 3 4 5 6 7