Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dbeta_function.tcc101 __bet = __gamma(__x) / __gamma(__x + __y); in __beta_gamma()
102 __bet *= __gamma(__y); in __beta_gamma()
106 __bet = __gamma(__y) / __gamma(__x + __y); in __beta_gamma()
107 __bet *= __gamma(__x); in __beta_gamma()
H A Dbessel_function.tcc107 __gampl = _Tp(1) / __gamma(_Tp(1) + __mu); in __gamma_temme()
108 __gammi = _Tp(1) / __gamma(_Tp(1) - __mu); in __gamma_temme()
H A Dgamma.tcc339 __gamma(_Tp __x) in __gamma() function
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dbeta_function.tcc101 __bet = __gamma(__x) / __gamma(__x + __y); in __beta_gamma()
102 __bet *= __gamma(__y); in __beta_gamma()
106 __bet = __gamma(__y) / __gamma(__x + __y); in __beta_gamma()
107 __bet *= __gamma(__x); in __beta_gamma()
H A Dbessel_function.tcc107 __gampl = _Tp(1) / __gamma(_Tp(1) + __mu); in __gamma_temme()
108 __gammi = _Tp(1) / __gamma(_Tp(1) - __mu); in __gamma_temme()
H A Dgamma.tcc339 __gamma(_Tp __x) in __gamma() function