HomeSort by relevance Sort by last modified time
    Searched refs:kPath (Results 1 - 18 of 18) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
weight.h 101 const uint64 kPath = 0x0000000000000010ULL;
prune.h 61 if ((Weight::Properties() & (kPath | kCommutative))
62 != (kPath | kCommutative))
147 if ((Weight::Properties() & (kPath | kCommutative))
148 != (kPath | kCommutative))
shortest-path.h 58 // The weights need to be right distributive and have the path (kPath)
90 if ((Weight::Properties() & (kPath | kRightSemiring))
91 != (kPath | kRightSemiring))
219 // The weights need to be right distributive and have the path (kPath)
247 if ((Weight::Properties() & (kPath | kSemiring)) != (kPath | kSemiring))
349 // (kPath) property.
float-weight.h 148 kPath | kIdempotent;
queue.h 531 if (distance && (Weight::Properties() & kPath)) {
  /external/openfst/src/include/fst/
weight.h 109 const uint64 kPath = 0x0000000000000010ULL;
lexicographic-weight.h 62 uint64 props = kPath;
115 return props1 & props2 & (kLeftSemiring | kRightSemiring | kPath |
shortest-path.h 75 // The weights need to be right distributive and have the path (kPath)
118 if ((Weight::Properties() & (kPath | kRightSemiring))
119 != (kPath | kRightSemiring)) {
265 // have the path (kPath) property.
289 if ((Weight::Properties() & (kPath | kSemiring)) != (kPath | kSemiring)) {
404 // The weights need to be right distributive and have the path (kPath)
426 if ((Weight::Properties() & (kPath | kSemiring)) != (kPath | kSemiring)) {
482 // (kPath) property
    [all...]
prune.h 105 if ((Weight::Properties() & (kPath | kCommutative))
106 != (kPath | kCommutative)) {
223 if ((Weight::Properties() & (kPath | kCommutative))
224 != (kPath | kCommutative)) {
float-weight.h 234 kPath | kIdempotent;
494 return kLeftSemiring | kRightSemiring | kCommutative | kIdempotent | kPath;
shortest-distance.h 130 if (first_path_ && !(Weight::Properties() & kPath)) {
queue.h 569 if (distance && (Weight::Properties() & kPath)) {
  /frameworks/base/libs/hwui/
ResourceCache.h 38 kPath,
ResourceCache.cpp 69 incrementRefcount((void*) pathResource, kPath);
103 incrementRefcountLocked((void*) pathResource, kPath);
320 case kPath: {
  /external/openfst/src/test/
weight-tester.h 117 if (Weight::Properties() & kPath)
algo_test.h 722 if ((wprops & (kPath | kCommutative)) == (kPath | kCommutative)) {
776 if ((wprops & (kPath | kRightSemiring)) == (kPath | kRightSemiring)) {
785 if ((wprops & (kPath | kSemiring)) == (kPath | kSemiring)) {
    [all...]
  /external/chromium/net/spdy/
spdy_protocol.h 145 const char kPath[] = "path";
  /external/openfst/src/include/fst/extensions/pdt/
shortest-path.h 403 if ((Weight::Properties() & (kPath | kRightSemiring))
404 != (kPath | kRightSemiring)) {

Completed in 973 milliseconds