Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dlegendre_function.tcc248 const _Tp __lncirc = _GLIBCXX_MATH_NS::log1p(-__x * __x); in __sph_legendre() local
250 const _Tp __lncirc = std::log(_Tp(1) - __x * __x); in __sph_legendre() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dlegendre_function.tcc248 const _Tp __lncirc = _GLIBCXX_MATH_NS::log1p(-__x * __x); in __sph_legendre() local
250 const _Tp __lncirc = std::log(_Tp(1) - __x * __x); in __sph_legendre() local