HomeSort by relevance Sort by last modified time
    Searched defs:less2 (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/include/fst/
lexicographic-weight.h 126 NaturalLess<W2> less2; local
129 if (less2(w.Value2(), v.Value2())) return w;
130 if (less2(v.Value2(), w.Value2())) return v;
  /external/chromium_org/third_party/skia/tests/
PathOpsAngleTest.cpp 129 bool less1, less2; local
151 less2 = x_ry2 < rx_y2;
152 } while (less1 == less2 && ++slopBits);

Completed in 170 milliseconds