Searched defs:has_exponent (Results 1 – 2 of 2) sorted by relevance
255 bool has_exponent = false; in try_float() local409 const bool has_exponent = (matches(end, "p") || matches(end, "P")); in try_hex_float() local
197 bool negative = false, has_fraction = false, has_exponent = false, valid = false; in parse_number() local