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

  /src/lib/libm/noieee_src/
n_lroundf.c 38 lroundf(float x) function
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_math.h 187 __DEVICE__ long lroundf(float __a) { return llroundf(__a); } function
192 __DEVICE__ long lroundf(float __a) { return roundf(__a); } function
__clang_hip_math.h 332 long int lroundf(float __x) { return __ocml_round_f32(__x); } function
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
c99_functions.c 705 long int lroundf (float x);
708 lroundf (float x) function
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
c99_functions.c 705 long int lroundf (float x);
708 lroundf (float x) function

Completed in 32 milliseconds