Searched defs:bf16 (Results 1 – 13 of 13) sorted by relevance
37 pub struct bf16(u16); struct39 impl bf16 { impl42 pub const fn from_bits(bits: u16) -> bf16 { in from_bits()52 pub fn from_f32(value: f32) -> bf16 { in from_f32()63 pub fn from_f64(value: f64) -> bf16 { in from_f64()135 pub fn from_le_bytes(bytes: [u8; 2]) -> bf16 { in from_le_bytes()149 pub fn from_be_bytes(bytes: [u8; 2]) -> bf16 { in from_be_bytes()170 pub fn from_ne_bytes(bytes: [u8; 2]) -> bf16 { in from_ne_bytes()328 pub fn signum(self) -> bf16 { in signum()478 impl From<i8> for bf16 { implementation[all …]
117 impl SealedHalf for bf16 {} implementation
301 impl SealedHalfFloatSlice for [bf16] {} implementation459 impl HalfFloatSliceExt for [bf16] { implementation
9 __bf16 bf16; in test() local13 bf16 * bf16; // expected-error {{invalid operands to binary expression ('__bf16' and '__bf16')}} in test() local23 fp16 * bf16; // expected-error {{invalid operands to binary expression ('__fp16' and '__bf16')}} in test() local
21 __SVBFloat16_t *bf16; variable
32 const char bf16[] = @encode(__SVBFloat16_t); function
21 @property(nullable) __SVBFloat16_t bf16; // expected-error {{cannot be applied to non-pointer type}} property
22 auto &bf16 = typeid(__SVBFloat16_t); variable
36 __SVBFloat16_t bf16; in test_locals() local
70 int bf16 : 1; // BFloat16 instructions. member
50 bf16 = 8, // This is a 16 bit brain floating point value enumerator
593 MlirType bf16 = mlirBF16TypeGet(ctx); in printBuiltinTypes() local
1390 auto bf16 = LiteralUtil::CreateR4WithLayout<bfloat16>({{ in TEST_F() local