HomeSort by: relevance | last modified time | path
    Searched refs:jnf (Results 1 - 12 of 12) sorted by relevancy

  /src/lib/libm/src/
w_jnf.c 25 jnf(int n, float x) /* wrapper jnf */ function
  /src/include/
math.h 570 float jnf(int, float);
  /src/external/gpl3/gcc/dist/libgfortran/
c99_protos.h 271 extern float jnf (int, float);
configure 24466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jnf" >&5
24467 $as_echo_n "checking for jnf... " >&6; }
24484 int (*ptr)() = (int (*)())jnf;
  /src/external/gpl3/gcc.old/dist/libgfortran/
c99_protos.h 271 extern float jnf (int, float);
configure 24301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jnf" >&5
24302 $as_echo_n "checking for jnf... " >&6; }
24319 int (*ptr)() = (int (*)())jnf;
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_math.h 148 __DEVICE__ float jnf(int __n, float __a) { return __nv_jnf(__n, __a); } function
__clang_hip_math.h 281 float jnf(int __n, float __x) { // TODO: we could use Ahmes multiplication function
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
c99_functions.c 79 float jnf (int, float);
82 jnf (int n, float x) function
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
c99_functions.c 79 float jnf (int, float);
82 jnf (int n, float x) function
  /src/lib/libm/
Makefile 520 MLINKS+=j0.3 j0f.3 j0.3 j1.3 j0.3 j1f.3 j0.3 jn.3 j0.3 jnf.3 \
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
math.d 3175 float jnf(int, float);
3478 float jnf(int, float);

Completed in 106 milliseconds