Home
last modified time | relevance | path

Searched defs:llround (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libcxx/include/__math/
H A Drounding_functions.h81 inline _LIBCPP_HIDE_FROM_ABI long long llround(float __x) _NOEXCEPT { return __builtin_llroundf(__x); } in llround() function
84 _LIBCPP_HIDE_FROM_ABI long long llround(double __x) _NOEXCEPT { in llround() function
88 inline _LIBCPP_HIDE_FROM_ABI long long llround(long double __x) _NOEXCEPT { return __builtin_llroundl(__x); } in llround() function
91 inline _LIBCPP_HIDE_FROM_ABI long long llround(_A1 __x) _NOEXCEPT { in llround() function
/llvm-project/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp90 Ambiguous llround(Ambiguous){ return Ambiguous(); } llround() function
[all...]
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp88 Ambiguous llround(Ambiguous){ return Ambiguous(); } in llround() function
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h167 __DEVICE__ long long llround(double __a) { return __nv_llround(__a); } llround() function
H A Dtgmath.h919 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) macro