Home
last modified time | relevance | path

Searched refs:__max_representable_int_for_float (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/__random/
H A Dclamp_to_integral.h30 _LIBCPP_CONSTEXPR _IntT __max_representable_int_for_float() _NOEXCEPT { in __max_representable_int_for_float() function
47 const _IntT _MaxVal = __max_representable_int_for_float<_IntT, _RealT>(); in __clamp_to_integral()