/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/vk-gl-cts/modules/glshared/ |
D | glsAttributeLocationTests.hpp | 122 deUint32 getLocation (void) const { return m_location; } in getLocation() 126 deUint32 m_location; member in deqp::gls::AttributeLocationTestUtil::Bind
|
D | glsAttributeLocationTests.cpp | 682 , m_location (location) in Bind()
|
/third_party/boost/boost/test/impl/ |
D | execution_monitor.ipp | 1422 , m_location( location_ )
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.hpp | 2620 glw::GLint m_location; member
|
D | gl4cEnhancedLayoutsTests.cpp | 15266 …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()
|