Home
last modified time | relevance | path

Searched defs:__lncirc (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dlegendre_function.tcc249 const _Tp __lncirc = std::tr1::log1p(-__x * __x); in __sph_legendre() local
251 const _Tp __lncirc = std::log(_Tp(1) - __x * __x); in __sph_legendre() local
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dlegendre_function.tcc253 const _Tp __lncirc = _GLIBCXX_MATH_NS::log1p(-__x * __x); in __sph_legendre() local
255 const _Tp __lncirc = std::log(_Tp(1) - __x * __x); in __sph_legendre() local