Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/include/
Dmath.h1306 inline _LIBCPP_INLINE_VISIBILITY long long llround(float __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1307 inline _LIBCPP_INLINE_VISIBILITY long long llround(long double __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1312 llround(_A1 __lcpp_x) _NOEXCEPT {return ::llround((double)__lcpp_x);} in llround() function
/external/libcxx/include/
Dmath.h1310 inline _LIBCPP_INLINE_VISIBILITY long long llround(float __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1311 inline _LIBCPP_INLINE_VISIBILITY long long llround(long double __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function
1316 llround(_A1 __lcpp_x) _NOEXCEPT {return ::llround((double)__lcpp_x);} in llround() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp83 Ambiguous llround(Ambiguous){ return Ambiguous(); } in llround() function
/external/llvm-project/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp85 Ambiguous llround(Ambiguous){ return Ambiguous(); } in llround() function
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp83 Ambiguous llround(Ambiguous){ return Ambiguous(); } in llround() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp86 Ambiguous llround(Ambiguous){ return Ambiguous(); } in llround() function
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h167 __DEVICE__ long long llround(double __a) { return __nv_llround(__a); } in llround() function
Dtgmath.h919 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) macro
/external/clang/lib/Headers/
Dtgmath.h926 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) macro