HomeSort by relevance Sort by last modified time
    Searched refs:greater (Results 151 - 175 of 361) sorted by null

1 2 3 4 5 67 8 91011>>

  /ndk/tests/device/test-stlport/unit/
nthelm_test.cpp 72 nth_element(v1.begin(), v1.begin() + v1.size() / 2, v1.end(), greater<int>());
alg_test.cpp 54 c = min('a', 'z', greater<char>());
56 i = max(4, 7, greater<int>());
163 slist<int>::iterator slit = search_n(slint.begin(), slint.end(), 2, 1, greater<int>());
173 list<int>::iterator lit = search_n(lint.begin(), lint.end(), 3, 2, greater<int>());
183 deque<int>::iterator dit = search_n(dint.begin(), dint.end(), 4, 3, greater<int>());
merge_test.cpp 85 merge(v1.begin(), v1.end(), v2.begin(), v2.end(), result.begin(), greater<int>() );
  /external/stlport/test/unit/
alg_test.cpp 54 c = min('a', 'z', greater<char>());
56 i = max(4, 7, greater<int>());
163 slist<int>::iterator slit = search_n(slint.begin(), slint.end(), 2, 1, greater<int>());
173 list<int>::iterator lit = search_n(lint.begin(), lint.end(), 3, 2, greater<int>());
183 deque<int>::iterator dit = search_n(dint.begin(), dint.end(), 4, 3, greater<int>());
merge_test.cpp 85 merge(v1.begin(), v1.end(), v2.begin(), v2.end(), result.begin(), greater<int>() );
  /ndk/tests/device/test-gnustl-full/unit/
alg_test.cpp 54 c = min('a', 'z', greater<char>());
56 i = max(4, 7, greater<int>());
163 slist<int>::iterator slit = search_n(slint.begin(), slint.end(), 2, 1, greater<int>());
173 list<int>::iterator lit = search_n(lint.begin(), lint.end(), 3, 2, greater<int>());
183 deque<int>::iterator dit = search_n(dint.begin(), dint.end(), 4, 3, greater<int>());
merge_test.cpp 85 merge(v1.begin(), v1.end(), v2.begin(), v2.end(), result.begin(), greater<int>() );
  /external/eigen/Eigen/src/Eigen2Support/
Cwise.h 123 template<typename OtherDerived> const EIGEN_CWISE_BINOP_RETURN_TYPE(std::greater)
142 const EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE(std::greater)
  /external/eigen/Eigen/src/plugins/
ArrayCwiseUnaryOps.h 200 EIGEN_MAKE_SCALAR_CWISE_UNARY_OP(operator>, std::greater)
ArrayCwiseBinaryOps.h 98 EIGEN_MAKE_CWISE_BINARY_OP(operator>,std::greater)
  /external/libcxx/test/algorithms/alg.sorting/alg.lex.comparison/
lexicographical_compare_comp.pass.cpp 32 typedef std::greater<int> C;
  /external/libcxx/test/algorithms/alg.sorting/alg.sort/partial.sort/
partial_sort_comp.pass.cpp 42 std::partial_sort(array, array+M, array+N, std::greater<int>());
  /external/libcxx/test/algorithms/alg.sorting/alg.sort/partial.sort.copy/
partial_sort_copy_comp.pass.cpp 38 std::greater<int>());
  /external/llvm/lib/TableGen/
TGLexer.h 39 less, greater, // < > enumerator in enum:llvm::tgtok::TokKind
  /external/llvm/test/MC/AsmParser/
directive_fill.s 52 # CHECK-WARNINGS: '.fill' directive with size greater than 8 has been truncated to 8
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.lex.comparison/
lexicographical_compare_comp.pass.cpp 32 typedef std::greater<int> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/partial.sort/
partial_sort_comp.pass.cpp 42 std::partial_sort(array, array+M, array+N, std::greater<int>());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/partial.sort.copy/
partial_sort_copy_comp.pass.cpp 38 std::greater<int>());
  /external/clang/lib/Lex/
TokenConcatenation.cpp 82 TokenInfo[tok::greater ] |= aci_custom_firstchar;
108 TokenInfo[tok::greater ] |= aci_avoid_equal; // >=
259 case tok::greater: // >>, >>=
  /external/chromium_org/v8/src/mips/
constants-mips.h 465 greater = 15,
487 gt = greater,
519 return greater;
520 case greater:
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_object.cc 218 std::pop_heap(free_fds_.begin(), free_fds_.end(), std::greater<int>());
253 std::push_heap(free_fds_.begin(), free_fds_.end(), std::greater<int>());
  /external/libvorbis/doc/
04-codec.tex 65 \varname{[audio_sample_rate]} must read greater than zero. Allowed final
73 fields are meaningful only when greater than zero.
150 \item If the the floor type is greater than one, this stream is undecodable; ERROR CONDITION
170 \item If the the residue type is greater than two, this stream is undecodable; ERROR CONDITION
211 \item the numbers read in the above two steps are channel numbers representing the channel to treat as magnitude and the channel to treat as angle, respectively. If for any coupling step the angle channel number equals the magnitude channel number, the magnitude channel number is greater than \varname{[audio_channels]}-1, or the angle channel is greater than \varname{[audio_channels]}-1, the stream is undecodable.
223 \item if \varname{[vorbis_mapping_submaps]} is greater than one, we read channel multiplex settings. For each \varname{[j]} of \varname{[audio_channels]} channels:
226 \item if the value is greater than the highest numbered submap (\varname{[vorbis_mapping_submaps]} - 1), this in an error condition rendering the stream undecodable
233 \item verify the floor number is not greater than the highest number floor configured for the bitstream. If it is, the bitstream is undecodable
235 \item verify the residue number is not greater than the highest number residue configured for the bitstream. If it is, the bitstream is undecoda (…)
    [all...]
06-floor0.tex 42 \varname{[floor0_book_list]} that is greater than the maximum codebook
59 2) if ( [amplitude] is greater than zero ) \{
62 5) if ( [booknumber] is greater than the highest number decode codebook ) then packet is undecodable
87 greater than the maximum possible book value are reserved.
90 may be greater than \varname{[floor0_order]}, the number actually
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 60 Is invalid if [gv] has a bitwidth greater than 32 bits. See the field
65 Is invalid if [gv] has a bitwidth greater than the host bit width (but the
71 [nativeint]. Is invalid if [gv] has a bitwidth greater than
76 Is invalid if [gv] has a bitwidth greater than [int64]. See the field
  /external/pdfium/fpdfsdk/src/javascript/
Consts.cpp 135 DEFINE_GLOBAL_CONST(pRuntime, IDS_GREATER_THAN , Invalid value: must be greater than or equal to %s.);
136 DEFINE_GLOBAL_CONST(pRuntime, IDS_GT_AND_LT,Invalid value: must be greater than or equal to %s and less than or equal to %s.);

Completed in 2297 milliseconds

1 2 3 4 5 67 8 91011>>