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

  /src/lib/libm/src/
w_j1f.c 22 * wrapper of j1f,y1f
29 j1f(float x) /* wrapper j1f */ function
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_math.h 146 __DEVICE__ float j1f(float __a) { return __nv_j1f(__a); } function
__clang_hip_math.h 278 float j1f(float __x) { return __ocml_j1_f32(__x); } function
288 return j1f(__x);
291 float __x1 = j1f(__x);
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
c99_functions.c 69 float j1f (float);
71 float j1f (float x) function
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
c99_functions.c 69 float j1f (float);
71 float j1f (float x) function

Completed in 52 milliseconds