Home
last modified time | relevance | path

Searched defs:sixth (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/math/test/
Dtest_recurrence.cpp65 …T sixth = boost::math::tools::apply_recurrence_relation_forward(coef, 6, first, second, (int*)0, &… in test_spots() local
119 …T sixth = boost::math::tools::apply_recurrence_relation_backward(coef, 6, first, second, (int*)0, … in test_spots() local
/third_party/boost/boost/geometry/srs/projections/
Dconstants.hpp50 inline T sixth() { return boost::math::constants::sixth<T>(); } in sixth() function
/third_party/boost/boost/geometry/srs/projections/proj/
Dlarr.hpp64 static const T sixth = detail::sixth<T>(); in fwd() local