HomeSort by relevance Sort by last modified time
    Searched full:less (Results 401 - 425 of 8160) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prbit.h 59 ** Compute the log of the greatest power of 2 less than or equal to n
87 ** 2 less than or equal to _n. The result is returned in _log2.
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
font_data_table.h 70 // a 0 or less size is an estimate for a growable backing store with the
72 // @param dataSize if positive then a fixed size; if 0 or less then an
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
stl_allocator.h 46 // that uses a given type-less allocator Alloc, which must provide:
54 // set<T, less<T>, STL_Allocator<T, MyAlloc> > my_set;
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
stl_allocator.h 46 // that uses a given type-less allocator Alloc, which must provide:
54 // set<T, less<T>, STL_Allocator<T, MyAlloc> > my_set;
  /external/chromium_org/third_party/tlslite/tlslite/
VerifierDB.py 41 Must be less than 256 characters in length. Must not already
74 @param username: The username for this verifier. Must be less
  /external/clang/test/Sema/
format-strings-enum-fixed-type.cpp 25 // While these are less correct, they are still safe.
55 // While these are less correct, they are still safe.
  /external/eigen/doc/
D01_StlContainers.dox 29 std::map<int, Eigen::Vector4f, std::less<int>,
32 Note that the third parameter "std::less<int>" is just the default value, but we have to include it because we want to specify the fourth parameter, which is the allocator type.
  /external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Shadow/
PostShadowPSSM.frag 112 vec4 less = step( shadowPosition, m_Splits );
114 float shadow = dot(shadowPerSplit, less * more );
  /external/llvm/cmake/modules/
ChooseMSVCCRT.cmake 85 if (idx LESS 0)
88 endif (idx LESS 0)
  /external/llvm/docs/
HowToBuildOnARM.rst 17 #. If you are building LLVM/Clang on an ARM board with 1G of memory or less,
20 is prefered since it consumes less memory. Otherwise, the building
  /external/llvm/include/llvm/Support/
UnicodeCharRanges.h 49 DEBUG(llvm::dbgs() << " should be less than succeeding lower bound 0x");
56 DEBUG(llvm::dbgs() << " should not be less than lower bound 0x");
  /external/llvm/test/CodeGen/Mips/
cmplarge.ll 36 attributes #0 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
37 attributes #1 = { "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
  /external/llvm/test/CodeGen/SystemZ/
atomicrmw-and-03.ll 69 ; Check the largest useful NILH value, which is one less than the above.
78 ; Check the highest useful NILF value, which is one less than the above.
atomicrmw-nand-03.ll 75 ; Check the largest useful NILH value, which is one less than the above.
85 ; Check the highest useful NILF value, which is one less than the above.
  /external/llvm/test/CodeGen/X86/
sqrt-fastmath.ll 58 attributes #0 = { nounwind readnone uwtable "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="false" "no-infs-fp-math"="true" "no-nans-fp-math"="true" "unsafe-fp-math"="true" "use-soft-float"="false" }
59 attributes #1 = { nounwind readnone "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="false" "no-infs-fp-math"="true" "no-nans-fp-math"="true" "unsafe-fp-math"="true" "use-soft-float"="false" }
  /external/llvm/test/Transforms/DebugIR/
crash.ll 28 attributes #0 = { nounwind uwtable "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
29 attributes #1 = { "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
  /external/qemu/pc-bios/keymaps/
en-gb 97 less 0x2c shift altgr
107 less 0x33 shift
tr 101 less 0x2c shift altgr
114 less 0x33 altgr
  /external/sfntly/cpp/src/sfntly/table/
font_data_table.h 70 // a 0 or less size is an estimate for a growable backing store with the
72 // @param dataSize if positive then a fixed size; if 0 or less then an
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
Instruction22cs.java 50 throw new RuntimeException("The register number must be less than v16");
54 throw new RuntimeException("The field offset must be less than 65536");
Instruction22x.java 47 throw new RuntimeException("The register number must be less than v16");
51 throw new RuntimeException("The register number must be less than v65536");
Instruction52c.java 51 throw new RuntimeException("The register number must be less than v65536");
55 throw new RuntimeException("The register number must be less than v65536");
  /external/stlport/test/unit/
map_test.cpp 49 typedef map<char, int, less<char> > maptype;
79 typedef multimap<char, int, less<char> > mmap;
121 typedef multimap<int, char, less<int> > mmap;
146 typedef map<int, char, less<int> > int_map;
157 typedef multimap<int, char, less<int> > mmap;
229 typedef map<char, int, less<char> > maptype;
276 typedef map<int, int, less<int>, StackAllocator<pair<const int, int> > > MapInt;
277 less<int> intLess;
setdiff_test.cpp 79 back_inserter(diff), less<char>());
129 set_difference(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), back_inserter(diff), less<char>());
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
arith_routines.c 46 /* if result is less than the added value we must take care of the carry */
87 /* if result is less than the added value we must take care of the carry */

Completed in 445 milliseconds

<<11121314151617181920>>