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

  /src/lib/libm/src/
w_acoshf.c 23 * wrapper acoshf(x)
30 acoshf(float x) /* wrapper acoshf */ function
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_math.h 61 __DEVICE__ float acoshf(float __a) { return __nv_acoshf(__a); } function
__clang_hip_math.h 155 float acoshf(float __x) { return __ocml_acosh_f32(__x); } function
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
c99_functions.c 159 float acoshf (float x);
162 acoshf (float x) function
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
c99_functions.c 159 float acoshf (float x);
162 acoshf (float x) function

Completed in 36 milliseconds