Home
last modified time | relevance | path

Searched defs:has_exponent (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dlexer.cc255 bool has_exponent = false; in try_float() local
409 const bool has_exponent = (matches(end, "p") || matches(end, "P")); in try_hex_float() local
/third_party/pulseaudio/src/pulse/
Djson.c197 bool negative = false, has_fraction = false, has_exponent = false, valid = false; in parse_number() local