Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dlegendre_function.tcc101 _Tp __p_l = 0; in __poly_legendre_p() local
106 __p_l = _Tp(2) * __x * __p_lm1 - __p_lm2 in __poly_legendre_p()
109 __p_lm1 = __p_l; in __poly_legendre_p()
112 return __p_l; in __poly_legendre_p()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dlegendre_function.tcc101 _Tp __p_l = 0; in __poly_legendre_p() local
106 __p_l = _Tp(2) * __x * __p_lm1 - __p_lm2 in __poly_legendre_p()
109 __p_lm1 = __p_l; in __poly_legendre_p()
112 return __p_l; in __poly_legendre_p()