Searched defs:sixth (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/math/test/ |
D | test_recurrence.cpp | 65 …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/ |
D | constants.hpp | 50 inline T sixth() { return boost::math::constants::sixth<T>(); } in sixth() function
|
/third_party/boost/boost/geometry/srs/projections/proj/ |
D | larr.hpp | 64 static const T sixth = detail::sixth<T>(); in fwd() local
|