Home
last modified time | relevance | path

Searched refs:bf16 (Results 1 – 25 of 2049) sorted by relevance

12345678910>>...82

/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/half-1.8.2/src/
H A Dbfloat.rs472 pub fn clamp(self, min: bf16, max: bf16) -> bf16 { in clamp() argument
768 impl Add<&bf16> for bf16 { implementation
786 impl Add<bf16> for &bf16 { implementation
817 impl Sub<&bf16> for bf16 { implementation
835 impl Sub<bf16> for &bf16 { implementation
866 impl Mul<&bf16> for bf16 { implementation
884 impl Mul<bf16> for &bf16 { implementation
915 impl Div<&bf16> for bf16 { implementation
933 impl Div<bf16> for &bf16 { implementation
964 impl Rem<&bf16> for bf16 { implementation
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/half-1.8.2/src/
H A Dbfloat.rs472 pub fn clamp(self, min: bf16, max: bf16) -> bf16 { in clamp() argument
768 impl Add<&bf16> for bf16 { implementation
786 impl Add<bf16> for &bf16 { implementation
817 impl Sub<&bf16> for bf16 { implementation
835 impl Sub<bf16> for &bf16 { implementation
866 impl Mul<&bf16> for bf16 { implementation
884 impl Mul<bf16> for &bf16 { implementation
915 impl Div<&bf16> for bf16 { implementation
933 impl Div<bf16> for &bf16 { implementation
964 impl Rem<&bf16> for bf16 { implementation
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/half-1.8.2/src/
H A Dbfloat.rs472 pub fn clamp(self, min: bf16, max: bf16) -> bf16 { in clamp() argument
768 impl Add<&bf16> for bf16 { implementation
786 impl Add<bf16> for &bf16 { implementation
817 impl Sub<&bf16> for bf16 { implementation
835 impl Sub<bf16> for &bf16 { implementation
866 impl Mul<&bf16> for bf16 { implementation
884 impl Mul<bf16> for &bf16 { implementation
915 impl Div<&bf16> for bf16 { implementation
933 impl Div<bf16> for &bf16 { implementation
964 impl Rem<&bf16> for bf16 { implementation
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/half/src/
H A Dbfloat.rs472 pub fn clamp(self, min: bf16, max: bf16) -> bf16 { in clamp() argument
768 impl Add<&bf16> for bf16 { implementation
786 impl Add<bf16> for &bf16 { implementation
817 impl Sub<&bf16> for bf16 { implementation
835 impl Sub<bf16> for &bf16 { implementation
866 impl Mul<&bf16> for bf16 { implementation
884 impl Mul<bf16> for &bf16 { implementation
915 impl Div<&bf16> for bf16 { implementation
933 impl Div<bf16> for &bf16 { implementation
964 impl Rem<&bf16> for bf16 { implementation
[all …]
/dports/misc/xplr/xplr-0.17.0/cargo-crates/half-1.8.2/src/
H A Dbfloat.rs472 pub fn clamp(self, min: bf16, max: bf16) -> bf16 { in clamp() argument
768 impl Add<&bf16> for bf16 { implementation
786 impl Add<bf16> for &bf16 { implementation
817 impl Sub<&bf16> for bf16 { implementation
835 impl Sub<bf16> for &bf16 { implementation
866 impl Mul<&bf16> for bf16 { implementation
884 impl Mul<bf16> for &bf16 { implementation
915 impl Div<&bf16> for bf16 { implementation
933 impl Div<bf16> for &bf16 { implementation
964 impl Rem<&bf16> for bf16 { implementation
[all …]
/dports/textproc/jql/jql-3.0.6/cargo-crates/half-1.8.2/src/
H A Dbfloat.rs472 pub fn clamp(self, min: bf16, max: bf16) -> bf16 { in clamp() argument
768 impl Add<&bf16> for bf16 { implementation
786 impl Add<bf16> for &bf16 { implementation
817 impl Sub<&bf16> for bf16 { implementation
835 impl Sub<bf16> for &bf16 { implementation
866 impl Mul<&bf16> for bf16 { implementation
884 impl Mul<bf16> for &bf16 { implementation
915 impl Div<&bf16> for bf16 { implementation
933 impl Div<bf16> for &bf16 { implementation
964 impl Rem<&bf16> for bf16 { implementation
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/half-1.8.2/src/
H A Dbfloat.rs472 pub fn clamp(self, min: bf16, max: bf16) -> bf16 { in clamp() argument
768 impl Add<&bf16> for bf16 { implementation
786 impl Add<bf16> for &bf16 { implementation
817 impl Sub<&bf16> for bf16 { implementation
835 impl Sub<bf16> for &bf16 { implementation
866 impl Mul<&bf16> for bf16 { implementation
884 impl Mul<bf16> for &bf16 { implementation
915 impl Div<&bf16> for bf16 { implementation
933 impl Div<bf16> for &bf16 { implementation
964 impl Rem<&bf16> for bf16 { implementation
[all …]
/dports/benchmarks/inferno/inferno-0.10.9/cargo-crates/half-1.8.2/src/
H A Dbfloat.rs472 pub fn clamp(self, min: bf16, max: bf16) -> bf16 { in clamp() argument
768 impl Add<&bf16> for bf16 { implementation
786 impl Add<bf16> for &bf16 { implementation
817 impl Sub<&bf16> for bf16 { implementation
835 impl Sub<bf16> for &bf16 { implementation
866 impl Mul<&bf16> for bf16 { implementation
884 impl Mul<bf16> for &bf16 { implementation
915 impl Div<&bf16> for bf16 { implementation
933 impl Div<bf16> for &bf16 { implementation
964 impl Rem<&bf16> for bf16 { implementation
[all …]
/dports/devel/tokei/tokei-12.1.2/cargo-crates/half-1.6.0/src/
H A Dbfloat.rs33 impl bf16 { impl
388 pub const MAX: bf16 = bf16(0x7F7F);
394 pub const MIN: bf16 = bf16(0xFF7F);
402 pub const NAN: bf16 = bf16(0x7FC0u16);
414 pub const ONE: bf16 = bf16(0x3F80u16);
416 pub const ZERO: bf16 = bf16(0x0000u16);
421 pub const E: bf16 = bf16(0x402Eu16);
423 pub const PI: bf16 = bf16(0x4049u16);
443 pub const LN_10: bf16 = bf16(0x4013u16);
445 pub const LN_2: bf16 = bf16(0x3F31u16);
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/half-1.7.1/src/
H A Dbfloat.rs39 impl bf16 { impl
394 pub const MAX: bf16 = bf16(0x7F7F);
400 pub const MIN: bf16 = bf16(0xFF7F);
408 pub const NAN: bf16 = bf16(0x7FC0u16);
420 pub const ONE: bf16 = bf16(0x3F80u16);
422 pub const ZERO: bf16 = bf16(0x0000u16);
427 pub const E: bf16 = bf16(0x402Eu16);
429 pub const PI: bf16 = bf16(0x4049u16);
449 pub const LN_10: bf16 = bf16(0x4013u16);
451 pub const LN_2: bf16 = bf16(0x3F31u16);
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/half-1.7.1/src/
H A Dbfloat.rs39 impl bf16 { impl
394 pub const MAX: bf16 = bf16(0x7F7F);
400 pub const MIN: bf16 = bf16(0xFF7F);
408 pub const NAN: bf16 = bf16(0x7FC0u16);
420 pub const ONE: bf16 = bf16(0x3F80u16);
422 pub const ZERO: bf16 = bf16(0x0000u16);
427 pub const E: bf16 = bf16(0x402Eu16);
429 pub const PI: bf16 = bf16(0x4049u16);
449 pub const LN_10: bf16 = bf16(0x4013u16);
451 pub const LN_2: bf16 = bf16(0x3F31u16);
[all …]
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/half-1.7.1/src/
H A Dbfloat.rs39 impl bf16 { impl
394 pub const MAX: bf16 = bf16(0x7F7F);
400 pub const MIN: bf16 = bf16(0xFF7F);
408 pub const NAN: bf16 = bf16(0x7FC0u16);
420 pub const ONE: bf16 = bf16(0x3F80u16);
422 pub const ZERO: bf16 = bf16(0x0000u16);
427 pub const E: bf16 = bf16(0x402Eu16);
429 pub const PI: bf16 = bf16(0x4049u16);
449 pub const LN_10: bf16 = bf16(0x4013u16);
451 pub const LN_2: bf16 = bf16(0x3F31u16);
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/half-1.7.1/src/
H A Dbfloat.rs39 impl bf16 { implementation
394 pub const MAX: bf16 = bf16(0x7F7F);
400 pub const MIN: bf16 = bf16(0xFF7F);
408 pub const NAN: bf16 = bf16(0x7FC0u16);
420 pub const ONE: bf16 = bf16(0x3F80u16);
422 pub const ZERO: bf16 = bf16(0x0000u16);
427 pub const E: bf16 = bf16(0x402Eu16);
429 pub const PI: bf16 = bf16(0x4049u16);
449 pub const LN_10: bf16 = bf16(0x4013u16);
451 pub const LN_2: bf16 = bf16(0x3F31u16);
[all …]
/dports/graphics/pastel/pastel-0.8.1/cargo-crates/half-1.7.1/src/
H A Dbfloat.rs39 impl bf16 { implementation
394 pub const MAX: bf16 = bf16(0x7F7F);
400 pub const MIN: bf16 = bf16(0xFF7F);
408 pub const NAN: bf16 = bf16(0x7FC0u16);
420 pub const ONE: bf16 = bf16(0x3F80u16);
422 pub const ZERO: bf16 = bf16(0x0000u16);
427 pub const E: bf16 = bf16(0x402Eu16);
429 pub const PI: bf16 = bf16(0x4049u16);
449 pub const LN_10: bf16 = bf16(0x4013u16);
451 pub const LN_2: bf16 = bf16(0x3F31u16);
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/
H A Dternary_bfloat16_lanex2_1.c11 svbfdot_lane (f32, bf16, bf16); /* { dg-error {too few arguments to function 'svbfdot_lane'} } */ in f1()
12 …svbfdot_lane (f32, bf16, bf16, 0, 0); /* { dg-error {too many arguments to function 'svbfdot_lane'… in f1()
14 …svbfdot_lane (pg, bf16, bf16, 0); /* { dg-error {'svbfdot_lane' has no form that takes 'svbool_t' … in f1()
15 …svbfdot_lane (u8, bf16, bf16, 0); /* { dg-error {'svbfdot_lane' has no form that takes 'svuint8_t'… in f1()
16 …svbfdot_lane (u16, bf16, bf16, 0); /* { dg-error {'svbfdot_lane' has no form that takes 'svuint16_… in f1()
17 …svbfdot_lane (f64, bf16, bf16, 0); /* { dg-error {'svbfdot_lane' has no form that takes 'svfloat64… in f1()
18 svbfdot_lane (f32, bf16, bf16, 0); in f1()
23 …svbfdot_lane (f32, bf16, bf16, s32); /* { dg-error {argument 4 of 'svbfdot_lane' must be an intege… in f1()
24 …svbfdot_lane (f32, bf16, bf16, i); /* { dg-error {argument 4 of 'svbfdot_lane' must be an integer … in f1()
26 svbfdot_lane (f32, bf16, bf16, 0); in f1()
[all …]
H A Dternary_bfloat16_lane_1.c11 …svbfmlalb_lane (f32, bf16, bf16); /* { dg-error {too few arguments to function 'svbfmlalb_lane'} }… in f1()
12 …svbfmlalb_lane (f32, bf16, bf16, 0, 0); /* { dg-error {too many arguments to function 'svbfmlalb_l… in f1()
14 …svbfmlalb_lane (pg, bf16, bf16, 0); /* { dg-error {'svbfmlalb_lane' has no form that takes 'svbool… in f1()
15 …svbfmlalb_lane (u8, bf16, bf16, 0); /* { dg-error {'svbfmlalb_lane' has no form that takes 'svuint… in f1()
16 …svbfmlalb_lane (u16, bf16, bf16, 0); /* { dg-error {'svbfmlalb_lane' has no form that takes 'svuin… in f1()
17 …svbfmlalb_lane (f64, bf16, bf16, 0); /* { dg-error {'svbfmlalb_lane' has no form that takes 'svflo… in f1()
18 svbfmlalb_lane (f32, bf16, bf16, 0); in f1()
23 …svbfmlalb_lane (f32, bf16, bf16, s32); /* { dg-error {argument 4 of 'svbfmlalb_lane' must be an in… in f1()
24 …svbfmlalb_lane (f32, bf16, bf16, i); /* { dg-error {argument 4 of 'svbfmlalb_lane' must be an inte… in f1()
26 svbfmlalb_lane (f32, bf16, bf16, 0); in f1()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/
H A Dternary_bfloat16_lane_1.c11 …svbfmlalb_lane (f32, bf16, bf16); /* { dg-error {too few arguments to function 'svbfmlalb_lane'} }… in f1()
12 …svbfmlalb_lane (f32, bf16, bf16, 0, 0); /* { dg-error {too many arguments to function 'svbfmlalb_l… in f1()
14 …svbfmlalb_lane (pg, bf16, bf16, 0); /* { dg-error {'svbfmlalb_lane' has no form that takes 'svbool… in f1()
15 …svbfmlalb_lane (u8, bf16, bf16, 0); /* { dg-error {'svbfmlalb_lane' has no form that takes 'svuint… in f1()
16 …svbfmlalb_lane (u16, bf16, bf16, 0); /* { dg-error {'svbfmlalb_lane' has no form that takes 'svuin… in f1()
17 …svbfmlalb_lane (f64, bf16, bf16, 0); /* { dg-error {'svbfmlalb_lane' has no form that takes 'svflo… in f1()
18 svbfmlalb_lane (f32, bf16, bf16, 0); in f1()
23 …svbfmlalb_lane (f32, bf16, bf16, s32); /* { dg-error {argument 4 of 'svbfmlalb_lane' must be an in… in f1()
24 …svbfmlalb_lane (f32, bf16, bf16, i); /* { dg-error {argument 4 of 'svbfmlalb_lane' must be an inte… in f1()
26 svbfmlalb_lane (f32, bf16, bf16, 0); in f1()
[all …]
H A Dternary_bfloat16_lanex2_1.c11 svbfdot_lane (f32, bf16, bf16); /* { dg-error {too few arguments to function 'svbfdot_lane'} } */ in f1()
12 …svbfdot_lane (f32, bf16, bf16, 0, 0); /* { dg-error {too many arguments to function 'svbfdot_lane'… in f1()
14 …svbfdot_lane (pg, bf16, bf16, 0); /* { dg-error {'svbfdot_lane' has no form that takes 'svbool_t' … in f1()
15 …svbfdot_lane (u8, bf16, bf16, 0); /* { dg-error {'svbfdot_lane' has no form that takes 'svuint8_t'… in f1()
16 …svbfdot_lane (u16, bf16, bf16, 0); /* { dg-error {'svbfdot_lane' has no form that takes 'svuint16_… in f1()
17 …svbfdot_lane (f64, bf16, bf16, 0); /* { dg-error {'svbfdot_lane' has no form that takes 'svfloat64… in f1()
18 svbfdot_lane (f32, bf16, bf16, 0); in f1()
23 …svbfdot_lane (f32, bf16, bf16, s32); /* { dg-error {argument 4 of 'svbfdot_lane' must be an intege… in f1()
24 …svbfdot_lane (f32, bf16, bf16, i); /* { dg-error {argument 4 of 'svbfdot_lane' must be an integer … in f1()
26 svbfdot_lane (f32, bf16, bf16, 0); in f1()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/
H A Dternary_bfloat16_lane_1.c11 …svbfmlalb_lane (f32, bf16, bf16); /* { dg-error {too few arguments to function 'svbfmlalb_lane'} }… in f1()
12 …svbfmlalb_lane (f32, bf16, bf16, 0, 0); /* { dg-error {too many arguments to function 'svbfmlalb_l… in f1()
14 …svbfmlalb_lane (pg, bf16, bf16, 0); /* { dg-error {'svbfmlalb_lane' has no form that takes 'svbool… in f1()
15 …svbfmlalb_lane (u8, bf16, bf16, 0); /* { dg-error {'svbfmlalb_lane' has no form that takes 'svuint… in f1()
16 …svbfmlalb_lane (u16, bf16, bf16, 0); /* { dg-error {'svbfmlalb_lane' has no form that takes 'svuin… in f1()
17 …svbfmlalb_lane (f64, bf16, bf16, 0); /* { dg-error {'svbfmlalb_lane' has no form that takes 'svflo… in f1()
18 svbfmlalb_lane (f32, bf16, bf16, 0); in f1()
23 …svbfmlalb_lane (f32, bf16, bf16, s32); /* { dg-error {argument 4 of 'svbfmlalb_lane' must be an in… in f1()
24 …svbfmlalb_lane (f32, bf16, bf16, i); /* { dg-error {argument 4 of 'svbfmlalb_lane' must be an inte… in f1()
26 svbfmlalb_lane (f32, bf16, bf16, 0); in f1()
[all …]
H A Dternary_bfloat16_lanex2_1.c11 svbfdot_lane (f32, bf16, bf16); /* { dg-error {too few arguments to function 'svbfdot_lane'} } */ in f1()
12 …svbfdot_lane (f32, bf16, bf16, 0, 0); /* { dg-error {too many arguments to function 'svbfdot_lane'… in f1()
14 …svbfdot_lane (pg, bf16, bf16, 0); /* { dg-error {'svbfdot_lane' has no form that takes 'svbool_t' … in f1()
15 …svbfdot_lane (u8, bf16, bf16, 0); /* { dg-error {'svbfdot_lane' has no form that takes 'svuint8_t'… in f1()
16 …svbfdot_lane (u16, bf16, bf16, 0); /* { dg-error {'svbfdot_lane' has no form that takes 'svuint16_… in f1()
17 …svbfdot_lane (f64, bf16, bf16, 0); /* { dg-error {'svbfdot_lane' has no form that takes 'svfloat64… in f1()
18 svbfdot_lane (f32, bf16, bf16, 0); in f1()
23 …svbfdot_lane (f32, bf16, bf16, s32); /* { dg-error {argument 4 of 'svbfdot_lane' must be an intege… in f1()
24 …svbfdot_lane (f32, bf16, bf16, i); /* { dg-error {argument 4 of 'svbfdot_lane' must be an integer … in f1()
26 svbfdot_lane (f32, bf16, bf16, 0); in f1()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/
H A Dternary_bfloat16_lanex2_1.c11 svbfdot_lane (f32, bf16, bf16); /* { dg-error {too few arguments to function 'svbfdot_lane'} } */ in f1()
12 …svbfdot_lane (f32, bf16, bf16, 0, 0); /* { dg-error {too many arguments to function 'svbfdot_lane'… in f1()
14 …svbfdot_lane (pg, bf16, bf16, 0); /* { dg-error {'svbfdot_lane' has no form that takes 'svbool_t' … in f1()
15 …svbfdot_lane (u8, bf16, bf16, 0); /* { dg-error {'svbfdot_lane' has no form that takes 'svuint8_t'… in f1()
16 …svbfdot_lane (u16, bf16, bf16, 0); /* { dg-error {'svbfdot_lane' has no form that takes 'svuint16_… in f1()
17 …svbfdot_lane (f64, bf16, bf16, 0); /* { dg-error {'svbfdot_lane' has no form that takes 'svfloat64… in f1()
18 svbfdot_lane (f32, bf16, bf16, 0); in f1()
23 …svbfdot_lane (f32, bf16, bf16, s32); /* { dg-error {argument 4 of 'svbfdot_lane' must be an intege… in f1()
24 …svbfdot_lane (f32, bf16, bf16, i); /* { dg-error {argument 4 of 'svbfdot_lane' must be an integer … in f1()
26 svbfdot_lane (f32, bf16, bf16, 0); in f1()
[all …]
H A Dternary_bfloat16_lane_1.c11 …svbfmlalb_lane (f32, bf16, bf16); /* { dg-error {too few arguments to function 'svbfmlalb_lane'} }… in f1()
12 …svbfmlalb_lane (f32, bf16, bf16, 0, 0); /* { dg-error {too many arguments to function 'svbfmlalb_l… in f1()
14 …svbfmlalb_lane (pg, bf16, bf16, 0); /* { dg-error {'svbfmlalb_lane' has no form that takes 'svbool… in f1()
15 …svbfmlalb_lane (u8, bf16, bf16, 0); /* { dg-error {'svbfmlalb_lane' has no form that takes 'svuint… in f1()
16 …svbfmlalb_lane (u16, bf16, bf16, 0); /* { dg-error {'svbfmlalb_lane' has no form that takes 'svuin… in f1()
17 …svbfmlalb_lane (f64, bf16, bf16, 0); /* { dg-error {'svbfmlalb_lane' has no form that takes 'svflo… in f1()
18 svbfmlalb_lane (f32, bf16, bf16, 0); in f1()
23 …svbfmlalb_lane (f32, bf16, bf16, s32); /* { dg-error {argument 4 of 'svbfmlalb_lane' must be an in… in f1()
24 …svbfmlalb_lane (f32, bf16, bf16, i); /* { dg-error {argument 4 of 'svbfmlalb_lane' must be an inte… in f1()
26 svbfmlalb_lane (f32, bf16, bf16, 0); in f1()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/
H A Dternary_bfloat16_lane_1.c11 …svbfmlalb_lane (f32, bf16, bf16); /* { dg-error {too few arguments to function 'svbfmlalb_lane'} }… in f1()
12 …svbfmlalb_lane (f32, bf16, bf16, 0, 0); /* { dg-error {too many arguments to function 'svbfmlalb_l… in f1()
14 …svbfmlalb_lane (pg, bf16, bf16, 0); /* { dg-error {'svbfmlalb_lane' has no form that takes 'svbool… in f1()
15 …svbfmlalb_lane (u8, bf16, bf16, 0); /* { dg-error {'svbfmlalb_lane' has no form that takes 'svuint… in f1()
16 …svbfmlalb_lane (u16, bf16, bf16, 0); /* { dg-error {'svbfmlalb_lane' has no form that takes 'svuin… in f1()
17 …svbfmlalb_lane (f64, bf16, bf16, 0); /* { dg-error {'svbfmlalb_lane' has no form that takes 'svflo… in f1()
18 svbfmlalb_lane (f32, bf16, bf16, 0); in f1()
23 …svbfmlalb_lane (f32, bf16, bf16, s32); /* { dg-error {argument 4 of 'svbfmlalb_lane' must be an in… in f1()
24 …svbfmlalb_lane (f32, bf16, bf16, i); /* { dg-error {argument 4 of 'svbfmlalb_lane' must be an inte… in f1()
26 svbfmlalb_lane (f32, bf16, bf16, 0); in f1()
[all …]
H A Dternary_bfloat16_lanex2_1.c11 svbfdot_lane (f32, bf16, bf16); /* { dg-error {too few arguments to function 'svbfdot_lane'} } */ in f1()
12 …svbfdot_lane (f32, bf16, bf16, 0, 0); /* { dg-error {too many arguments to function 'svbfdot_lane'… in f1()
14 …svbfdot_lane (pg, bf16, bf16, 0); /* { dg-error {'svbfdot_lane' has no form that takes 'svbool_t' … in f1()
15 …svbfdot_lane (u8, bf16, bf16, 0); /* { dg-error {'svbfdot_lane' has no form that takes 'svuint8_t'… in f1()
16 …svbfdot_lane (u16, bf16, bf16, 0); /* { dg-error {'svbfdot_lane' has no form that takes 'svuint16_… in f1()
17 …svbfdot_lane (f64, bf16, bf16, 0); /* { dg-error {'svbfdot_lane' has no form that takes 'svfloat64… in f1()
18 svbfdot_lane (f32, bf16, bf16, 0); in f1()
23 …svbfdot_lane (f32, bf16, bf16, s32); /* { dg-error {argument 4 of 'svbfdot_lane' must be an intege… in f1()
24 …svbfdot_lane (f32, bf16, bf16, i); /* { dg-error {argument 4 of 'svbfdot_lane' must be an integer … in f1()
26 svbfdot_lane (f32, bf16, bf16, 0); in f1()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/
H A Dternary_bfloat16_lane_1.c11 …svbfmlalb_lane (f32, bf16, bf16); /* { dg-error {too few arguments to function 'svbfmlalb_lane'} }… in f1()
12 …svbfmlalb_lane (f32, bf16, bf16, 0, 0); /* { dg-error {too many arguments to function 'svbfmlalb_l… in f1()
14 …svbfmlalb_lane (pg, bf16, bf16, 0); /* { dg-error {'svbfmlalb_lane' has no form that takes 'svbool… in f1()
15 …svbfmlalb_lane (u8, bf16, bf16, 0); /* { dg-error {'svbfmlalb_lane' has no form that takes 'svuint… in f1()
16 …svbfmlalb_lane (u16, bf16, bf16, 0); /* { dg-error {'svbfmlalb_lane' has no form that takes 'svuin… in f1()
17 …svbfmlalb_lane (f64, bf16, bf16, 0); /* { dg-error {'svbfmlalb_lane' has no form that takes 'svflo… in f1()
18 svbfmlalb_lane (f32, bf16, bf16, 0); in f1()
23 …svbfmlalb_lane (f32, bf16, bf16, s32); /* { dg-error {argument 4 of 'svbfmlalb_lane' must be an in… in f1()
24 …svbfmlalb_lane (f32, bf16, bf16, i); /* { dg-error {argument 4 of 'svbfmlalb_lane' must be an inte… in f1()
26 svbfmlalb_lane (f32, bf16, bf16, 0); in f1()
[all …]

12345678910>>...82