Home
last modified time | relevance | path

Searched defs:has_decimal_point (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm-libc/src/stdio/printf_core/
H A Dfloat_dec_converter.h165 bool has_decimal_point; // True if the number has a decimal point. variable
492 bool has_decimal_point = in convert_float_decimal_typed() local
604 bool has_decimal_point = in convert_float_dec_exp_typed() local
H A Dfixed_converter.h105 bool has_decimal_point = in convert_fixed() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde-1.0.197/src/de/
H A Dmod.rs2300 has_decimal_point: bool, in fmt() field