Home
last modified time | relevance | path

Searched defs:rint (Results 1 – 6 of 6) sorted by relevance

/llvm-project/libcxx/include/__math/
H A Drounding_functions.h189 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI float rint(float __x) _NOEXCEPT { return __builtin_rintf(__x); } in rint() function
192 [[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI double rint(double __x) _NOEXCEPT { in rint() function
196 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI long double rint(long double __x) _NOEXCEPT { in rint() function
201 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI double rint(_A1 __x) _NOEXCEPT { in rint() function
/llvm-project/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp101 Ambiguous rint(Ambiguous){ return Ambiguous(); } rint() function
[all...]
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp99 Ambiguous rint(Ambiguous){ return Ambiguous(); } in rint() function
/llvm-project/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp443 MPFRNumber rint(mpfr_rnd_t rnd) const { rint() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h255 __DEVICE__ double rint(double __a) { return __builtin_rint(__a); } rint() function
H A Dtgmath.h1131 #define rint(__x) __tg_rint(__tg_promote1((__x))(__x)) macro