Home
last modified time | relevance | path

Searched refs:other_digits (Results 1 – 1 of 1) sorted by relevance

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/runtime/
H A Dto_string.cpp118 uint64_t other_digits = fixed - top_digit * scale; in halide_double_to_string() local
122 dst = halide_int64_to_string(dst, end, other_digits, decimal_places); in halide_double_to_string()