Searched defs:__lncirc (Results 1 – 2 of 2) sorted by relevance
249 const _Tp __lncirc = std::tr1::log1p(-__x * __x); in __sph_legendre() local251 const _Tp __lncirc = std::log(_Tp(1) - __x * __x); in __sph_legendre() local
253 const _Tp __lncirc = _GLIBCXX_MATH_NS::log1p(-__x * __x); in __sph_legendre() local255 const _Tp __lncirc = std::log(_Tp(1) - __x * __x); in __sph_legendre() local