HomeSort by relevance Sort by last modified time
    Searched defs:tanhf (Results 1 - 6 of 6) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_tanhf.c 26 tanhf(float x) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 697 extern float __cdecl tanhf(float _X);
699 __CRT_INLINE float tanhf(float _X) { return ((float)tanh((double)_X)); } function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 899 /* Define to 1 if you have the `tanhf' function. */
1653 # define tanhf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 899 /* Define to 1 if you have the `tanhf' function. */
1653 # define tanhf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++config.h 899 /* Define to 1 if you have the `tanhf' function. */
1653 # define tanhf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++config.h 899 /* Define to 1 if you have the `tanhf' function. */
1653 # define tanhf macro
    [all...]

Completed in 458 milliseconds