HomeSort by relevance Sort by last modified time
    Searched defs:coshf (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/stlport/stlport/stl/
_cmath.h 87 inline float coshf(float v) { return __coshf(v); } function
  /external/stlport/stlport/stl/config/
_como.h 117 # define coshf cosh macro
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 87 inline float coshf(float v) { return __coshf(v); } function
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 117 # define coshf cosh macro
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 87 inline float coshf(float v) { return __coshf(v); } function
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 117 # define coshf cosh macro
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 87 inline float coshf(float v) { return __coshf(v); } function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 117 # define coshf cosh macro
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 87 inline float coshf(float v) { return __coshf(v); } function
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 117 # define coshf cosh macro
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 87 inline float coshf(float v) { return __coshf(v); } function
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 117 # define coshf cosh macro
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cmath.h 87 inline float coshf(float v) { return __coshf(v); } function
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_como.h 117 # define coshf cosh macro
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 124 #define coshf(f) ((float) cosh(f)) macro
  /external/mesa3d/src/mesa/main/
imports.h 124 #define coshf(f) ((float) cosh(f)) macro
  /external/bison/darwin-lib/
math.h 829 # undef coshf
830 _GL_FUNCDECL_SYS (coshf, float, (float x));
832 _GL_CXXALIAS_SYS (coshf, float, (float x));
833 _GL_CXXALIASWARN (coshf);
835 # undef coshf macro
837 _GL_WARN_ON_USE (coshf, "coshf is unportable - "
838 "use gnulib module coshf for portability");
    [all...]
  /external/bison/lib/
math.in.h 517 # undef coshf macro
518 _GL_FUNCDECL_SYS (coshf, float, (float x));
520 _GL_CXXALIAS_SYS (coshf, float, (float x));
521 _GL_CXXALIASWARN (coshf); variable
523 # undef coshf macro
525 _GL_WARN_ON_USE (coshf, "coshf is unportable - "
526 "use gnulib module coshf for portability");
    [all...]
  /external/bison/linux-lib/
math.h 829 # undef coshf
830 _GL_FUNCDECL_SYS (coshf, float, (float x));
832 _GL_CXXALIAS_SYS (coshf, float, (float x));
833 _GL_CXXALIASWARN (coshf);
835 # undef coshf macro
837 _GL_WARN_ON_USE (coshf, "coshf is unportable - "
838 "use gnulib module coshf for portability");
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 556 extern float __cdecl coshf(float _X);
558 __CRT_INLINE float coshf(float _X) { return ((float)cosh((double)_X)); } function
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 363 /* Define to 1 if you have the `coshf' function. */
1168 # define coshf macro
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 363 /* Define to 1 if you have the `coshf' function. */
1168 # define coshf macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 363 /* Define to 1 if you have the `coshf' function. */
1168 # define coshf macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 363 /* Define to 1 if you have the `coshf' function. */
1168 # define coshf macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 363 /* Define to 1 if you have the `coshf' function. */
1168 # define coshf macro
    [all...]

Completed in 1189 milliseconds

1 2 3