Searched refs:is_truncated (Results 1 – 1 of 1) sorted by relevance
2610 fastfloat_really_inline bool is_truncated(const char* first, const char* last) noexcept { in is_truncated() function2629 fastfloat_really_inline bool is_truncated(byte_span s) noexcept { in is_truncated() function2630 return is_truncated(s.ptr, s.ptr + s.len()); in is_truncated()2691 bool truncated = is_truncated(p, pend); in parse_mantissa()2693 truncated |= is_truncated(num.fraction); in parse_mantissa()2724 bool truncated = is_truncated(p, pend); in parse_mantissa()