HomeSort by relevance Sort by last modified time
    Searched full:less (Results 26 - 50 of 2477) sorted by null

12 3 4 5 6 7 8 91011>>

  /dalvik/vm/mterp/x86/
OP_AGET.S 4 * Array get, 32 bits or less. vAA <- vBB[vCC].
OP_APUT.S 4 * Array put, 32 bits or less. vBB[vCC] <- vAA
  /external/stlport/test/unit/
less_test.cpp 34 sort(array, array + 4, less<int>());
mvctor_declaration_test.cpp 113 struct less<struct_with_specialized_less> { struct in namespace:std
142 struct __move_traits<less<struct_with_specialized_less> > {
293 //For associative containers it is important that less is correctly recognize as
294 //the STLport less or a user specialized less:
296 CPPUNIT_ASSERT( is_move_complete(less<char>()) );
298 CPPUNIT_ASSERT( !is_move_complete(less<struct_with_specialized_less>()) );
  /external/bzip2/
bzmore 10 *less) more=less ;;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
prune.h 89 NaturalLess<Weight> less; local
93 if (less(ceiling, Times((*idistance)[state], (*fdistance)[state]))) {
104 if(less(ceiling, weight)) {
109 if (less(ceiling, Times((*idistance)[state], fst->Final(state))))
172 NaturalLess<Weight> less; local
188 if (less(ceiling, Times((*idistance)[state], (*fdistance)[state])))
193 if (!less(ceiling, Times((*idistance)[state], ifst.Final(state))))
213 if (!less(ceiling, weight)) {
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/zlib/contrib/asm586/
README.586 12 less than the amount of variance between subsequent executions).
19 with MMX, which suffers much less from L1-cache contention, but I have
  /frameworks/base/awt/resources/org/apache/harmony/awt/internal/nls/
messages.properties 123 awt.69=columns less than zero.
124 awt.6A=rows less than zero.
129 awt.6F=Index less than zero
179 awt.101=position less than zero.
180 awt.102=columns less than zero.
183 awt.105=index less than zero
232 awt.136=miterLimit less than 1.0f
337 awt.19F=incorrect value for shrinkPriority, more than PRIORITY_NONE or less than PRIORITY_KASHIDA value
338 awt.200=incorrect value for growPriority, more than PRIORITY_NONE or less than PRIORITY_KASHIDA value
344 awt.206=Flatness is less then zer
    [all...]
  /external/webkit/JavaScriptCore/wtf/
AVLTree.h 124 // You pick 28 because MN(28) is 832,039, which is less than or equal to 1,000,000, and MN(29) is 1,346,268, which is strictly greater than 1,000,000.
136 LESS = 2,
138 LESS_EQUAL = EQUAL | LESS,
187 if (st & LESS)
191 // Key can be less than key of starting node.
326 // take the less branch. branch[0] gives branch from root, and
352 // less from the node at depth N, if true branch greater.
356 // greater subtree has one more node than it's less subtree.
365 // The algorithm relies on a stack of nodes whose less subtree has
414 // We've completed a less subtree
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/String/
15.5.4.5-1.js 25 Description: Returns a number (a nonnegative integer less than 2^16)
36 4. If Result(2) is less than 0 or is not less than
  /dalvik/libcore/nio/src/main/java/java/nio/
ReadWriteDirectByteBuffer.java 149 * The offset of short array, must be no less than zero and no
152 * The number of <code>short</code>s to write, must be no less
156 * If <code>remaining()</code> is less than
189 * The offset of int array, must be no less than zero and no
192 * The number of <code>int</code>s to write, must be no less
196 * If <code>remaining()</code> is less than
  /external/proguard/src/proguard/evaluation/value/
DoubleValue.java 115 * less than, equal to, or greater than the given DoubleValue, respectively.
124 * less than, equal to, or greater than the given DoubleValue, respectively.
213 * less than, equal to, or greater than the given SpecificDoubleValue,
226 * less than, equal to, or greater than the given SpecificDoubleValue,
316 * less than, equal to, or greater than the given ParticularDoubleValue,
329 * less than, equal to, or greater than the given ParticularDoubleValue,
FloatValue.java 115 * less than, equal to, or greater than the given FloatValue, respectively.
124 * less than, equal to, or greater than the given FloatValue, respectively.
213 * less than, equal to, or greater than the given SpecificFloatValue,
226 * less than, equal to, or greater than the given SpecificFloatValue,
316 * less than, equal to, or greater than the given ParticularFloatValue,
329 * less than, equal to, or greater than the given ParticularFloatValue,
  /bionic/libm/man/
floor.3 42 .Nd largest integral value less than or equal to x
60 less than or equal to
trunc.3 34 .Nd nearest integral value with magnitude less than or equal to |x|
51 functions return the nearest integral value with magnitude less than
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/x501/
AttributeTypeAndValueComparator.java 45 * @return -1 of first AttributeTypeAndValue "less" than second
77 * @return -1 of first OID "less" than second OID 1 otherwise, 0 if they are
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/esf/
SignerLocation.java 47 throw new IllegalArgumentException("postal address must contain less than 6 strings");
63 throw new IllegalArgumentException("postal address must contain less than 6 strings");
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_CMPL_FLOAT.S 41 mvncc r0, #0 @ (less than) r0<- -1
42 moveq r0, #0 @ (equal) r0<- 0, trumps less than
  /dalvik/vm/mterp/armv5te/
OP_CMPL_DOUBLE.S 27 mvncc r1, #0 @ (less than) r1<- -1
28 moveq r1, #0 @ (equal) r1<- 0, trumps less than
  /external/e2fsprogs/lib/uuid/
uuid_compare.3.in 48 Returns an integer less than, equal to, or greater than zero if
50 is found, respectively, to be lexigraphically less than, equal, or
  /external/icu4c/test/intltest/
ficoll.cpp 62 Collator::LESS,
64 Collator::LESS,
  /external/webkit/JavaScriptCore/wtf/unicode/
CollatorDefault.cpp 65 return (*lhs > *rhs) ? Greater : Less;
70 return (lhsLength > rhsLength) ? Greater : Less;
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/objects/
XNodeSet.java 443 /** Less than comparator */
446 /** Less than or equal comparator */
463 * Tell if one object is less than the other.
636 * Tell if one object is less than the other.
650 * Tell if one object is less than or equal to the other.
664 * Tell if one object is less than the other.
678 * Tell if one object is less than the other.
758 * Compare strings or numbers for less than.
764 * Compare two strings for less than.
770 * @return True if s1 is less than s
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/verify/t481_2/
Test_t481_2.java 29 * @title code_length must be less than 65536

Completed in 202 milliseconds

12 3 4 5 6 7 8 91011>>