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

  /external/webkit/Source/JavaScriptCore/wtf/unicode/
CollatorDefault.cpp 65 return (*lhs > *rhs) ? Greater : Less;
70 return (lhsLength > rhsLength) ? Greater : Less;
Collator.h 46 enum Result { Equal = 0, Greater = 1, Less = -1 };
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 52 Less, LessEqual, LessLess, LessGreater,
  /external/v8/src/
bignum.h 78 static bool Less(const Bignum& a, const Bignum& b) {
bignum-dtoa.cc 188 // If the remainder of the division is less than the distance to the lower
197 in_delta_room_minus = Bignum::Less(*numerator, *delta_minus);
221 // Remaining digits are less than .5. -> Round down (== do nothing).
376 // The computed number undershoots by less than 0.631 (when we compute log3
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 70 struct Less {
79 typedef std::set<const CodeGenRegister*, Less> Set;
CodeGenRegisters.cpp 416 CodeGenRegister::Less());
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
queue.h 240 // Given a vector that maps from states to weights and a Less
246 typedef L Less;
250 StateWeightCompare(const vector<Weight>* weights, const L &less)
251 : weights_(weights), less_(less) {}
529 NaturalLess<Weight> *less = 0; local
532 less = new NaturalLess<Weight>;
533 comp = new Compare(distance, *less);
538 SccQueueType(fst, scc_, &queue_types, filter, less, &all_trivial,
545 delete less;
554 delete less;
    [all...]
  /external/llvm/include/llvm/Target/
TargetMachine.h 50 Less, // -O1
311 /// fast as possible, though the generated code may be less efficient.
  /external/llvm/tools/lli/
lli.cpp 221 case '1': OLvl = CodeGenOpt::Less; break;
  /external/llvm/tools/llc/
llc.cpp 342 case '1': OLvl = CodeGenOpt::Less; break;
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 314 case AsmToken::Less: Out->os() << "Less"; break;
  /external/chromium/testing/gmock/include/gmock/
gmock-spec-builders.h 515 class Less {
522 typedef ::std::set<Expectation, Less> Set;
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 418 unsigned Paren, Brace, Square, Less, LLLess;
425 case tok::less: return Less;
443 DelimiterTracker() : Paren(0), Brace(0), Square(0), Less(0), LLLess(0) { }
461 case tok::less: Close = tok::greater; break;
    [all...]
  /external/v8/test/cctest/
test-bignum.cc     [all...]
  /external/valgrind/tsan/
thread_sanitizer.cc 604 struct Less {
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 863 case AsmToken::Less:
925 // If BinOp binds less tightly with RHS than the operator after RHS, let
    [all...]
  /external/webkit/Tools/Scripts/
old-run-webkit-tests 298 --tolerance t Ignore image differences less than this percentage (default: $tolerance)
301 -q|--quiet Less verbose output
    [all...]

Completed in 613 milliseconds