Home
last modified time | relevance | path

Searched full:than (Results 1 – 25 of 5651) sorted by relevance

12345678910>>...227

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dif-oppr.c22 /* , not higher than ?. This is not a syntax error if it is. */
23 #if 1 ? 0, 1: 1 /* { dg-error "without" "? higher precedence than ," } */
27 /* : strictly higher than ?. This would give a syntax error otherwise. */
31 /* || strictly higher than ?:. */
33 #error operator ?: has higher precedence than operator ||
36 /* && strictly higher than ||. */
39 #error operator || has higher precedence than operator &&
42 /* | strictly higher than &&. */
44 #error operator && has higher precedence than operator |
47 /* ^ strictly higher than |. */
[all …]
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A DBidiMirroring.txt76 003C; 003E # LESS-THAN SIGN
77 003E; 003C # GREATER-THAN SIGN
119 2264; 2265 # LESS-THAN OR EQUAL TO
120 2265; 2264 # GREATER-THAN OR EQUAL TO
121 2266; 2267 # LESS-THAN OVER EQUAL TO
122 2267; 2266 # GREATER-THAN OVER EQUAL TO
123 2268; 2269 # [BEST FIT] LESS-THAN BUT NOT EQUAL TO
124 2269; 2268 # [BEST FIT] GREATER-THAN BUT NOT EQUAL TO
125 226A; 226B # MUCH LESS-THAN
126 226B; 226A # MUCH GREATER-THAN
[all …]
/openbsd-src/regress/gnu/egcs/gcc-bounds/
H A Dbuiltins-1.c.exp.gcc42 builtins-1.c:12: warning: array size (100) smaller than bound length (200)
3 builtins-1.c:12: warning: array size (100) smaller than bound length (200)
4 builtins-1.c:13: warning: array size (50) smaller than bound length (100)
5 builtins-1.c:13: warning: array size (50) smaller than bound length (100)
6 builtins-1.c:14: warning: array size (50) smaller than bound length (105)
7 builtins-1.c:14: warning: array size (100) smaller than bound length (105)
8 builtins-1.c:14: warning: array size (50) smaller than bound length (105)
9 builtins-1.c:14: warning: array size (100) smaller than bound length (105)
10 builtins-1.c:15: warning: array size (100) smaller than bound length (500)
11 builtins-1.c:15: warning: array size (100) smaller than bound length (500)
[all …]
H A Dbuiltins-1.c.exp.gcc32 builtins-1.c:12: warning: array size (100) smaller than bound length (200)
3 builtins-1.c:13: warning: array size (50) smaller than bound length (100)
4 builtins-1.c:14: warning: array size (50) smaller than bound length (105)
5 builtins-1.c:14: warning: array size (100) smaller than bound length (105)
6 builtins-1.c:15: warning: array size (100) smaller than bound length (500)
7 builtins-1.c:16: warning: array size (50) smaller than bound length (1000)
8 builtins-1.c:17: warning: array size (50) smaller than bound length (1234)
9 builtins-1.c:18: warning: array size (100) smaller than bound length (5432)
10 builtins-1.c:19: warning: array size (100) smaller than bound length (2345)
11 builtins-1.c:20: warning: array size (100) smaller than required length (4 * 123)
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiCondCode.h14 ICC_UGT = 2, // unsigned greater than
16 ICC_ULE = 3, // unsigned less than or equal
18 ICC_ULT = 4, // unsigned less than
20 ICC_UGE = 5, // unsigned greater than or equal
27 ICC_GE = 12, // greater than or equal
28 ICC_LT = 13, // less than
29 ICC_GT = 14, // greater than
30 ICC_LE = 15, // less than or equal
53 return "ge"; // greater than or equal in lanaiCondCodeToString()
55 return "lt"; // less than in lanaiCondCodeToString()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dwtr-conversion-1.c21 foo_i (f); /* { dg-warning "as integer rather than floating" "prototype conversion warning" } */ in testfunc1()
22 foo_i (ld); /* { dg-warning "as integer rather than floating" "prototype conversion warning" } */ in testfunc1()
23 foo_i (cd); /* { dg-warning "as integer rather than complex" "prototype conversion warning" } */ in testfunc1()
25 foo_f (i); /* { dg-warning "as floating rather than integer" "prototype conversion warning" } */ in testfunc1()
26 foo_f (f); /* { dg-warning "as `float' rather than `double'" "prototype conversion warning" } */ in testfunc1()
27 foo_f (ld); /* { dg-warning "as `float' rather than `double'" "prototype conversion warning" } */ in testfunc1()
28 foo_f (cd); /* { dg-warning "as floating rather than complex" "prototype conversion warning" } */ in testfunc1()
30 foo_ld (i); /* { dg-warning "as floating rather than integer" "prototype conversion warning" } */ in testfunc1()
33 foo_ld (cd); /* { dg-warning "as floating rather than complex" "prototype conversion warning" } */ in testfunc1()
35 foo_cd (i); /* { dg-warning "as complex rather than integer" "prototype conversion warning" } */ in testfunc1()
[all …]
/openbsd-src/gnu/usr.bin/texinfo/lib/
H A Dstrcase.h23 /* Compare strings S1 and S2, ignoring case, returning less than, equal to or
24 greater than zero if S1 is lexicographically less than, equal to or greater
25 than S2.
29 /* Compare no more than N characters of strings S1 and S2, ignoring case,
30 returning less than, equal to or greater than zero if S1 is
31 lexicographically less than, equal to or greater than S2.
/openbsd-src/gnu/usr.bin/perl/lib/
H A Dfeature.pm486 This feature enables the use of more paired string delimiters than the
661 If the required version is older than Perl 5.10, the ":default" feature
/openbsd-src/gnu/usr.bin/perl/dist/Tie-File/t/
H A D19_cache.t56 splice(@a, 0, 0, 'r7', 'rec8'); # insert more than one
58 splice(@a, 0, 2, 'rec7', 'record8', 'rec9'); # insert more than delete
60 splice(@a, 0, 3, 'record9', 'rec10'); # delete more than insert
62 splice(@a, 0, 2); # delete more than one
80 splice(@a, 1, 0, 'r7', 'rec8'); # insert more than one
82 splice(@a, 1, 2, 'rec7', 'record8', 'rec9'); # insert more than delete
84 splice(@a, 1, 3, 'record9', 'rec10'); # delete more than insert
86 splice(@a, 1, 2); # delete more than one
103 splice(@a, 3, 0, 'r7', 'rec8'); # insert more than one
105 splice(@a, 3, 2, 'rec7', 'record8', 'rec9'); # insert more than delete
[all …]
H A D23_rv_ac_splice.t43 @r = splice(@a, 0, 0, 'r7', 'rec8'); # insert more than one
45 @r = splice(@a, 0, 2, 'rec7', 'record8', 'rec9'); # insert more than delete
48 @r = splice(@a, 0, 3, 'record9', 'rec10'); # delete more than insert
50 @r = splice(@a, 0, 2); # delete more than one
68 @r = splice(@a, 1, 0, 'r7', 'rec8'); # insert more than one
70 @r = splice(@a, 1, 2, 'rec7', 'record8', 'rec9'); # insert more than delete
73 @r = splice(@a, 1, 3, 'record9', 'rec10'); # delete more than insert
75 @r = splice(@a, 1, 2); # delete more than one
92 @r = splice(@a, 3, 0, 'r7', 'rec8'); # insert more than one
94 @r = splice(@a, 3, 2, 'rec7', 'record8', 'rec9'); # insert more than delete
[all …]
H A D11_rv_splice_rs.t42 @r = splice(@a, 0, 0, 'r7', 'rec8'); # insert more than one
44 @r = splice(@a, 0, 2, 'rec7', 'record8', 'rec9'); # insert more than delete
47 @r = splice(@a, 0, 3, 'record9', 'rec10'); # delete more than insert
49 @r = splice(@a, 0, 2); # delete more than one
67 @r = splice(@a, 1, 0, 'r7', 'rec8'); # insert more than one
69 @r = splice(@a, 1, 2, 'rec7', 'record8', 'rec9'); # insert more than delete
72 @r = splice(@a, 1, 3, 'record9', 'rec10'); # delete more than insert
74 @r = splice(@a, 1, 2); # delete more than one
91 @r = splice(@a, 3, 0, 'r7', 'rec8'); # insert more than one
93 @r = splice(@a, 3, 2, 'rec7', 'record8', 'rec9'); # insert more than delete
[all …]
H A D10_splice_rs.t50 splice(@a, 0, 0, 'r7', 'rec8'); # insert more than one
52 splice(@a, 0, 2, 'rec7', 'record8', 'rec9'); # insert more than delete
55 splice(@a, 0, 3, 'record9', 'rec10'); # delete more than insert
57 splice(@a, 0, 2); # delete more than one
75 splice(@a, 1, 0, 'r7', 'rec8'); # insert more than one
77 splice(@a, 1, 2, 'rec7', 'record8', 'rec9'); # insert more than delete
80 splice(@a, 1, 3, 'record9', 'rec10'); # delete more than insert
82 splice(@a, 1, 2); # delete more than one
99 splice(@a, 3, 0, 'r7', 'rec8'); # insert more than one
101 splice(@a, 3, 2, 'rec7', 'record8', 'rec9'); # insert more than delete
[all …]
H A D07_rv_splice.t43 @r = splice(@a, 0, 0, 'r7', 'rec8'); # insert more than one
45 @r = splice(@a, 0, 2, 'rec7', 'record8', 'rec9'); # insert more than delete
48 @r = splice(@a, 0, 3, 'record9', 'rec10'); # delete more than insert
50 @r = splice(@a, 0, 2); # delete more than one
68 @r = splice(@a, 1, 0, 'r7', 'rec8'); # insert more than one
70 @r = splice(@a, 1, 2, 'rec7', 'record8', 'rec9'); # insert more than delete
73 @r = splice(@a, 1, 3, 'record9', 'rec10'); # delete more than insert
75 @r = splice(@a, 1, 2); # delete more than one
92 @r = splice(@a, 3, 0, 'r7', 'rec8'); # insert more than one
94 @r = splice(@a, 3, 2, 'rec7', 'record8', 'rec9'); # insert more than delete
[all …]
H A D20_cache_full.t63 splice(@a, 0, 0, 'r7', 'rec8'); # insert more than one
65 splice(@a, 0, 2, 'rec7', 'record8', 'rec9'); # insert more than delete
67 splice(@a, 0, 3, 'record9', 'rec10'); # delete more than insert
69 splice(@a, 0, 2); # delete more than one
87 splice(@a, 1, 0, 'r7', 'rec8'); # insert more than one
89 splice(@a, 1, 2, 'rec7', 'record8', 'rec9'); # insert more than delete
91 splice(@a, 1, 3, 'record9', 'rec10'); # delete more than insert
93 splice(@a, 1, 2); # delete more than one
110 splice(@a, 3, 0, 'r7', 'rec8'); # insert more than one
112 splice(@a, 3, 2, 'rec7', 'record8', 'rec9'); # insert more than delete
[all …]
H A D04_splice.t52 splice(@a, 0, 0, 'r7', 'rec8'); # insert more than one
54 splice(@a, 0, 2, 'rec7', 'record8', 'rec9'); # insert more than delete
57 splice(@a, 0, 3, 'record9', 'rec10'); # delete more than insert
59 splice(@a, 0, 2); # delete more than one
77 splice(@a, 1, 0, 'r7', 'rec8'); # insert more than one
79 splice(@a, 1, 2, 'rec7', 'record8', 'rec9'); # insert more than delete
82 splice(@a, 1, 3, 'record9', 'rec10'); # delete more than insert
84 splice(@a, 1, 2); # delete more than one
101 splice(@a, 3, 0, 'r7', 'rec8'); # insert more than one
103 splice(@a, 3, 2, 'rec7', 'record8', 'rec9'); # insert more than delete
[all …]
/openbsd-src/gnu/usr.bin/perl/regen/
H A Dfeature.pl946 This feature enables the use of more paired string delimiters than the
1050 If the required version is older than Perl 5.10, the ":default" feature
/openbsd-src/lib/libcrypto/man/
H A DOPENSSL_sk_new.3233 contains more than one copy of the
310 is less than 0 or greater than or equal to
335 is less than 0 or greater than or equal to
363 is less than 0 or greater than or equal to
432 is less than 0 or greater than or equal to
472 is less than 0 or greater than or equal to
495 is less than 0 or greater than or equal to
/openbsd-src/gnu/usr.bin/perl/lib/unicore/extracted/
H A DDBinaryProperties.txt16 003C ; Bidi_Mirrored # Sm LESS-THAN SIGN
17 003E ; Bidi_Mirrored # Sm GREATER-THAN SIGN
53 2264..226B ; Bidi_Mirrored # Sm [8] LESS-THAN OR EQUAL TO..MUCH GREATER-THAN
54 226E..228C ; Bidi_Mirrored # Sm [31] NOT LESS-THAN..MULTISET
62 22D6..22ED ; Bidi_Mirrored # Sm [24] LESS-THAN WITH DOT..DOES NOT CONTAIN AS NORMAL SUBGROUP OR…
120 2993 ; Bidi_Mirrored # Ps LEFT ARC LESS-THAN BRACKET
121 2994 ; Bidi_Mirrored # Pe RIGHT ARC GREATER-THAN BRACKET
122 2995 ; Bidi_Mirrored # Ps DOUBLE LEFT ARC GREATER-THAN BRACKET
123 2996 ; Bidi_Mirrored # Pe DOUBLE RIGHT ARC LESS-THAN BRACKET
129 29C0..29C5 ; Bidi_Mirrored # Sm [6] CIRCLED LESS-THAN..SQUARED FALLING DIAGONAL SLASH
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.arch/
H A Dgdb1291.exp23 # frames greater than 256 bytes.
65 pass "backtrace with local variable less than or equal to 256 bytes"
68 fail "backtrace with local variable less than or equal to 256 bytes"
71 fail "backtrace with local variable less than or equal to 256 bytes (timeout)"
81 pass "backtrace with local variable larger than 256 bytes"
84 kfail "gdb/1291" "backtrace with local variable larger than 256 bytes"
87 fail "backtrace with local variable larger than 256 bytes"
90 fail "backtrace with local variable larger than 256 bytes (timeout)"
/openbsd-src/gnu/usr.bin/perl/cpan/Digest-SHA/t/
H A Dwoodbury.t72 "Test Using Larger Than Block-Size Key - Hash Key First"
73 "Test Using Larger Than Block-Size Key and Larger Than One Block-Size Data"
93 "Test Using Larger Than Block-Size Key - Hash Key First"
94 "Test Using Larger Than Block-Size Key and Larger Than One Block-Size Data. The Larger Block-Sizes …
114 "Test Using Larger Than Block-Size Key - Hash Key First"
115 "Test Using Larger Than Block-Size Key and Larger Than One Block-Size Data. The Larger Block-Sizes …
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DARMDefines.h41 0x3 // Carry clear Less than C == 0
44 0x4 // Minus, negative Less than N == 1
52 0x8 // Unsigned higher Greater than, or unordered C == 1 and Z ==
55 0x9 // Unsigned lower or same Less than or equal C == 0 or Z ==
58 0xA // Greater than or equal Greater than or equal N == V
60 0xB // Less than Less than, or unordered N != V
62 0xC // Greater than Greater than Z == 0 and N ==
65 0xD // Less than or equal <, ==, or unordered Z == 1 or N !=
/openbsd-src/lib/libc/stdio/
H A Dwscanf.3141 (rather than
150 (rather than
159 (rather than
165 (rather than
173 (rather than
182 (rather than
196 (rather than
205 (rather than
214 (rather than
224 (rather than
[all …]
H A Dwprintf.3195 the converted value is padded on the left with zeros rather than blanks.
209 rather than on the left with blanks or zeros.
242 If the converted value has fewer characters than the field width, it will
409 (rather than
464 is used if the exponent from its conversion is less than \-4 or greater than
499 (rather than
503 (rather than
507 (rather than
536 if a precision is specified, no more than the number specified are
539 need be present; if the precision is not specified, or is greater than
[all …]
H A Dscanf.3137 (rather than
146 (rather than
155 (rather than
161 (rather than
187 (rather than
201 (rather than
210 (rather than
219 (rather than
229 (rather than
321 being scanned rather than the storage space, hence the provided
[all …]
/openbsd-src/lib/libz/
H A Dalgorithm.doc48 important than speed, deflate() attempts a complete second search even if
64 codes are much more common than longer codes, so pay attention to decoding the
68 input less than the length of longest code. It gets that many bits from the
86 those cases, the table ended up one bit longer than the ``average'' code
88 little more than eight bits for 286 symbols and a little less than five bits
98 symbol is shorter than nine bits, then that symbol's translation is duplicated
103 If the symbol is longer than nine bits, then that entry in the table points
119 more time filling in duplicate symbol entries than you do actually decoding.
190 meaning of a particular symbol is often more than just a letter. It can be a
257 important than speed, deflate() attempts a complete second search even if
[all …]

12345678910>>...227