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

  /src/lib/libm/src/
w_j1f.c 22 * wrapper of j1f,y1f
46 y1f(float x) /* wrapper y1f */ function
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_math.h 340 __DEVICE__ float y1f(float __a) { return __nv_y1f(__a); } function
__clang_hip_math.h 514 float y1f(float __x) { return __ocml_y1_f32(__x); } function
525 return y1f(__x);
528 float __x1 = y1f(__x);
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
c99_functions.c 101 float y1f (float);
104 y1f (float x) function
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
c99_functions.c 101 float y1f (float);
104 y1f (float x) function

Completed in 39 milliseconds