Home
last modified time | relevance | path

Searched refs:nearbyint (Results 1 – 25 of 113) sorted by relevance

12345

/netbsd/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h143 __DEVICE__ double nearbyint(double);
144 __DEVICE__ float nearbyint(float);
255 using ::nearbyint;
H A D__clang_hip_cmath.h186 __DEF_FUN1(float, nearbyint)
473 __HIP_OVERLOAD1(double, nearbyint)
642 using ::nearbyint;
H A D__clang_cuda_cmath.h287 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, nearbyint);
415 using ::nearbyint;
H A Dtgmath.h1031 __tg_nearbyint(double __x) {return nearbyint(__x);} in __tg_nearbyint()
1037 #undef nearbyint
1038 #define nearbyint(__x) __tg_nearbyint(__tg_promote1((__x))(__x)) macro
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Drounding.d443 real nearbyint(real x) @safe pure nothrow @nogc
453 assert(nearbyint(0.4) == 0);
454 assert(nearbyint(0.5) == 0);
455 assert(nearbyint(0.6) == 1);
456 assert(nearbyint(100.0) == 100);
458 assert(isNaN(nearbyint(real.nan)));
459 assert(nearbyint(real.infinity) == real.infinity);
460 assert(nearbyint(-real.infinity) == -real.infinity);
/netbsd/lib/libm/src/
H A Ds_nearbyint.c62 DECL(double, nearbyint, rint)
/netbsd/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dtgmath.h107 #define nearbyint(x) __TGMATH_REAL(x, nearbyint) macro
/netbsd/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h107 #define nearbyint(x) __TGMATH_REAL(x, nearbyint) macro
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dhypergeometric.tcc232 const _Tp __c_nint = _GLIBCXX_MATH_NS::nearbyint(__c); in __conf_hyperg()
733 const _Tp __a_nint = _GLIBCXX_MATH_NS::nearbyint(__a); in __hyperg()
734 const _Tp __b_nint = _GLIBCXX_MATH_NS::nearbyint(__b); in __hyperg()
735 const _Tp __c_nint = _GLIBCXX_MATH_NS::nearbyint(__c); in __hyperg()
H A Dmath.h74 using std::tr1::nearbyint;
H A Dcmath110 #undef nearbyint
257 using ::nearbyint;
477 using std::nearbyint;
878 nearbyint(float __x)
882 nearbyint(long double __x)
889 nearbyint(_Tp __x)
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dhypergeometric.tcc232 const _Tp __c_nint = _GLIBCXX_MATH_NS::nearbyint(__c); in __conf_hyperg()
733 const _Tp __a_nint = _GLIBCXX_MATH_NS::nearbyint(__a); in __hyperg()
734 const _Tp __b_nint = _GLIBCXX_MATH_NS::nearbyint(__b); in __hyperg()
735 const _Tp __c_nint = _GLIBCXX_MATH_NS::nearbyint(__c); in __hyperg()
H A Dmath.h74 using std::tr1::nearbyint;
H A Dcmath110 #undef nearbyint
257 using ::nearbyint;
477 using std::nearbyint;
878 nearbyint(float __x)
882 nearbyint(long double __x)
889 nearbyint(_Tp __x)
/netbsd/include/
H A Dtgmath.h176 #define nearbyint(a) __TG_FN1(nearbyint, (a)) macro
H A Dmath.h450 double nearbyint(double);
/netbsd/tests/lib/libm/
H A Dt_fe_round.c109 received = nearbyint(values[i].input); in ATF_TC_BODY()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
H A Dmath.h101 using std::nearbyint;
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dmath.h101 using std::nearbyint;
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstrainedOps.def89 DAG_FUNCTION(nearbyint, 1, 1, experimental_constrained_nearbyint, FNEARBYINT)
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h1503 inline _LIBCPP_INLINE_VISIBILITY float nearbyint(float __lcpp_x) _NOEXCEPT {return ::ne… in nearbyint() function
1504 inline _LIBCPP_INLINE_VISIBILITY long double nearbyint(long double __lcpp_x) _NOEXCEPT {return ::ne… in nearbyint() function
1509 nearbyint(_A1 __lcpp_x) _NOEXCEPT {return ::nearbyint((double)__lcpp_x);} in nearbyint() function
H A Dcmath255 floating_point nearbyint (arithmetic x);
447 using ::nearbyint;
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_math.h331 const _V __y = nearbyint(__r._M_x * __2_over_pi);
342 _VD __y = nearbyint(__xd * __2_over_pi);
365 const _V __y = nearbyint(__r._M_x / (2 * __pi_over_4));
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_global/
H A Dcmath1030 #undef nearbyint
1167 using ::nearbyint;
1642 nearbyint(float __x)
1646 nearbyint(long double __x)
1654 nearbyint(_Tp __x)
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/
H A Dcmath1030 #undef nearbyint
1167 using ::nearbyint;
1642 nearbyint(float __x)
1646 nearbyint(long double __x)
1654 nearbyint(_Tp __x)

12345