Home
last modified time | relevance | path

Searched refs:even (Results 1 – 25 of 1760) sorted by relevance

12345678910>>...71

/openbsd/src/gnu/usr.bin/perl/ext/GDBM_File/t/
Dsnapshot.t35 my $even = 'a.db';
44 createdb($even);
46 chmod S_IRUSR, $even;
48 is_deeply([GDBM_File->latest_snapshot($even, $odd)],
53 utime($time, $time, $even);
55 is_deeply([GDBM_File->latest_snapshot($even, $odd)],
57 unlink $even, $odd;
60 createdb($even, GDBM_NUMSYNC);
62 chmod S_IRUSR, $even, $odd;
63 utime($time, $time, $even, $odd);
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/bignum/t/
Dbignum.t45 is(bignum->round_mode(), 'even', 'get round mode');
48 bignum->round_mode('even');
49 is(bignum->round_mode(), 'even', 'get round mode again');
Dbigint.t46 is(bigint->round_mode(), 'even', 'get round mode');
49 bigint->round_mode('even');
50 is(bigint->round_mode(), 'even', 'get round mode again');
Dbigfloat.t55 is(bigfloat->round_mode(), 'even', 'get round mode');
58 bigfloat->round_mode('even');
59 is(bigfloat->round_mode(), 'even', 'get round mode again');
Dbigrat.t61 is(bigrat->round_mode(), 'even', 'get round mode');
64 bigrat->round_mode('even');
65 is(bigrat->round_mode(), 'even', 'get round mode again');
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/
Dmbimbf.t24 Math::BigInt->round_mode("even"); # reset for tests
25 Math::BigFloat->round_mode("even"); # reset for tests
27 is($Math::BigInt::rnd_mode, "even", '$Math::BigInt::rnd_mode = "even"');
28 is($Math::BigFloat::rnd_mode, "even", '$Math::BigFloat::rnd_mode = "even"');
/openbsd/src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/
Dhyphen-in-s7 Don't S<transform even-this hyphen>. This "one's-fine!", as well. However,
13 Don't transform\ even-this\ hyphen. This "one's-fine!", as well. However,
/openbsd/src/games/quiz/datfiles/
Dseq-easy14 2,4,6,8,10,12:14{(even nos.)}:even [integ|numb]ers|multiples of 2|2n
/openbsd/src/regress/usr.bin/mandoc/tbl/data/
Dblock_wrap.out_ascii12 |short | This is an even longer |
22 | | even |
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/doc/
Delf.texi20 isn't even pointed to by the .stab section, so ordinary
21 mechanisms wouldn't work to find it, even if we had some.
/openbsd/src/gnu/usr.bin/binutils/bfd/doc/
Delf.texi22 isn't even pointed to by the .stab section, so ordinary
23 mechanisms wouldn't work to find it, even if we had some.
/openbsd/src/regress/usr.bin/mandoc/char/space/
Deos.out_ascii11 A dot in parantheses (.) is not a full stop. Not even (Like in this
18 At the end of an input line, even an escaped dot . is regarded as a full
Deos-man.out_ascii12 She said: "Here is another sentence." And it was detected even with
19 At the end of an input line, even an escaped dot . is regarded as a full
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
Dxhtml20.t40 Code might even be C<<< nested( B<< C<1> >> ) >>>.
50 <p>Code might even be <code class="C">C[nested( ]<b><code class="C">C[1]</code><!-- C --></b>C[ )]<…
/openbsd/src/gnu/usr.bin/gcc/gcc/config/m68k/
Dmot3300-crt0.S25 # define EVEN even
34 # define EVEN .even
Dmot3300Mcrt0.S25 # define EVEN even
34 # define EVEN .even
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dconfigure.com175 /* Whether malloc must be declared even if <stdlib.h> is included. */
177 /* Whether free must be declared even if <stdlib.h> is included. */
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dconfigure.com175 /* Whether malloc must be declared even if <stdlib.h> is included. */
177 /* Whether free must be declared even if <stdlib.h> is included. */
/openbsd/src/gnu/usr.bin/binutils/gas/
Daclocal.m411 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
24 # but WITHOUT ANY WARRANTY; without even the implied warranty of
55 # but WITHOUT ANY WARRANTY; without even the implied warranty of
119 # but WITHOUT ANY WARRANTY; without even the implied warranty of
163 # but WITHOUT ANY WARRANTY; without even the implied warranty of
269 # or remarks (even with -Werror). So we grep stderr for any message
330 # but WITHOUT ANY WARRANTY; without even the implied warranty of
414 # but WITHOUT ANY WARRANTY; without even the implied warranty of
442 # but WITHOUT ANY WARRANTY; without even the implied warranty of
564 # but WITHOUT ANY WARRANTY; without even the implied warranty of
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
DTiedOutFH.pm80 basmati rice, jasmine rice, or even a mild pilaf)
83 and ginger root. You can even do it with a Braun hand "mixer", if you
/openbsd/src/gnu/usr.bin/perl/ext/GDBM_File/
DGDBM_File.xs1010 #define gdbm_failure_atomic(db, even, odd) gdbm_failure_atomic(db->dbp, even, odd) argument
1013 gdbm_failure_atomic(db, even, odd)
1015 char * even
1025 gdbm_latest_snapshot(package, even, odd)
1026 char * even
1033 result = gdbm_latest_snapshot(even, odd, &filename);
/openbsd/src/share/zoneinfo/datfiles/
Detcetera34 # We want this to work even on installations that omit 'backward'.
39 # even though this is the opposite of what many people expect.
43 # (i.e. west of Greenwich) even though many people would expect it to
/openbsd/src/gnu/llvm/clang/docs/
DAPINotes.rst76 is always the name of a top-level module, even within a private API notes
192 Note that 'Nullability' is overridden by 'Type', even in a "SwiftVersions"
210 Note that 'NullabilityOfRet' is overridden by 'ResultType', even in a
235 nullability must be applied explicitly (even in an ``NS_ASSUME_NONNULL_BEGIN``
252 nullability must be applied explicitly (even in an ``NS_ASSUME_NONNULL_BEGIN``
292 Note that even an "enum" wrapper is still presented as a struct in Swift;
/openbsd/src/gnu/gcc/gcc/config/arm/
Darm.opt13 ; WARRANTY; without even the implied warranty of MERCHANTABILITY or
143 Thumb: Generate (non-leaf) stack frames even if not needed
147 Thumb: Generate (leaf) stack frames even if not needed
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/Zonk/
DFiddle.txt2 This is just a dummy file. It's podless and shouldn't even be scanned for pod.

12345678910>>...71