Home
last modified time | relevance | path

Searched refs:m_location (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/libs/graph/example/
Dastar-cities.cpp86 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/
Dastar_search_test.cpp94 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/
Dlaplace.hpp46 : 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
Dlogistic.hpp28 : 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
Dlognormal.hpp52 : 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/
Dfunctor.hpp15 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/
Dexecution_monitor.hpp297 location const& where() const { return m_location; } in where()
304 location m_location; member in boost::execution_exception
/third_party/vk-gl-cts/modules/glshared/
DglsAttributeLocationTests.hpp122 deUint32 getLocation (void) const { return m_location; } in getLocation()
126 deUint32 m_location; member in deqp::gls::AttributeLocationTestUtil::Bind
DglsAttributeLocationTests.cpp682 , m_location (location) in Bind()
/third_party/boost/boost/test/impl/
Dexecution_monitor.ipp1422 , m_location( location_ )
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp2620 glw::GLint m_location; member
Dgl4cEnhancedLayoutsTests.cpp15266 …const std::string& name = prepareName(desc.m_name, desc.m_location, desc.m_component, stage, s… in test()
15276 desc.m_location /* expected_location */, type, /* built_in_type */ in test()
15283 desc.m_location /* expected_location */, type, /* built_in_type */ in test()
15297 m_location = location; in test()