Home
last modified time | relevance | path

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

/third_party/boost/libs/math/test/
Dowens_t_T7.hpp177 const RealType normh = owens_t_znorm1(h); in owens_t_T7() local
179 val = static_cast<RealType>(1)/static_cast<RealType>(4) - normh*normah - in owens_t_T7()
184 const RealType normh = owens_t_znorm2(h); in owens_t_T7() local
186 val = constants::half<RealType>()*(normh+normah) - normh*normah - in owens_t_T7()
/third_party/boost/boost/math/special_functions/
Dowens_t.hpp530 const RealType normh = owens_t_znorm2( h ); in owens_t_T6() local
534 RealType val = normh * ( static_cast<RealType>(1) - normh ) * half<RealType>(); in owens_t_T6()
1006 const RealType normh = owens_t_znorm1(h); in owens_t() local
1008 val = static_cast<RealType>(1)/static_cast<RealType>(4) - normh*normah - in owens_t()
1013 const RealType normh = detail::owens_t_znorm2(h); in owens_t() local
1015 val = constants::half<RealType>()*(normh+normah) - normh*normah - in owens_t()