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

1 2 3 4 5

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_ccoshf.c 58 return (CMPLXF(coshf(x), x * y));
60 return (CMPLXF(coshf(x) * cosf(y), sinhf(x) * sinf(y)));
s_csinhf.c 60 return (CMPLXF(sinhf(x) * cosf(y), coshf(x) * sinf(y)));
math_private.h 718 #define __ieee754_coshf coshf
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 117 # define coshf cosh macro
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 117 # define coshf cosh macro
  /external/llvm/lib/Support/Windows/
explicit_symbols.inc 81 INLINE_DEF_FLOAT_SYMBOL(coshf, 1)
  /external/opencv3/3rdparty/openexr/Imath/
ImathMath.h 133 static float cosh (float x) {return ::coshf (x);}
  /external/clang/test/CodeGen/
libcall-declarations.c 68 float coshf(float);
275 F(cosf), F(cosl), F(cosh), F(coshf), F(coshl),
367 // CHECK-NOERRNO: declare float @coshf(float) [[NUW]]
  /bionic/libm/include/
math.h 268 float coshf(float);
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
__clang_cuda_cmath.h 57 __DEVICE__ float cosh(float __x) { return ::coshf(__x); }
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 121 EXPORT_F32_FN_F32(coshf)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
math-finite.h 66 extern float __REDIRECT_NTH (coshf, (float), __coshf_finite);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
math-finite.h 66 extern float __REDIRECT_NTH (coshf, (float), __coshf_finite);
  /external/opencv3/modules/core/include/opencv2/core/cuda/
vec_math.hpp 337 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, uchar, float)
338 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, char, float)
339 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, ushort, float)
340 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, short, float)
341 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, int, float)
342 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, uint, float)
343 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, float, float)
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/util/
vec_math.hpp 348 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, uchar, float)
349 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, char, float)
350 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, ushort, float)
351 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, short, float)
352 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, int, float)
353 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, uint, float)
354 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(cosh, ::coshf, float, float)
    [all...]
  /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...]
  /external/mesa3d/src/mesa/main/
imports.h 124 #define coshf(f) ((float) cosh(f)) macro
  /ndk/sources/android/support/src/msun/
math_private.h 706 #define __ieee754_coshf coshf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 514 /* Define to 1 if you have the `coshf' function. */
1403 # define coshf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 514 /* Define to 1 if you have the `coshf' function. */
1403 # define coshf macro
    [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 514 /* Define to 1 if you have the `coshf' function. */
1403 # define coshf 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 514 /* Define to 1 if you have the `coshf' function. */
1403 # define coshf 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 514 /* Define to 1 if you have the `coshf' function. */
1403 # define coshf macro
    [all...]

Completed in 2069 milliseconds

1 2 3 4 5