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

  /src/lib/libm/noieee_src/
n_lround.c 38 lround(double x) function
  /src/external/gpl3/gcc/dist/gcc/ginclude/
tgmath.h 106 #define lround(x) __TGMATH_REAL(x, lround) macro
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
tgmath.h 106 #define lround(x) __TGMATH_REAL(x, lround) macro
  /src/include/
tgmath.h 175 #define lround(a) __TG_FN1(lround, (a)) macro
  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 1006 // lround
1014 __tg_lround(double __x) {return lround(__x);}
1020 #undef lround macro
1021 #define lround(__x) __tg_lround(__tg_promote1((__x))(__x)) macro
__clang_cuda_math.h 186 __DEVICE__ long lround(double __a) { return llround(__a); } function
191 __DEVICE__ long lround(double __a) { return round(__a); } function
__clang_hip_math.h 872 long int lround(double __x) { return __ocml_round_f64(__x); } function
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
c99_functions.c 701 /* lround{f,,l} and llround{f,,l} functions. */
716 long int lround (double x);
719 lround (double x) function
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
c99_functions.c 701 /* lround{f,,l} and llround{f,,l} functions. */
716 long int lround (double x);
719 lround (double x) function

Completed in 34 milliseconds