Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Dlegendre_function.tcc265 _Tp __y_mm = __sgn * __sr * std::exp(__lnpre_val); in __sph_legendre() local
266 _Tp __y_mp1m = __y_mp1m_factor * __y_mm; in __sph_legendre()
269 return __y_mm; in __sph_legendre()
286 - (__ll + __m - 1) * __y_mm * __fact2) / _Tp(__ll - __m); in __sph_legendre()
287 __y_mm = __y_mp1m; in __sph_legendre()