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

1 2 3 4

  /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)));
  /external/llvm/lib/Support/Windows/
explicit_symbols.inc 81 INLINE_DEF_FLOAT_SYMBOL(coshf, 1)
  /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]]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 59 __DEVICE__ float cosh(float __x) { return ::coshf(__x); }
420 using ::coshf;
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h 59 __DEVICE__ float cosh(float __x) { return ::coshf(__x); }
429 using ::coshf;
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_cmath.h 59 __DEVICE__ float cosh(float __x) { return ::coshf(__x); }
429 using ::coshf;
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_cmath.h 59 __DEVICE__ float cosh(float __x) { return ::coshf(__x); }
429 using ::coshf;
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 59 __DEVICE__ float cosh(float __x) { return ::coshf(__x); }
429 using ::coshf;
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 59 __DEVICE__ float cosh(float __x) { return ::coshf(__x); }
429 using ::coshf;
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 59 __DEVICE__ float cosh(float __x) { return ::coshf(__x); }
429 using ::coshf;
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_cmath.h 59 __DEVICE__ float cosh(float __x) { return ::coshf(__x); }
429 using ::coshf;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 59 __DEVICE__ float cosh(float __x) { return ::coshf(__x); }
420 using ::coshf;
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h 59 __DEVICE__ float cosh(float __x) { return ::coshf(__x); }
429 using ::coshf;
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_cmath.h 59 __DEVICE__ float cosh(float __x) { return ::coshf(__x); }
429 using ::coshf;
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_cmath.h 59 __DEVICE__ float cosh(float __x) { return ::coshf(__x); }
429 using ::coshf;
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 59 __DEVICE__ float cosh(float __x) { return ::coshf(__x); }
429 using ::coshf;
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 59 __DEVICE__ float cosh(float __x) { return ::coshf(__x); }
429 using ::coshf;
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 59 __DEVICE__ float cosh(float __x) { return ::coshf(__x); }
429 using ::coshf;
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_cmath.h 59 __DEVICE__ float cosh(float __x) { return ::coshf(__x); }
429 using ::coshf;
  /external/clang/lib/Headers/
__clang_cuda_cmath.h 57 __DEVICE__ float cosh(float __x) { return ::coshf(__x); }
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 118 EXPORT_F32_FN_F32(coshf)
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 57 __DEVICE__ float cosh(float __x) { return ::coshf(__x); }
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 57 __DEVICE__ float cosh(float __x) { return ::coshf(__x); }
  /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);

Completed in 90 milliseconds

1 2 3 4