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

1 2 3 4

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
greater_equal.hpp 13 // $Id: greater_equal.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
17 #define AUX778076_OP_NAME greater_equal
comparison.hpp 22 #include <boost/mpl/greater_equal.hpp>
  /external/libcxx/test/utilities/function.objects/comparisons/
greater_equal.pass.cpp 12 // greater_equal
20 typedef std::greater_equal<int> F;
27 typedef std::greater_equal<> F2;
37 constexpr bool foo = std::greater_equal<int> () (36, 36);
40 constexpr bool bar = std::greater_equal<> () (36.0, 36);
transparent.pass.cpp 53 static_assert ( !is_transparent<std::greater_equal<int>>::value, "" );
54 static_assert ( !is_transparent<std::greater_equal<std::string>>::value, "" );
55 static_assert ( is_transparent<std::greater_equal<void>>::value, "" );
56 static_assert ( is_transparent<std::greater_equal<>>::value, "" );
Android.mk 27 test_name := utilities/function.objects/comparisons/greater_equal
28 test_src := greater_equal.pass.cpp
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/comparisons/
greater_equal.pass.cpp 12 // greater_equal
20 typedef std::greater_equal<int> F;
27 typedef std::greater_equal<> F2;
37 constexpr bool foo = std::greater_equal<int> () (36, 36);
40 constexpr bool bar = std::greater_equal<> () (36.0, 36);
transparent.pass.cpp 53 static_assert ( !is_transparent<std::greater_equal<int>>::value, "" );
54 static_assert ( !is_transparent<std::greater_equal<std::string>>::value, "" );
55 static_assert ( is_transparent<std::greater_equal<void>>::value, "" );
56 static_assert ( is_transparent<std::greater_equal<>>::value, "" );
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
greater_equal.hpp 9 // Preprocessed version of "boost/mpl/greater_equal.hpp" header
67 struct greater_equal struct in namespace:boost::mpl
74 BOOST_MPL_AUX_LAMBDA_SUPPORT(2, greater_equal, (N1, N2))
78 BOOST_MPL_AUX_NA_SPEC2(2, 2, greater_equal)
  /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/eigen/Eigen/src/plugins/
ArrayCwiseUnaryOps.h 201 EIGEN_MAKE_SCALAR_CWISE_UNARY_OP(operator>=, std::greater_equal)
ArrayCwiseBinaryOps.h 107 EIGEN_MAKE_CWISE_BINARY_OP(operator>=,std::greater_equal)
  /external/chromium_org/v8/src/mips/
constants-mips.h 578 greater_equal = 13,
600 ge = greater_equal,
637 case greater_equal:
640 return greater_equal;
  /external/chromium_org/v8/src/mips64/
constants-mips64.h 592 greater_equal = 13,
614 ge = greater_equal,
651 case greater_equal:
654 return greater_equal;
  /external/chromium_org/v8/test/cctest/
test-disasm-x87.cc 316 __ j(greater_equal, &Ljcc);
335 __ j(greater_equal, &Ljcc);
test-disasm-ia32.cc 316 __ j(greater_equal, &Ljcc);
335 __ j(greater_equal, &Ljcc);
447 __ cmov(greater_equal, eax, Operand(edx, 1));
test-disasm-x64.cc 286 __ j(greater_equal, &Ljcc);
305 __ j(greater_equal, &Ljcc);
412 __ cmovq(greater_equal, rax, Operand(rdx, 1));
  /external/chromium_org/v8/src/x64/
regexp-macro-assembler-x64.cc 377 __ Check(greater_equal, kInvalidCaptureReferenced);
    [all...]
  /external/chromium_org/v8/src/x87/
assembler-x87.h 218 greater_equal = 13,
256 case greater_equal:
259 return greater_equal;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_function.h 328 struct greater_equal;
372 struct greater_equal : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
447 struct greater_equal<void> struct
  /external/chromium_org/v8/src/ia32/
assembler-ia32.h 226 greater_equal = 13,
264 case greater_equal:
267 return greater_equal;
    [all...]
regexp-macro-assembler-ia32.cc 921 BranchOrBacktrack(greater_equal, if_ge);
    [all...]

Completed in 523 milliseconds

1 2 3 4