Home
last modified time | relevance | path

Searched refs:less1 (Results 1 – 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
Dlexicographic-weight.h125 NaturalLess<W1> less1; in Plus() local
127 if (less1(w.Value1(), v.Value1())) return w; in Plus()
128 if (less1(v.Value1(), w.Value1())) return v; in Plus()
/external/skia/tests/
DPathOpsAngleTest.cpp128 bool less1, less2; in find_slop() local
145 less1 = x_ry1 < rx_y1; in find_slop()
151 } while (less1 == less2 && ++slopBits); in find_slop()