Searched refs:kPath (Results 1 – 5 of 5) sorted by relevance
61 if ((Weight::Properties() & (kPath | kCommutative)) in Prune()62 != (kPath | kCommutative)) in Prune()147 if ((Weight::Properties() & (kPath | kCommutative)) in Prune()148 != (kPath | kCommutative)) in Prune()
90 if ((Weight::Properties() & (kPath | kRightSemiring)) in SingleShortestPath()91 != (kPath | kRightSemiring)) in SingleShortestPath()247 if ((Weight::Properties() & (kPath | kSemiring)) != (kPath | kSemiring)) in ShortestPath()
101 const uint64 kPath = 0x0000000000000010ULL; variable
148 kPath | kIdempotent; in Properties()
531 if (distance && (Weight::Properties() & kPath)) { in AutoQueue()