Lines Matching +refs:bitwise +refs:tester +refs:y
410 -On -a -v -y -E -dxx. [GH #1033]
1009 - namespace, class, and ~ (bitwise not) operators
1588 + All bitwise VTABLE functions are deprecated. (eligible in 2.1)
1589 + All bitwise ops will become dynops. (eligible in 2.1)
1601 + The Perl 5 based test scripts t/op/bitwise.t, t/op/comp.t, t/op/inf_nan.t,
3406 - String bitwise vtables
3437 * String bitwise vtables
3787 lib/Regex/Generate.pm, lib/Regex/Grammar.pm, lib/Regex/Grammar.y,
3816 lib/Regex/Generate.pm, lib/Regex/Grammar.pm, lib/Regex/Grammar.y,
4516 Added C# and MS-IL versions of mops tester.
7890 * t/op/bitwise.t: More tests.
7959 * Parrot/OpsFile.pm: Require a "VERSION = x.y" line before any
10505 mod operator (x % y), which is
10507 ... the remainder when x is divided by y, and thus is zero
10508 when y
10540 floor(x/y) and defined with y == 0 is provided by the mod_i op.
10556 x mod y = x - y * floor(x / y)
10580 ... the remainder of dividing x by y. The return value is x
10581 - n * y,
10582 where n is the quotient of x / y, rounded towards zero to
10590 the remainder, unless y is zero, when the function fails
10594 According to page 251 of [1], the result when y is zero is
10600 useful numeric mod based on floor(x/y) instead of truncate(x/y)
10602 defined with y == 0 is provided by the mod_n op.
11193 * t/op/bitwise.t: Added end to bitwise tests.
11207 * MANIFEST, t/op/basic.t, t/op/bitwise.t, t/op/integer.t,
12134 and bitwise ops.