Searched defs:less (Results 26 - 32 of 32) sorted by relevance

12

/external/skia/src/pathops/
H A DSkOpSegment.cpp616 int less = -1; local
619 while (&span[less + 1] - fTs.begin() > 0 && AlmostEqualUlps(span[less].fPt, pt)) {
621 double tInterval = newT - span[less].fT;
628 --less;
642 ++less;
644 while (more - 1 > less && span[more].fPt == span[more - 1].fPt
648 if (less == more) {
651 if (precisely_negative(span[more].fT - span[less].fT)) {
655 bool tiny = span[less]
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_store_file.cc30 // be sharded to need less than this amount of memory during update. Larger
294 bool sorted(CTI beg, CTI end, LESS less) { argument
297 DCHECK(!less(*beg, *n));
298 if (less(*beg, *n))
309 void container_merge(CT* container, CTI beg, CTI end, const COMP& less) { argument
310 DCHECK(sorted(container->begin(), container->end(), less));
311 DCHECK(sorted(beg, end, less));
324 if (less(*(c_end - 1), *(end - 1))) {
342 DCHECK(sorted(container->begin(), container->end(), less));
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.cpp620 int less = -1; local
624 while (&span[less + 1] - fTs.begin() > 0 && AlmostEqualUlps(span[less].fPt, pt)) {
626 double tInterval = newT - span[less].fT;
633 --less;
648 ++less;
650 while (more - 1 > less && span[more].fPt == span[more - 1].fPt
654 if (less == more) {
657 if (precisely_negative(span[more].fT - span[less].fT)) {
661 bool tiny = span[less]
[all...]
/external/llvm/lib/AsmParser/
H A DLLToken.h29 less, greater, // < > enumerator in enum:llvm::lltok::Kind
/external/chromium_org/v8/src/arm64/
H A Dcode-stubs-arm64.cc176 // Exponents less than this should have been handled by the Fcvt case.
255 __ Mov(result, GREATER); // Things aren't less than themselves.
642 // Call the native; it returns -1 (less), 0 (equal), or 1 (greater)
2312 // Check that the third argument is a positive smi less than the subject
3865 Register less = x11; local
3867 __ Mov(less, Smi::FromInt(LESS));
3869 __ CmovX(result, less, lt);
3941 // Returns -1 (less), 0 (equal), or 1 (greater) tagged as a small integer.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 349 milliseconds

12