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

  /src/external/gpl3/gcc/dist/gcc/ginclude/
tgmath.h 100 #define llround(x) __TGMATH_REAL(x, llround) macro
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
tgmath.h 100 #define llround(x) __TGMATH_REAL(x, llround) macro
  /src/include/
tgmath.h 169 #define llround(a) __TG_FN1(llround, (a)) macro
  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 904 // llround
912 __tg_llround(double __x) {return llround(__x);}
918 #undef llround macro
919 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) macro
__clang_cuda_math.h 167 __DEVICE__ long long llround(double __a) { return __nv_llround(__a); } function
186 __DEVICE__ long lround(double __a) { return llround(__a); }
__clang_hip_math.h 851 long long int llround(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. */
749 long long int llround (double x);
752 llround (double x) function
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
c99_functions.c 701 /* lround{f,,l} and llround{f,,l} functions. */
749 long long int llround (double x);
752 llround (double x) function

Completed in 32 milliseconds