Home
last modified time | relevance | path

Searched refs:binary16 (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/half/src/
Dlib.rs190 mod binary16; module
202 pub use binary16::f16;
Dslice.rs10 use crate::{bf16, binary16::convert, f16};
/external/rust/crates/half/
DMETADATA6 …int f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 type…
DCargo.toml.orig6 …int f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 type…
DCargo.toml22 …int f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 type…
DREADME.md5 754-2008 standard [`binary16`](https://en.wikipedia.org/wiki/Half-precision_floating-point_format)
/external/python/cpython3/Doc/library/
Dstruct.rst272 representation uses the IEEE 754 binary32, binary64 or binary16 format (for
284 The IEEE 754 binary16 "half precision" type was introduced in the 2008