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

1 2

  /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/Support/
CodeGen.h 44 Less, // -O1
  /external/llvm/utils/TableGen/
SequenceToOffsetTable.h 33 /// @param Less A stable comparator for SeqT elements.
34 template<typename SeqT, typename Less = std::less<typename SeqT::value_type> >
41 Less L;
CodeGenRegisters.h 48 struct Less {
57 typedef std::map<CodeGenSubRegIndex*, CodeGenSubRegIndex*, Less> CompMap;
97 CodeGenSubRegIndex::Less> SubRegMap;
145 struct Less {
154 typedef std::set<const CodeGenRegister*, Less> Set;
RegisterInfoEmitter.cpp 462 SequenceToOffsetTable<RegVec, CodeGenRegister::Less> RegSeqs;
496 CodeGenRegister::Less());
    [all...]
CodeGenRegisters.cpp 622 CodeGenRegister::Less());
    [all...]
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 50 Less, LessEqual, LessLess, LessGreater,
  /external/v8/src/
bignum.h 78 static bool Less(const Bignum& a, const Bignum& b) {
bignum-dtoa.cc 191 // If the remainder of the division is less than the distance to the lower
200 in_delta_room_minus = Bignum::Less(*numerator, *delta_minus);
224 // Remaining digits are less than .5. -> Round down (== do nothing).
379 // The computed number undershoots by less than 0.631 (when we compute log3
  /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/lib/Target/
TargetMachineC.cpp 108 OL = CodeGenOpt::Less;
  /external/openfst/src/include/fst/
queue.h 271 // Given a vector that maps from states to weights and a Less
277 typedef L Less;
281 StateWeightCompare(const vector<Weight>& weights, const L &less)
282 : weights_(weights), less_(less) {}
566 NaturalLess<Weight> *less = 0; local
569 less = new NaturalLess<Weight>;
570 comp = new Compare(*distance, *less);
575 SccQueueType(fst, scc_, &queue_types, filter, less, &all_trivial,
582 delete less;
591 delete less;
    [all...]
  /external/llvm/tools/lli/
lli.cpp 248 case '1': OLvl = CodeGenOpt::Less; break;
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
RenderState.java 98 * The test succeeds if the input value is less than the reference value.
100 Less,
102 * The test succeeds if the input value is less than or equal to
518 * The input pixel's depth value must be less than or equal than
    [all...]
  /external/llvm/tools/llc/
llc.cpp 145 cl::desc("Enable less precise MAD instructions to be generated"),
423 case '1': OLvl = CodeGenOpt::Less; break;
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 301 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/v8/test/cctest/
test-bignum.cc     [all...]
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Compiler.cpp 278 CodeGenOptLevel = llvm::CodeGenOpt::Less;
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 147 cl::desc("Enable less precise MAD instructions to be generated"),
808 case '1': OLvl = CodeGenOpt::Less; break;
  /external/valgrind/tsan/
thread_sanitizer.cc 609 struct Less {
    [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglRenderer.java 688 case Less:
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 913 case AsmToken::Less:
    [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 705 milliseconds

1 2