Home
last modified time | relevance | path

Searched refs:v5 (Results 1 – 25 of 494) sorted by relevance

12345678910>>...20

/openbsd/gnu/usr.bin/perl/dist/Module-CoreList/
H A DChanges2 - Updated for v5.34.2, v5.36.2, v5.38.1
5 - Updated for v5.39.5
8 - Updated for v5.39.4
11 - Updated for v5.39.3
14 - Updated for v5.39.2
17 - Updated for v5.39.1
20 - Updated for v5.38.0
417 - Updated for v5.18.3 and v5.18.4
519 - Include deprecations for v5.17.10 and v5.17.11
629 - Corrected Errno being shipped with v5.6.0 and v5.6.1
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20020701-1.c23 char *v5; in f() local
32 e = v5 = v4; in f()
36 v6 = strchr (v5, ','); in f()
46 r = atoi (v5) < atoi (v2) ? B : A; in f()
48 r = atoi (v5) > atoi (v2) ? B : A; in f()
50 v5 = ++e; in f()
52 v6 = strchr (v5, ','); in f()
64 r = atoi (v5) < atoi (v2) ? B : A; in f()
66 r = atoi (v5) > atoi (v2) ? B : A; in f()
/openbsd/gnu/usr.bin/perl/dist/if/
H A DChanges15 0.0605 2015-09-20 (perl v5.23.3)
20 0.0604 2015-04-20 (perl v5.21.11)
23 0.0603 2013-07-22 (perl v5.19.2)
27 0.0602 2011-12-20 (perl v5.15.6)
31 0.0601 2010-12-20 (perl v5.13.8)
34 0.06 2010-10-20 (perl v5.13.6)
37 0.05 2006-01-28 (perl v5.9.3)
42 0.0401 2004-03-16 (perl v5.9.1)
50 0.03 2003-09-25 (perl v5.8.5)
57 0.01 2002-03-05 (perl v5.7.3)
/openbsd/gnu/usr.bin/perl/cpan/Math-BigRat/t/
H A Dconst-mbr.t4 # v5.22.0.
17 # v5.34.0.
42 # Hexadecimal literals using the "0X" prefix require v5.14.0.
43 skip "perl v5.14.0 required for hexadecimal integer literals"
56 # Octal literals using the "0o" prefix requires v5.34.0.
72 # Binary literals using the "0B" prefix require v5.14.0.
73 skip "perl v5.14.0 required for binary integer literals"
98 # Hexadecimal floating point literals require v5.28.0.
168 # Binary floating point literals require v5.32.0.
259 # Hexadecimal floating point literals require v5.28.0.
[all …]
/openbsd/gnu/usr.bin/perl/cpan/bignum/t/
H A Dconst-bigrat.t4 # v5.22.0.
17 # v5.34.0.
42 # Hexadecimal literals using the "0X" prefix require v5.14.0.
43 skip "perl v5.14.0 required for hexadecimal integer literals"
57 skip "perl v5.34.0 required for octal floating point literals"
72 # Binary literals using the "0B" prefix require v5.14.0.
73 skip "perl v5.14.0 required for binary integer literals"
98 # Hexadecimal floating point literals require v5.28.0.
168 # Binary floating point literals require v5.32.0.
259 # Hexadecimal floating point literals require v5.28.0.
[all …]
H A Dconst-bigfloat.t4 # v5.22.0.
17 # v5.34.0.
43 # Hexadecimal literals using the "0X" prefix require v5.14.0.
44 skip "perl v5.14.0 required for hexadecimal integer literals"
58 # Octal literals using the "0o" prefix require v5.34.0.
76 # Binary literals using the "0B" prefix require v5.14.0.
77 skip "perl v5.14.0 required for binary integer literals"
104 # Hexadecimal floating point literals require v5.28.0.
180 # Binary floating point literals require v5.32.0.
277 # Hexadecimal floating point literals require v5.28.0.
[all …]
H A Dconst-bignum.t4 # v5.22.0.
17 # v5.34.0.
43 # Hexadecimal literals using the "0X" prefix require v5.14.0.
44 skip "perl v5.14.0 required for hexadecimal integer literals"
59 # Octal literals using the "0o" prefix require v5.34.0.
77 # Binary literals using the "0B" prefix require v5.14.0.
78 skip "perl v5.14.0 required for binary integer literals"
106 # Hexadecimal floating point literals require v5.28.0.
182 # Binary floating point literals require v5.32.0.
279 # Hexadecimal floating point literals require v5.28.0.
[all …]
H A Dconst-bigint.t4 # v5.22.0.
6 # - It wasn't until v5.28.0 that binary, octal, and hexadecimal floating point
17 # v5.34.0.
42 # Hexadecimal literals using the "0X" prefix require v5.14.0.
43 skip "perl v5.14.0 required for hexadecimal integer literals"
57 skip "perl v5.34.0 required for octal floating point literals"
72 # Binary literals using the "0B" prefix require v5.14.0.
73 skip "perl v5.14.0 required for binary integer literals"
98 # Hexadecimal floating point literals require v5.28.0.
121 skip "perl v5.34.0 required for octal floating point literals"
[all …]
H A Din_effect.t17 skip('Need at least Perl v5.9.4', 3) if $] < "5.009005";
39 skip('Need at least Perl v5.9.4', 3) if $] < "5.009005";
61 skip('Need at least Perl v5.9.4', 3) if $] < "5.009005";
/openbsd/gnu/usr.bin/perl/t/comp/
H A Duse.t86 eval q{ use v5.5.630; };
105 like ($@, qr/\QPerls since v5.0.0 too modern--this is $^V, stopped\E/);
108 like ($@, qr/\QPerl v5.600.0 required (did you mean v5.6.0?)--this is only $^V, stopped\E/);
111 like ($@, qr/\QPerl v5.800.0 required (did you mean v5.8.0?)--this is only $^V, stopped\E/);
114 like ($@, qr/\QPerl v5.900.0 required (did you mean v5.9.0?)--this is only $^V, stopped\E/);
117 like ($@, qr/\QPerl v5.100.0 required (did you mean v5.10.0?)--this is only $^V, stopped\E/);
120 like ($@, qr/\QPerl v5.110.0 required (did you mean v5.11.0?)--this is only $^V, stopped\E/);
133 like ($@, qr/Perl v5\.\d+\.\d+ required--this is only \Q$^V\E, stopped/a);
H A Drequire.t75 eval { require v5.5.630; };
79 eval { require(v5.5.630); };
83 sub v5 { die }
84 eval { require v5; };
108 print "not " unless 5.5.1 gt v5.5;
112 print "not " unless v5.5.640 eq "\x{5}\x{5}\x{280}";
/openbsd/sys/arch/arm64/arm64/
H A Daesv8-armx.S104 ext v5.16b,v0.16b,v5.16b,#12
106 ext v5.16b,v0.16b,v5.16b,#12
121 ext v5.16b,v0.16b,v5.16b,#12
123 ext v5.16b,v0.16b,v5.16b,#12
135 ext v5.16b,v0.16b,v5.16b,#12
168 eor v5.16b,v5.16b,v4.16b
623 eor v5.16b,v5.16b,v1.16b
1045 aesmc v5.16b,v5.16b
1055 aesmc v5.16b,v5.16b
1065 aesmc v5.16b,v5.16b
[all …]
/openbsd/gnu/llvm/clang/lib/Headers/
H A Dvelintrin_approx.h14 __vr v2, v3, v4, v5; in _vel_approx_vfdivs_vvvl() local
15 v5 = _vel_vrcps_vvl(v1, l); in _vel_approx_vfdivs_vvvl()
17 v4 = _vel_vfnmsbs_vsvvl(s0, v1, v5, l); in _vel_approx_vfdivs_vvvl()
18 v3 = _vel_vfmads_vvvvl(v5, v5, v4, l); in _vel_approx_vfdivs_vvvl()
21 v2 = _vel_vfmads_vvvvl(v2, v5, v4, l); in _vel_approx_vfdivs_vvvl()
29 __vr v2, v3, v4, v5; in _vel_approx_pvfdiv_vvvl() local
30 v5 = _vel_pvrcp_vvl(v1, l); in _vel_approx_pvfdiv_vvvl()
32 v4 = _vel_pvfnmsb_vsvvl(s0, v1, v5, l); in _vel_approx_pvfdiv_vvvl()
33 v3 = _vel_pvfmad_vvvvl(v5, v5, v4, l); in _vel_approx_pvfdiv_vvvl()
36 v2 = _vel_pvfmad_vvvvl(v2, v5, v4, l); in _vel_approx_pvfdiv_vvvl()
/openbsd/sys/dev/pci/drm/amd/display/dc/inc/
H A Dreg_helper.h86 f5, v5) \ argument
92 FN(reg, f5), v5)
95 f5, v5, f6, v6) \ argument
101 FN(reg, f5), v5,\
111 FN(reg, f5), v5,\
122 FN(reg, f5), v5,\
134 FN(reg, f5), v5, \
147 FN(reg, f5), v5, \
258 FN(reg, f5), v5)
266 FN(reg, f5), v5, \
[all …]
/openbsd/gnu/usr.bin/perl/t/lib/feature/
H A Dimplicit17 use v5.9.5;
72 Downgrading a use VERSION declaration to below v5.11 is deprecated, and will become fatal in Perl 5…
78 use v5.14;
81 use v5.8.8;
84 Downgrading a use VERSION declaration to below v5.11 is deprecated, and will become fatal in Perl 5…
89 use v5.15;
93 use v5.8.8;
96 Downgrading a use VERSION declaration to below v5.11 is deprecated, and will become fatal in Perl 5…
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_atombios_encoders.c556 DIG_ENCODER_CONTROL_PARAMETERS_V5 v5; member
694 args.v5.asStreamParam.ucDigMode = in amdgpu_atombios_encoder_setup_dig_encoder()
700 args.v5.asStreamParam.ucLaneNum = 8; in amdgpu_atombios_encoder_setup_dig_encoder()
702 args.v5.asStreamParam.ucLaneNum = 4; in amdgpu_atombios_encoder_setup_dig_encoder()
703 args.v5.asStreamParam.ulPixelClock = in amdgpu_atombios_encoder_setup_dig_encoder()
1025 args.v5.ucAction = action; in amdgpu_atombios_encoder_setup_dig_transmitter()
1055 args.v5.ucLaneNum = dp_lane_count; in amdgpu_atombios_encoder_setup_dig_transmitter()
1057 args.v5.ucLaneNum = 8; in amdgpu_atombios_encoder_setup_dig_transmitter()
1059 args.v5.ucLaneNum = 4; in amdgpu_atombios_encoder_setup_dig_transmitter()
1075 args.v5.asConfig.ucHPDSel = 0; in amdgpu_atombios_encoder_setup_dig_transmitter()
[all …]
H A Damdgpu_atombios_crtc.c462 PIXEL_CLOCK_PARAMETERS_V5 v5; member
491 args.v5.ucCRTC = ATOM_CRTC_INVALID; in amdgpu_atombios_crtc_set_disp_eng_pll()
492 args.v5.usPixelClock = cpu_to_le16(dispclk); in amdgpu_atombios_crtc_set_disp_eng_pll()
493 args.v5.ucPpll = ATOM_DCPLL; in amdgpu_atombios_crtc_set_disp_eng_pll()
643 args.v5.ucCRTC = crtc_id; in amdgpu_atombios_crtc_program_pll()
645 args.v5.ucRefDiv = ref_div; in amdgpu_atombios_crtc_program_pll()
646 args.v5.usFbDiv = cpu_to_le16(fb_div); in amdgpu_atombios_crtc_program_pll()
648 args.v5.ucPostDiv = post_div; in amdgpu_atombios_crtc_program_pll()
669 args.v5.ucTransmitterID = encoder_id; in amdgpu_atombios_crtc_program_pll()
670 args.v5.ucEncoderMode = encoder_mode; in amdgpu_atombios_crtc_program_pll()
[all …]
/openbsd/gnu/usr.bin/perl/dist/Search-Dict/
H A DREADME.patching4 to check for changes since v5.15.8:
7 $ git log v5.15.8..blead -- .
12 stable) as the release date and version. E.g. after v5.15.8, I would add this line
15 0.280206 - 2012-03-20 (Perl v5.15.9)
H A DChanges5 - avoid using fc() in v5.15.0 - v5.15.7
/openbsd/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/
H A DREADME.patching4 to check for changes since v5.15.8:
7 $ git log v5.15.8..blead -- .
12 stable) as the release date and version. E.g. after v5.15.8, I added this line
15 0.280206 - 2012-03-20 (Perl v5.15.9)
/openbsd/gnu/usr.bin/perl/dist/Module-CoreList/t/
H A Dutils.t10 is( Module::CoreList::Utils->first_release('corelist'), 5.008009, 'corelist with v5.8.9');
11 is( Module::CoreList::Utils->first_release_by_date('corelist'), 5.009002, 'corelist with v5.9.2');
12 is( Module::CoreList::Utils::first_release_by_date('corelist'), 5.009002, 'corelist with v5.9.2');
/openbsd/gnu/usr.bin/perl/Porting/
H A Depigraphs.pod41 =head2 v5.37.9 - Virginia Woolf
48 =head2 v5.37.8 - Helmut Schmidt
87 =head2 v5.37.4 - C. F. Kettering
329 =head2 v5.35.2 - Freeman Dyson
335 =head2 v5.35.1 - Sam Schube
392 =head2 v5.34.0 - Aberjhani
3785 =head2 v5.18.1 - Chuck Moore
4315 =head2 v5.15.4 - Steve Jobs
5196 =head2 v5.9.4 - no epigraph
5200 =head2 v5.9.3 - no epigraph
[all …]
/openbsd/gnu/usr.bin/perl/t/lib/warnings/
H A Dclass14 use v5.36;
24 use v5.36;
35 use v5.36;
/openbsd/gnu/usr.bin/perl/cpan/CPAN/t/
H A D10version.t97 5.00556 v5.5.560 0
98 5.005056 v5.5.56 0
99 5.00557 v5.5.560 1
100 5.00056 v5.0.561 -1
/openbsd/sys/dev/pci/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_math.c99 float dcn_bw_max5(float v1, float v2, float v3, float v4, float v5) in dcn_bw_max5() argument
101 …return dcn_bw_max3(v1, v2, v3) > dcn_bw_max2(v4, v5) ? dcn_bw_max3(v1, v2, v3) : dcn_bw_max2(v4, v… in dcn_bw_max5()

12345678910>>...20