HomeSort by relevance Sort by last modified time
    Searched full:greater_equal (Results 1 - 25 of 75) sorted by null

1 2 3

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/comparisons/
greater_equal.pass.cpp 12 // greater_equal
20 typedef std::greater_equal<int> F;
  /external/stlport/test/unit/
greater_test.cpp 44 sort(array, array + 4, greater_equal<int>());
  /ndk/tests/device/test-gnustl-full/unit/
greater_test.cpp 44 sort(array, array + 4, greater_equal<int>());
  /ndk/tests/device/test-stlport/unit/
greater_test.cpp 44 sort(array, array + 4, greater_equal<int>());
  /external/eigen/Eigen/src/Eigen2Support/
CwiseOperators.h 184 inline const EIGEN_CWISE_BINOP_RETURN_TYPE(std::greater_equal)
187 return EIGEN_CWISE_BINOP_RETURN_TYPE(std::greater_equal)(_expression(), other.derived());
239 inline const EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE(std::greater_equal)
242 return EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE(std::greater_equal)(_expression(),
Cwise.h 126 template<typename OtherDerived> const EIGEN_CWISE_BINOP_RETURN_TYPE(std::greater_equal)
145 const EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE(std::greater_equal)
  /external/v8/test/cctest/
test-disasm-ia32.cc 308 __ j(greater_equal, &Ljcc);
327 __ j(greater_equal, &Ljcc);
408 __ cmov(greater_equal, eax, Operand(edx, 1));
test-disasm-x64.cc 288 __ j(greater_equal, &Ljcc);
307 __ j(greater_equal, &Ljcc);
389 __ cmovq(greater_equal, rax, Operand(rdx, 1));
  /external/eigen/Eigen/src/plugins/
ArrayCwiseBinaryOps.h 95 EIGEN_MAKE_CWISE_BINARY_OP(operator>=,std::greater_equal)
ArrayCwiseUnaryOps.h 201 EIGEN_MAKE_SCALAR_CWISE_UNARY_OP(operator>=, std::greater_equal)
  /external/v8/src/mips/
constants-mips.h 444 greater_equal = 13,
464 ge = greater_equal,
500 case greater_equal:
503 return greater_equal;
  /external/v8/src/x64/
regexp-macro-assembler-x64.cc 475 __ Check(greater_equal, "Invalid capture referenced");
    [all...]
builtins-x64.cc 316 __ j(greater_equal, &loop);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
bitmap_allocator.h 35 #include <functional> // For greater_equal, and less_equal.
300 && std::greater_equal<pointer>()(_M_ptr_value, __bp.first))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
bitmap_allocator.h 35 #include <functional> // For greater_equal, and less_equal.
300 && std::greater_equal<pointer>()(_M_ptr_value, __bp.first))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
bitmap_allocator.h 35 #include <functional> // For greater_equal, and less_equal.
300 && std::greater_equal<pointer>()(_M_ptr_value, __bp.first))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
bitmap_allocator.h 35 #include <functional> // For greater_equal, and less_equal.
297 && std::greater_equal<pointer>()(_M_ptr_value, __bp.first))
  /ndk/sources/cxx-stl/llvm-libc++/include/
valarray     [all...]
  /external/v8/src/ia32/
assembler-ia32.h 215 greater_equal = 13,
253 case greater_equal:
256 return greater_equal;
    [all...]
regexp-macro-assembler-ia32.cc 903 BranchOrBacktrack(greater_equal, if_ge);
    [all...]
builtins-ia32.cc 311 __ j(greater_equal, &loop);
    [all...]
  /external/stlport/stlport/stl/
_function.h 54 struct greater_equal : public binary_function<_Tp, _Tp, bool> { struct in inherits:binary_function
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function.h 54 struct greater_equal : public binary_function<_Tp, _Tp, bool> { struct in inherits:binary_function
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_function.h 54 struct greater_equal : public binary_function<_Tp, _Tp, bool> { struct in inherits:binary_function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_function.h 54 struct greater_equal : public binary_function<_Tp, _Tp, bool> { struct in inherits:binary_function

Completed in 3346 milliseconds

1 2 3