Home
last modified time | relevance | path

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

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr1/
A Dlegendre_function.tcc246 const _Tp __lncirc = std::tr1::log1p(-__x * __x); in __sph_legendre() local
248 const _Tp __lncirc = std::log(_Tp(1) - __x * __x); in __sph_legendre() local
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/tr1/
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
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/tr1/
A Dlegendre_function.tcc246 const _Tp __lncirc = std::tr1::log1p(-__x * __x); in __sph_legendre() local
248 const _Tp __lncirc = std::log(_Tp(1) - __x * __x); in __sph_legendre() local
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/tr1/
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
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/tr1/
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
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/tr1/
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
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/tr1/
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
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/tr1/
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

Completed in 12 milliseconds