Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dlexer.cc327 constexpr uint32_t kSignBit = 31; in try_hex_float() local
602 uint32_t result_u32 = sign_bit << kSignBit; in try_hex_float()