Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dlexer.cc317 constexpr uint32_t kTotalBits = 32; in try_hex_float() local
318 constexpr uint32_t kTotalMsb = kTotalBits - 1; in try_hex_float()
321 constexpr uint32_t kMantissaShiftRight = kTotalBits - kMantissaBits; in try_hex_float()