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

  /src/external/gpl3/gcc/dist/gcc/ginclude/
tgmath.h 107 #define nearbyint(x) __TGMATH_REAL(x, nearbyint) macro
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
tgmath.h 107 #define nearbyint(x) __TGMATH_REAL(x, nearbyint) macro
  /src/include/
tgmath.h 176 #define nearbyint(a) __TG_FN1(nearbyint, (a)) macro
  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 1023 // nearbyint
1031 __tg_nearbyint(double __x) {return nearbyint(__x);}
1037 #undef nearbyint macro
1038 #define nearbyint(__x) __tg_nearbyint(__tg_promote1((__x))(__x)) macro
__clang_cuda_math.h 198 __DEVICE__ double nearbyint(double __a) { return __builtin_nearbyint(__a); } function
__clang_hip_math.h 913 double nearbyint(double __x) { return __ocml_nearbyint_f64(__x); } function

Completed in 17 milliseconds