Home
last modified time | relevance | path

Searched defs:bf16 (Results 1 – 13 of 13) sorted by relevance

/external/rust/crates/half/src/
Dbfloat.rs37 pub struct bf16(u16); struct
39 impl bf16 { impl
42 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 …]
Dlib.rs117 impl SealedHalf for bf16 {} implementation
Dslice.rs301 impl SealedHalfFloatSlice for [bf16] {} implementation
459 impl HalfFloatSliceExt for [bf16] { implementation
/external/llvm-project/clang/test/Sema/
Darm-bfloat.cpp9 __bf16 bf16; in test() local
13 bf16 * bf16; // expected-error {{invalid operands to binary expression ('__bf16' and '__bf16')}} in test() local
23 fp16 * bf16; // expected-error {{invalid operands to binary expression ('__fp16' and '__bf16')}} in test() local
/external/llvm-project/clang/test/PCH/
Daarch64-sve-types.c21 __SVBFloat16_t *bf16; variable
/external/llvm-project/clang/test/CodeGenObjC/
Daarch64-sve-types.m32 const char bf16[] = @encode(__SVBFloat16_t); function
/external/llvm-project/clang/test/SemaObjC/
Daarch64-sve-types.m21 @property(nullable) __SVBFloat16_t bf16; // expected-error {{cannot be applied to non-pointer type}} property
/external/llvm-project/clang/test/CodeGenCXX/
Daarch64-sve-typeinfo.cpp22 auto &bf16 = typeid(__SVBFloat16_t); variable
/external/llvm-project/clang/test/CodeGen/
Daarch64-sve.c36 __SVBFloat16_t bf16; in test_locals() local
/external/cpu_features/include/
Dcpuinfo_aarch64.h70 int bf16 : 1; // BFloat16 instructions. member
/external/llvm-project/llvm/include/llvm/Support/
DMachineValueType.h50 bf16 = 8, // This is a 16 bit brain floating point value enumerator
/external/llvm-project/mlir/test/CAPI/
Dir.c593 MlirType bf16 = mlirBF16TypeGet(ctx); in printBuiltinTypes() local
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_test.cc1390 auto bf16 = LiteralUtil::CreateR4WithLayout<bfloat16>({{ in TEST_F() local