Home
last modified time | relevance | path

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

/dports/devel/indicators/indicators-2.2/include/indicators/details/
H A Dstream_helper.hpp115 auto remainder_width = fmod((value * bar_width), 1.0f); in write() local
116 auto part_width = std::floor(remainder_width * lead_characters.size()); in write()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/mir/
H A Dpretty.rs876 let remainder_width = relocation_width(remainder.bytes_usize()) - 2; in write_allocation_bytes() localVariable
882 if overflow_width > remainder_width && overflow_width >= target.len() { in write_allocation_bytes()
884 write!(w, "╾{0:─^1$}", "", remainder_width)?; in write_allocation_bytes()
890 oversized_ptr(&mut target, remainder_width); in write_allocation_bytes()
891 write!(w, "╾{0:─^1$}", target, remainder_width)?; in write_allocation_bytes()
/dports/devel/indicators/indicators-2.2/single_include/indicators/
H A Dindicators.hpp2904 auto remainder_width = fmod((value * bar_width), 1.0f); in write() local
2905 auto part_width = std::floor(remainder_width * lead_characters.size()); in write()
3132 auto remainder_width = fmod((value * bar_width), 1.0f); in write() local
3133 auto part_width = std::floor(remainder_width * lead_characters.size()); in write()