HomeSort by relevance Sort by last modified time
    Searched refs:greater (Results 226 - 250 of 365) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/device/test-stlport/unit/
list_test.cpp 409 lint1.sort(greater<int>());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_function.h 222 struct greater : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_function.h 222 struct greater : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_function.h 222 struct greater : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_function.h 49 struct greater : public binary_function<_Tp, _Tp, bool> { struct in inherits:binary_function
  /external/ceres-solver/jni/
Android.mk 79 $(error Ceres requires NDK version r9d or greater)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearchdomain/
layer1.py 258 numeric value greater than zero. Default: All `text` and `text-
293 `text` or `text-array` field and an optional numeric value greater
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds2/
layer1.py 612 Constraints: Must be an integer greater than 1000.
    [all...]
  /external/clang/lib/Lex/
PPExpressions.cpp 433 case tok::greater: return 11;
637 case tok::greater:
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 551 "TemplateParameterDepth should be greater than the depth of "
    [all...]
ParseObjc.cpp 562 SkipUntil(tok::greater, tok::at, StopBeforeMatch);
563 if (Tok.is(tok::greater))
569 SkipUntil({tok::greater, tok::greaterequal, tok::at, tok::minus,
573 if (Tok.is(tok::greater))
    [all...]
  /external/mesa3d/docs/
MESA_swap_frame_usage.spec 122 the swap is committed before target_msc, and is greater than or equal to
  /external/opencv3/modules/cudafeatures2d/src/cuda/
orb.cu 64 thrust::sort_by_key(response_ptr, response_ptr + size, loc_ptr, thrust::greater<float>());
  /external/v8/test/cctest/
test-disasm-x87.cc 326 __ j(greater, &Ljcc);
345 __ j(greater, &Ljcc);
test-disasm-x64.cc 318 __ j(greater, &Ljcc);
337 __ j(greater, &Ljcc);
482 __ cmovq(greater, rax, Operand(rdx, 3));
  /frameworks/rs/api/
rs_math.spec 496 If min_value is greater than max_value, the results are undefined.
876 summary: Smallest integer not greater than a value
878 Returns the smallest integer not greater than a value.
1796 This function yields undefined results from input values less than -1 or greater than 1.
1852 This function yields undefined results from input values less than -1 or greater than 1.
1881 This function yields undefined results from input values less than -1 or greater than 1.
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 167 __ cmovl(greater, result_reg, scratch1);
428 __ j(greater, &done);
    [all...]
  /external/opencv3/modules/cudaarithm/test/
test_element_operations.cpp     [all...]
  /external/ImageMagick/www/api/
annotate.php 65 &gt; greater-than character.
  /external/clang/lib/Format/
Format.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 365 } while (Tok.isNot(tok::greater));
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp 94 // Check for a version greater than some value rather than equality
106 doAssert((col->compare("blackbird", "black-bird") == Collator::GREATER), "black-bird > blackbird comparison failed");
108 doAssert((col->compare("Hello", "hello") == Collator::GREATER), "Hello > hello comparison failed");
127 doAssert((col->compare("ab", "Aa", 2) == Collator::GREATER), "ab > Aa with length 2 comparison failed");
130 doAssert((col->compare("Hello", "hello", 5) == Collator::GREATER), "Hello > hello with length 5 comparison failed");
413 doAssert(col->greater(test1, test2), "Result should be \"abCda\" >>> \"abcda\" ");
514 doAssert(sortkEmpty.compareTo(sortkNone) == Collator::GREATER,
542 == Collator::GREATER,
554 doAssert(sortk1.compareTo(sortk3) == Collator::GREATER, "Result should be \"Abcda\" >>> \"abcda\"");
557 doAssert(sortk1.compareTo(sortkEmpty) == Collator::GREATER, "Result should be \"Abcda\" >>> (empty key)")
    [all...]
  /external/libavc/common/arm/
ih264_iquant_itrans_recon_dc_a9.s 120 @if u4_qp_div_6 is greater than 4 then shift value will be positive and do left shift, here rnd_factor is 0
  /external/libvorbis/doc/
03-codebook.tex 128 7) if [current_entry] is greater than [codebook_entries] ERROR CONDITION;
188 A \varname{[codebook_lookup_type]} of greater than two is reserved
  /external/valgrind/exp-bbv/tests/arm-linux/
ll.S 415 cmp r5,r3 @ is it greater than numerator?

Completed in 4858 milliseconds

1 2 3 4 5 6 7 8 91011>>