Searched refs:m_location (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/graph/example/ |
D | astar-cities.cpp | 86 distance_heuristic(LocMap l, Vertex goal) : m_location(l), m_goal(goal) {} in distance_heuristic() 89 CostType dx = m_location[m_goal].x - m_location[u].x; in operator ()() 90 CostType dy = m_location[m_goal].y - m_location[u].y; in operator ()() 95 LocMap m_location; member in distance_heuristic
|
/third_party/boost/libs/graph/test/ |
D | astar_search_test.cpp | 94 distance_heuristic(LocMap l, Vertex goal) : m_location(l), m_goal(goal) {} in distance_heuristic() 97 float dx = m_location[m_goal].x - m_location[u].x; in operator ()() 98 float dy = m_location[m_goal].y - m_location[u].y; in operator ()() 103 LocMap m_location; member in distance_heuristic
|
/third_party/boost/boost/math/distributions/ |
D | laplace.hpp | 46 : m_location(l_location), m_scale(l_scale) in laplace_distribution() 59 return m_location; in location() 70 if(false == detail::check_location(function, m_location, result, Policy())) return false; in check_parameters() 75 RealType m_location; member in boost::math::laplace_distribution
|
D | logistic.hpp | 28 : m_location(l_location), m_scale(l_scale) in logistic_distribution() 44 return m_location; in location() 48 RealType m_location; // distribution location aka mu. member in boost::math::logistic_distribution
|
D | lognormal.hpp | 52 : m_location(l_location), m_scale(l_scale) in lognormal_distribution() 61 return m_location; in location() 72 RealType m_location; // distribution location. member in boost::math::lognormal_distribution
|
/third_party/boost/libs/math/test/ |
D | functor.hpp | 15 extract_result_type(unsigned i) : m_location(i){} in extract_result_type() 20 return row[m_location]; in operator ()() 23 unsigned m_location; member
|
/third_party/boost/boost/test/ |
D | execution_monitor.hpp | 297 location const& where() const { return m_location; } in where() 304 location m_location; member in boost::execution_exception
|
/third_party/boost/boost/test/impl/ |
D | execution_monitor.ipp | 1422 , m_location( location_ )
|