/external/libcxx/test/std/utilities/function.objects/comparisons/ |
D | greater_equal.pass.cpp | 20 typedef std::greater_equal<int> F; in main() 29 typedef std::greater_equal<> F2; in main() 39 constexpr bool foo = std::greater_equal<int> () (36, 36); in main() 42 constexpr bool bar = std::greater_equal<> () (36.0, 36); in main()
|
D | transparent.pass.cpp | 53 static_assert ( !is_transparent<std::greater_equal<int>>::value, "" ); in main() 54 static_assert ( !is_transparent<std::greater_equal<std::string>>::value, "" ); in main() 55 static_assert ( is_transparent<std::greater_equal<void>>::value, "" ); in main() 56 static_assert ( is_transparent<std::greater_equal<>>::value, "" ); in main()
|
/external/eigen/Eigen/src/Eigen2Support/ |
D | CwiseOperators.h | 184 inline const EIGEN_CWISE_BINOP_RETURN_TYPE(std::greater_equal) in EIGEN_CWISE_BINOP_RETURN_TYPE() argument 187 return EIGEN_CWISE_BINOP_RETURN_TYPE(std::greater_equal)(_expression(), other.derived()); in EIGEN_CWISE_BINOP_RETURN_TYPE() 239 inline const EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE(std::greater_equal) in EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE() argument 242 return EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE(std::greater_equal)(_expression(), in EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE()
|
D | 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/src/mips64/ |
D | constants-mips64.h | 592 greater_equal = 13, enumerator 614 ge = greater_equal, 651 case greater_equal: in CommuteCondition() 654 return greater_equal; in CommuteCondition()
|
D | builtins-mips64.cc | 524 __ Assert(greater_equal, kPropertyAllocationCountFailed, in Generate_JSConstructStubHelper() 681 __ Branch(&loop, greater_equal, a3, Operand(zero_reg)); in Generate_JSConstructStubHelper() 719 __ Branch(&exit, greater_equal, a3, Operand(FIRST_SPEC_OBJECT_TYPE)); in Generate_JSConstructStubHelper()
|
/external/v8/src/mips/ |
D | constants-mips.h | 578 greater_equal = 13, enumerator 600 ge = greater_equal, 637 case greater_equal: in CommuteCondition() 640 return greater_equal; in CommuteCondition()
|
D | builtins-mips.cc | 514 __ Assert(greater_equal, kPropertyAllocationCountFailed, in Generate_JSConstructStubHelper() 669 __ Branch(&loop, greater_equal, a3, Operand(zero_reg)); in Generate_JSConstructStubHelper() 707 __ Branch(&exit, greater_equal, a3, Operand(FIRST_SPEC_OBJECT_TYPE)); in Generate_JSConstructStubHelper()
|
D | macro-assembler-mips.cc | 1880 case greater_equal: in BranchShort() 1975 case greater_equal: in BranchShort() 2119 case greater_equal: in BranchShort() 2231 case greater_equal: in BranchShort() 2457 case greater_equal: in BranchAndLinkShort() 2523 case greater_equal: in BranchAndLinkShort() 2637 case greater_equal: in BranchAndLinkShort() 2714 case greater_equal: in BranchAndLinkShort()
|
/external/eigen/Eigen/src/plugins/ |
D | ArrayCwiseUnaryOps.h | 201 EIGEN_MAKE_SCALAR_CWISE_UNARY_OP(operator>=, std::greater_equal)
|
D | ArrayCwiseBinaryOps.h | 107 EIGEN_MAKE_CWISE_BINARY_OP(operator>=,std::greater_equal)
|
/external/v8/test/cctest/ |
D | test-disasm-x64.cc | 286 __ j(greater_equal, &Ljcc); in TEST() 305 __ j(greater_equal, &Ljcc); in TEST() 412 __ cmovq(greater_equal, rax, Operand(rdx, 1)); in TEST()
|
D | test-disasm-ia32.cc | 316 __ j(greater_equal, &Ljcc); in TEST() 335 __ j(greater_equal, &Ljcc); in TEST() 447 __ cmov(greater_equal, eax, Operand(edx, 1)); in TEST()
|
D | test-disasm-x87.cc | 316 __ j(greater_equal, &Ljcc); in TEST() 335 __ j(greater_equal, &Ljcc); in TEST()
|
/external/v8/src/x64/ |
D | regexp-macro-assembler-x64.cc | 377 __ Check(greater_equal, kInvalidCaptureReferenced); in CheckNotBackReference() 996 BranchOrBacktrack(greater_equal, if_ge); in IfRegisterGE() 1096 __ j(greater_equal, &after_position, Label::kNear); in SetCurrentPositionFromEnd() 1293 BranchOrBacktrack(greater_equal, on_outside_input); in CheckPosition()
|
D | assembler-x64.h | 301 greater_equal = 13, enumerator 344 case greater_equal: in CommuteCondition() 347 return greater_equal; in CommuteCondition()
|
/external/v8/src/x87/ |
D | assembler-x87.h | 218 greater_equal = 13, enumerator 256 case greater_equal: in CommuteCondition() 259 return greater_equal; in CommuteCondition()
|
D | regexp-macro-assembler-x87.cc | 920 BranchOrBacktrack(greater_equal, if_ge); in IfRegisterGE() 1001 __ j(greater_equal, &after_position, Label::kNear); in SetCurrentPositionFromEnd() 1186 BranchOrBacktrack(greater_equal, on_outside_input); in CheckPosition()
|
/external/v8/src/ic/x64/ |
D | ic-x64.cc | 682 __ j(greater_equal, unmapped_case); in GenerateMappedArgumentsLookup() 718 __ j(greater_equal, slow_case); in GenerateUnmappedArgumentsLookup() 932 return greater_equal; in ComputeCondition()
|
/external/v8/src/ia32/ |
D | regexp-macro-assembler-ia32.cc | 921 BranchOrBacktrack(greater_equal, if_ge); in IfRegisterGE() 1002 __ j(greater_equal, &after_position, Label::kNear); in SetCurrentPositionFromEnd() 1187 BranchOrBacktrack(greater_equal, on_outside_input); in CheckPosition()
|
D | assembler-ia32.h | 226 greater_equal = 13, enumerator 264 case greater_equal: in CommuteCondition() 267 return greater_equal; in CommuteCondition()
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 428 __ j(greater_equal, tlabel); in AssembleArchBranch() 505 cc = greater_equal; in AssembleArchBoolean()
|
/external/v8/src/ic/ia32/ |
D | ic-ia32.cc | 302 __ j(greater_equal, slow_case); in GenerateUnmappedArgumentsLookup() 926 return greater_equal; in ComputeCondition()
|
/external/v8/src/ic/x87/ |
D | ic-x87.cc | 304 __ j(greater_equal, slow_case); in GenerateUnmappedArgumentsLookup() 928 return greater_equal; in ComputeCondition()
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 650 __ j(greater_equal, tlabel); in AssembleArchBranch() 727 cc = greater_equal; in AssembleArchBoolean()
|