Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dlexer.cc426 bool seen_prior_one_bits = false; in try_hex_float() local
437 if (seen_prior_one_bits) { in try_hex_float()
445 seen_prior_one_bits = true; in try_hex_float()
459 seen_prior_one_bits = true; in try_hex_float()
465 if (!seen_prior_one_bits) { in try_hex_float()
479 const bool is_zero = !seen_prior_one_bits; in try_hex_float()