Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__math/
H A Drounding_functions.h113 inline _LIBCPP_HIDE_FROM_ABI long lround(float __x) _NOEXCEPT { return __builtin_lroundf(__x); } in lround() function
116 _LIBCPP_HIDE_FROM_ABI long lround(double __x) _NOEXCEPT { in lround() function
120 inline _LIBCPP_HIDE_FROM_ABI long lround(long double __x) _NOEXCEPT { return __builtin_lroundl(__x); } in lround() function
123 inline _LIBCPP_HIDE_FROM_ABI long lround(_A1 __x) _NOEXCEPT { in lround() function
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h188 __DEVICE__ long lround(double __a) { return llround(__a); } lround() function
193 __DEVICE__ long lround(double __a) { return round(__a); } lround() function
H A Dtgmath.h1021 #define lround(__x) __tg_lround(__tg_promote1((__x))(__x)) macro
/llvm-project/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp95 Ambiguous lround(Ambiguous){ return Ambiguous(); } lround() function
[all...]
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp93 Ambiguous lround(Ambiguous){ return Ambiguous(); } in lround() function