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/
H A Dnum.rs68 const EXPONENT_MASK: u64; consts
207 const EXPONENT_MASK: u64 = 0x7F800000; consts
255 const EXPONENT_MASK: u64 = 0x7FF0000000000000; consts
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-unittests/
H A Dto_toml.py99 EXPONENT_MASK = np.uint32(0x7F800000) variable in Float32
113 EXPONENT_MASK = np.uint64(0x7FF0000000000000) variable in Float64
/third_party/ffmpeg/libavfilter/
H A Dvf_lut3d.c60 #define EXPONENT_MASK 0x7F800000 macro

Completed in 6 milliseconds