Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Dhypergeometric.tcc733 const _Tp __a_nint = _GLIBCXX_MATH_NS::nearbyint(__a); in __hyperg() local
737 const _Tp __a_nint = static_cast<int>(__a + _Tp(0.5L)); in __hyperg()
759 if (__a < _Tp(0) && std::abs(__a - __a_nint) < __toler) in __hyperg()
760 return __hyperg_series(__a_nint, __b, __c, __x); in __hyperg()