Home
last modified time | relevance | path

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

/third_party/boost/libs/math/test/
Dowens_t_T7.hpp165 const RealType fabs_ah = fabs_a*h; in owens_t_T7() local
178 const RealType normah = owens_t_znorm1(fabs_ah); in owens_t_T7()
180 compute_owens_t_T7(fabs_ah, static_cast<RealType>(1 / fabs_a)); in owens_t_T7()
185 const RealType normah = owens_t_znorm2(fabs_ah); in owens_t_T7()
187 compute_owens_t_T7(fabs_ah, static_cast<RealType>(1 / fabs_a)); in owens_t_T7()
/third_party/boost/boost/math/special_functions/
Dowens_t.hpp994 const RealType fabs_ah = fabs_a*h; in owens_t() local
1000 val = owens_t_dispatch(h, fabs_a, fabs_ah, pol); in owens_t()
1007 const RealType normah = owens_t_znorm1(fabs_ah); in owens_t()
1009 owens_t_dispatch(fabs_ah, static_cast<RealType>(1 / fabs_a), h, pol); in owens_t()
1014 const RealType normah = detail::owens_t_znorm2(fabs_ah); in owens_t()
1016 owens_t_dispatch(fabs_ah, static_cast<RealType>(1 / fabs_a), h, pol); in owens_t()