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

  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_math.h 168 __DEVICE__ long long llroundf(float __a) { return __nv_llroundf(__a); } function
187 __DEVICE__ long lroundf(float __a) { return llroundf(__a); }
__clang_hip_math.h 311 long long int llroundf(float __x) { return __ocml_round_f32(__x); } function
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
c99_functions.c 738 long long int llroundf (float x);
741 llroundf (float x) function
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
c99_functions.c 738 long long int llroundf (float x);
741 llroundf (float x) function

Completed in 19 milliseconds