Searched defs:has_decimal_point (Results 1 – 2 of 2) sorted by relevance
/llvm-project/libc/src/stdio/printf_core/ | ||
H A D | fixed_converter.h | 104 bool has_decimal_point = convert_fixed() local |
H A D | float_dec_converter.h | 164 bool has_decimal_point; // True if the number has a decimal point. global() variable |