Home
last modified time | relevance | path

Searched defs:EXPONENT_MASK (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/minimal-lexical/src/
Dnum.rs68 const EXPONENT_MASK: u64; constant
207 const EXPONENT_MASK: u64 = 0x7F800000; constant
255 const EXPONENT_MASK: u64 = 0x7FF0000000000000; constant
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-unittests/
Dto_toml.py99 EXPONENT_MASK = np.uint32(0x7F800000) variable in Float32
113 EXPONENT_MASK = np.uint64(0x7FF0000000000000) variable in Float64
/third_party/ffmpeg/libavfilter/
Dvf_lut3d.c113 #define EXPONENT_MASK 0x7F800000 macro