HomeSort by: relevance | last modified time | path
    Searched defs:atanhf (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libm/src/
w_atanhf.c 22 * wrapper atanhf(x)
30 atanhf(float x) /* wrapper atanhf */ function
41 /* atanhf(|x|>1) */
44 /* atanhf(|x|==1) */
  /src/lib/libm/noieee_src/
n_atanhf.c 72 atanhf(float x) function
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_math.h 71 __DEVICE__ float atanhf(float __a) { return __nv_atanhf(__a); } function
__clang_hip_math.h 170 float atanhf(float __x) { return __ocml_atanh_f32(__x); } function
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
c99_functions.c 212 float atanhf (float x);
215 atanhf (float x) function
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
c99_functions.c 212 float atanhf (float x);
215 atanhf (float x) function

Completed in 17 milliseconds