Home | History | Annotate | Download | only in systat

Lines Matching defs:scale

61 	uintmax_t	 scale;
67 /* mul, scale, str, name */
85 get_tbl_ptr(const uintmax_t size, const int scale)
91 idx = scale < SC_AUTO ? scale : SC_AUTO;
108 convert(const uintmax_t size, const int scale)
112 tp = get_tbl_ptr(size, scale);
113 return ((double)size * tp->mul / tp->scale);
118 get_string(const uintmax_t size, const int scale)
122 tp = get_tbl_ptr(size, scale);