Home
last modified time | relevance | path

Searched refs:greater (Results 1 – 25 of 485) sorted by relevance

12345678910>>...20

/openbsd/regress/usr.bin/mandoc/roff/cond/
H A Dnumeric.out_ascii13 operator "<": smaller (t) equal (f) greater (f)
15 operator "<=": smaller (t) equal (t) greater (f)
17 operator "=": smaller (f) equal (t) greater (f)
19 operator "==": smaller (f) equal (t) greater (f)
21 operator ">=": smaller (f) equal (t) greater (t)
23 operator ">": smaller (f) equal (f) greater (t)
/openbsd/gnu/llvm/libcxx/include/__compare/
H A Dordering.h69 static const partial_ordering greater; variable
128 return __v < 0 ? partial_ordering::greater : (__v > 0 ? partial_ordering::less : __v);
136 inline constexpr partial_ordering partial_ordering::greater(_OrdResult::__greater);
148 static const weak_ordering greater; variable
153 : (__value_ < 0 ? partial_ordering::less : partial_ordering::greater); in partial_ordering()
212 return __v < 0 ? weak_ordering::greater : (__v > 0 ? weak_ordering::less : __v);
221 inline constexpr weak_ordering weak_ordering::greater(_OrdResult::__greater);
233 static const strong_ordering greater; variable
239 : (__value_ < 0 ? partial_ordering::less : partial_ordering::greater); in partial_ordering()
245 : (__value_ < 0 ? weak_ordering::less : weak_ordering::greater); in weak_ordering()
[all …]
H A Dweak_order.h52 } else if (__po == partial_ordering::greater) { in __go()
53 return weak_ordering::greater; in __go()
63 return __t_is_negative ? weak_ordering::less : weak_ordering::greater; in __go()
65 return __u_is_negative ? weak_ordering::greater : weak_ordering::less; in __go()
H A Dcompare_strong_order_fallback.h45 strong_ordering::greater))
48 strong_ordering::greater)
52 strong_ordering::greater;
H A Dcompare_weak_order_fallback.h45 weak_ordering::greater))
48 weak_ordering::greater)
52 weak_ordering::greater;
H A Dcompare_partial_order_fallback.h45 … _VSTD::forward<_Up>(__u) < _VSTD::forward<_Tp>(__t) ? partial_ordering::greater :
49 … _VSTD::forward<_Up>(__u) < _VSTD::forward<_Tp>(__t) ? partial_ordering::greater :
54 … _VSTD::forward<_Up>(__u) < _VSTD::forward<_Tp>(__t) ? partial_ordering::greater :
H A Dstrong_order.h68 return strong_ordering::greater; in __go()
106 return __t_is_negative ? strong_ordering::less : strong_ordering::greater; in __go()
108 return __u_is_negative ? strong_ordering::greater : strong_ordering::less; in __go()
H A Dsynth_three_way.h39 if (__u < __t) return weak_ordering::greater;
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseTemplate.cpp491 Tok.setKind(tok::greater); in ParseTemplateParameters()
552 case tok::greater: in isStartOfTemplateTypeParameter()
569 case tok::greater: in isStartOfTemplateTypeParameter()
609 case tok::greater: in isStartOfTemplateTypeParameter()
1108 case tok::greater: in ParseGreaterThanInTemplateList()
1117 RemainingToken = tok::greater; in ParseGreaterThanInTemplateList()
1159 (RemainingToken == tok::greater || in ParseGreaterThanInTemplateList()
1209 Greater.setKind(tok::greater); in ParseGreaterThanInTemplateList()
1284 SkipUntil(tok::greater, tok::greatergreater, in ParseTemplateIdAfterTemplateName()
1824 if (NextToken().is(tok::greater) || in checkPotentialAngleBracket()
[all …]
H A DParseTentative.cpp653 (Tok.isOneOf(tok::greater, tok::comma) || in isCXXTypeId()
658 NextToken().isOneOf(tok::greater, tok::greatergreater, in isCXXTypeId()
1159 Next.isOneOf(tok::l_paren, tok::r_paren, tok::greater, tok::l_brace, in TentativeParseCCC()
1600 NextToken().is(tok::greater))) || in isCXXDeclarationSpecifier()
1601 (Tok.is(tok::ampamp) && NextToken().is(tok::greater))) in isCXXDeclarationSpecifier()
1879 if (Tok.is(tok::greater)) { in TryParseProtocolQualifiers()
2157 if (NextToken().is(tok::greater)) in isTemplateArgumentList()
2194 if (SkipUntil({tok::greater, tok::greatergreater, tok::greatergreatergreater}, in isTemplateArgumentList()
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dsplit_join_fn_imps.hpp119 const bool greater = Cmp_Fn::operator()(PB_DS_V2F(*(end() - 1)), in join() local
125 if (!greater && !lesser) in join()
130 if (greater) in join()
/openbsd/gnu/usr.bin/perl/cpan/Text-Tabs/t/
H A D37000.t8 my $toPrint = "(1) Category\t(2 or greater) New Category\n\n";
9 my $good = "(1) Category\t(2 or greater) New Category\n";
/openbsd/gnu/llvm/clang/lib/Format/
H A DFormatTokenLexer.cpp159 static const tok::TokenKind JSShiftEqual[] = {tok::greater, tok::greater, in tryMergePreviousTokens()
192 tok::greater, tok::greater, tok::greaterequal}; in tryMergePreviousTokens()
226 if (tryMergeTokens({tok::greater, tok::greater}, TT_BinaryOperator)) { in tryMergePreviousTokens()
243 {tok::greatergreater, tok::greater}, in tryMergePreviousTokens()
252 if (tryMergeTokensAny({{tok::plusequal, tok::greater}, in tryMergePreviousTokens()
254 {tok::minusequal, tok::greater}, in tryMergePreviousTokens()
257 {tok::equal, tok::greater}, in tryMergePreviousTokens()
258 {tok::star, tok::greater}, in tryMergePreviousTokens()
259 {tok::pipeequal, tok::greater}, in tryMergePreviousTokens()
468 if (X && X->is(tok::kw_operator) && Y->is(tok::greater)) in tryMergeLessLess()
[all …]
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dsplit_join_fn_imps.hpp63 …const bool greater = Cmp_Fn::operator()(PB_DS_V2F(m_p_head->m_p_right->m_value), PB_DS_V2F(other.m… in join_prep() local
67 if (!greater && !lesser) in join_prep()
/openbsd/gnu/usr.bin/perl/cpan/DB_File/
H A Dconfig.in27 # If you have version 2.0 or greater, you can skip this question.
29 # If you have Berkeley DB 1.78 or greater you shouldn't have to
38 # have Berkeley DB version 2 (or greater).
/openbsd/gnu/llvm/clang/lib/Lex/
H A DTokenConcatenation.cpp81 TokenInfo[tok::greater ] |= aci_custom_firstchar; in TokenConcatenation()
115 TokenInfo[tok::greater ] |= aci_avoid_equal; // >= in TokenConcatenation()
281 case tok::greater: // >>, >>= in AvoidConcat()
/openbsd/share/snmp/
H A DOPENBSD-RELAYD-MIB.txt90 "A unique value, greater than zero, for each redirection"
206 "A unique value, greater than zero, for each relay"
317 "A unique value, greater than zero, for each router"
394 "A unique value, greater than zero, for each NetRoute"
469 "A unique value, greater than zero, for each Host"
622 "A unique value, greater than zero, for each Session"
745 "A unique value, greater than zero, for each table"
/openbsd/gnu/llvm/libcxx/include/
H A Dcompare69 static const partial_ordering greater;
93 static const weak_ordering greater;
120 static const strong_ordering greater;
/openbsd/regress/usr.bin/mandoc/roff/esc/
H A Dinvalid.out_ascii11 greater than: a>bc
/openbsd/gnu/usr.bin/perl/dist/Time-HiRes/t/
H A Dgettimeofday.t24 or print("# @two is not greater than @one\n");
/openbsd/gnu/llvm/clang/lib/Basic/
H A DOperatorPrecedence.cpp20 case tok::greater: in getBinOpPrecedence()
/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/
H A DProfileCommon.h45 std::map<uint64_t, uint32_t, std::greater<uint64_t>> CountFrequencies;
/openbsd/gnu/gcc/gcc/doc/
H A Dlibgcc.texi125 operators (such as less than and greater than or equal to) can be
133 @var{a} is less than @var{b}, they return 0; if @var{a} is greater than
140 If @var{a} is less than @var{b}, they return 0; if @var{a} is greater than
437 These functions return a value greater than or equal to zero if
438 neither argument is NaN, and @var{a} is greater than or equal to
459 These functions return a value greater than zero if neither argument
460 is NaN, and @var{a} is strictly greater than @var{b}.
662 These functions return a value greater than or equal to zero if
663 neither argument is NaN, and @var{a} is greater than or equal to
684 These functions return a value greater than zero if neither argument
[all …]
/openbsd/gnu/lib/libstdc++/libstdc++/include/backward/
H A Dfunction.h76 using std::greater;
/openbsd/gnu/gcc/libstdc++-v3/include/backward/
H A Dfunction.h76 using std::greater;

12345678910>>...20