Searched refs:new_distance (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/graph_parallel/doc/ |
D | breadth_first_search.rst | 189 std::size_t new_distance = get(distance, source(e, g)) + 1; 190 put(distance, target(e, g), new_distance); 240 std::size_t new_distance = get(distance, source(e, g)) + 1; 241 put(distance, target(e, g), new_distance);
|
/third_party/jerryscript/jerry-core/parser/js/ |
D | js-parser.c | 331 size_t new_distance = 0; in parser_update_forward_branch() local 335 new_distance += page_p->bytes[PARSER_CBC_STREAM_PAGE_SIZE - 1] & CBC_LOWER_SEVEN_BIT_MASK; in parser_update_forward_branch() 340 new_distance += page_p->bytes[full_distance - 1] & CBC_LOWER_SEVEN_BIT_MASK; in parser_update_forward_branch() 341 return new_distance - bytes_copied_before_jump; in parser_update_forward_branch() 354 size_t new_distance = bytes_copied_before_jump; in parser_update_backward_branch() local 359 new_distance += page_p->bytes[PARSER_CBC_STREAM_PAGE_SIZE - 1] & CBC_LOWER_SEVEN_BIT_MASK; in parser_update_backward_branch() 370 new_distance += page_p->bytes[PARSER_CBC_STREAM_PAGE_SIZE - 1] & CBC_LOWER_SEVEN_BIT_MASK; in parser_update_backward_branch() 371 new_distance -= page_p->bytes[offset - 1] & CBC_LOWER_SEVEN_BIT_MASK; in parser_update_backward_branch() 374 return new_distance; in parser_update_backward_branch()
|
/third_party/boost/boost/geometry/strategies/geographic/ |
D | distance_cross_track.hpp | 298 CT new_distance = inverse_distance_type::apply(lon3, lat3, in bisection() local 302 dist_improve = new_distance != result.distance; in bisection() 311 std::cout << std::setprecision(16) << "new_distance =" << new_distance << std::endl; in bisection() 323 result.distance = new_distance; in bisection()
|
/third_party/boost/libs/graph_parallel/test/ |
D | ssca.cpp | 156 int new_distance = get(weight, e) == (std::numeric_limits<Weight>::max)() ? in tree_edge() local 159 put(distance, target(e, g), new_distance); in tree_edge() 160 if (new_distance > max_) in tree_edge()
|