Home
last modified time | relevance | path

Searched refs:tenths (Results 1 – 25 of 1952) sorted by relevance

12345678910>>...79

/dports/sysutils/dcfldd/dcfldd-1.7.1/src/
H A Dhuman.c128 int tenths = 0; in human_readable_inexact() local
174 tenths = r10 / divisor, in human_readable_inexact()
220 int r10 = (amt % base) * 10 + tenths; in human_readable_inexact()
223 tenths = r10 / base; in human_readable_inexact()
238 tenths++; in human_readable_inexact()
241 if (tenths == 10) in human_readable_inexact()
244 tenths = 0; in human_readable_inexact()
250 *--p = '0' + tenths; in human_readable_inexact()
252 tenths = rounding = 0; in human_readable_inexact()
258 ? 0 < tenths + rounding in human_readable_inexact()
[all …]
/dports/archivers/gtar/tar-1.34/gnu/
H A Dhuman.c160 int tenths; in human_readable() local
203 tenths = 0; in human_readable()
215 tenths = r10 / divisor; in human_readable()
289 tenths = r10 / base; in human_readable()
300 ? 2 < rounding + (tenths & 1) in human_readable()
303 tenths++; in human_readable()
306 if (tenths == 10) in human_readable()
309 tenths = 0; in human_readable()
316 *--p = '0' + tenths; in human_readable()
319 tenths = rounding = 0; in human_readable()
[all …]
/dports/net-mgmt/nagios-plugins/nagios-plugins-2.3.3/gl/
H A Dhuman.c160 int tenths; in human_readable() local
202 tenths = 0; in human_readable()
214 tenths = r10 / divisor; in human_readable()
288 tenths = r10 / base; in human_readable()
299 ? 2 < rounding + (tenths & 1) in human_readable()
302 tenths++; in human_readable()
305 if (tenths == 10) in human_readable()
308 tenths = 0; in human_readable()
315 *--p = '0' + tenths; in human_readable()
318 tenths = rounding = 0; in human_readable()
[all …]
/dports/net-p2p/microdc2/microdc2-0.15.6/lib/
H A Dhuman.c175 int tenths; in human_readable() local
217 tenths = 0; in human_readable()
229 tenths = r10 / divisor; in human_readable()
303 tenths = r10 / base; in human_readable()
314 ? 2 < rounding + (tenths & 1) in human_readable()
317 tenths++; in human_readable()
320 if (tenths == 10) in human_readable()
323 tenths = 0; in human_readable()
330 *--p = '0' + tenths; in human_readable()
333 tenths = rounding = 0; in human_readable()
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dhuman.c160 int tenths; in human_readable() local
202 tenths = 0; in human_readable()
214 tenths = r10 / divisor; in human_readable()
288 tenths = r10 / base; in human_readable()
299 ? 2 < rounding + (tenths & 1) in human_readable()
302 tenths++; in human_readable()
305 if (tenths == 10) in human_readable()
308 tenths = 0; in human_readable()
315 *--p = '0' + tenths; in human_readable()
318 tenths = rounding = 0; in human_readable()
[all …]
/dports/sysutils/coreutils/coreutils-8.32/lib/
H A Dhuman.c160 int tenths; in human_readable() local
203 tenths = 0; in human_readable()
215 tenths = r10 / divisor; in human_readable()
289 tenths = r10 / base; in human_readable()
300 ? 2 < rounding + (tenths & 1) in human_readable()
303 tenths++; in human_readable()
306 if (tenths == 10) in human_readable()
309 tenths = 0; in human_readable()
316 *--p = '0' + tenths; in human_readable()
319 tenths = rounding = 0; in human_readable()
[all …]
/dports/misc/gnuls/coreutils-8.30/lib/
H A Dhuman.c160 int tenths; in human_readable() local
203 tenths = 0; in human_readable()
215 tenths = r10 / divisor; in human_readable()
289 tenths = r10 / base; in human_readable()
300 ? 2 < rounding + (tenths & 1) in human_readable()
303 tenths++; in human_readable()
306 if (tenths == 10) in human_readable()
309 tenths = 0; in human_readable()
316 *--p = '0' + tenths; in human_readable()
319 tenths = rounding = 0; in human_readable()
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dhuman.c160 int tenths; in human_readable() local
203 tenths = 0; in human_readable()
215 tenths = r10 / divisor; in human_readable()
289 tenths = r10 / base; in human_readable()
300 ? 2 < rounding + (tenths & 1) in human_readable()
303 tenths++; in human_readable()
306 if (tenths == 10) in human_readable()
309 tenths = 0; in human_readable()
316 *--p = '0' + tenths; in human_readable()
319 tenths = rounding = 0; in human_readable()
[all …]
/dports/misc/findutils/findutils-4.8.0/gl/lib/
H A Dhuman.c160 int tenths; in human_readable() local
203 tenths = 0; in human_readable()
215 tenths = r10 / divisor; in human_readable()
289 tenths = r10 / base; in human_readable()
300 ? 2 < rounding + (tenths & 1) in human_readable()
303 tenths++; in human_readable()
306 if (tenths == 10) in human_readable()
309 tenths = 0; in human_readable()
316 *--p = '0' + tenths; in human_readable()
319 tenths = rounding = 0; in human_readable()
[all …]
/dports/ftp/lftp/lftp-4.9.2/lib/
H A Dhuman.c160 int tenths; in human_readable() local
203 tenths = 0; in human_readable()
215 tenths = r10 / divisor; in human_readable()
289 tenths = r10 / base; in human_readable()
300 ? 2 < rounding + (tenths & 1) in human_readable()
303 tenths++; in human_readable()
306 if (tenths == 10) in human_readable()
309 tenths = 0; in human_readable()
316 *--p = '0' + tenths; in human_readable()
319 tenths = rounding = 0; in human_readable()
[all …]
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/utils/
H A DTextUtil.java102 return tenths( (double)size / MB ) + "MB"; in quantify()
103 return tenths( (double)size / GB ) + "GB"; in quantify()
113 public static String tenths( double n ) { in tenths() method in TextUtil
114 return Double.toString( NumberUtil.tenths( n ) ); in tenths()
124 public static String tenths( Rational n ) { in tenths() method in TextUtil
125 return tenths( n.doubleValue() ); in tenths()
138 final String s = tenths( n ); in tenthsNoDotZero()
H A DNumberUtil.java20 public static double tenths( double n ) { in tenths() method in NumberUtil
31 public static double tenths( Rational n ) { in tenths() method in NumberUtil
32 return tenths( n.doubleValue() ); in tenths()
/dports/emulators/lisaem/lisaem-1.2.6.2/lisa/
H A Dcops.c536 int years, days, hours, minutes, seconds, tenths; in normalize_lisa_clock() local
543 tenths =lisa_clock.tenths; in normalize_lisa_clock()
547 if (tenths > 9) tenths = 9; in normalize_lisa_clock()
568 lisa_clock.tenths=tenths; in normalize_lisa_clock()
577 int years, days, hours, minutes, seconds, tenths; in normalize_lisa_set_clock() local
584 tenths =lisa_clock.tenths; in normalize_lisa_set_clock()
591 years=1; days=0; hours=23; minutes=59; seconds=59; tenths=9; in normalize_lisa_set_clock()
596 if (tenths > 9) tenths = 9; in normalize_lisa_set_clock()
619 lisa_clock.tenths=tenths; in normalize_lisa_set_clock()
673 lisa_clock.tenths= 0; in init_clock()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/wiretap/
H A Dpppdump.c190 guint tenths; member
281 state->tenths = 0; in pppdump_open()
374 rec->ts.nsecs = state->tenths * 100000000; in pppdump_read()
669 state->tenths = 0; in collate()
676 state->tenths += pntoh32(&time_long); in collate()
678 if (state->tenths >= 10) { in collate()
679 state->timestamp += state->tenths / 10; in collate()
680 state->tenths = state->tenths % 10; in collate()
689 state->tenths += time_short; in collate()
691 if (state->tenths >= 10) { in collate()
[all …]
/dports/net/wireshark/wireshark-3.6.1/wiretap/
H A Dpppdump.c190 guint tenths; member
281 state->tenths = 0; in pppdump_open()
374 rec->ts.nsecs = state->tenths * 100000000; in pppdump_read()
669 state->tenths = 0; in collate()
676 state->tenths += pntoh32(&time_long); in collate()
678 if (state->tenths >= 10) { in collate()
679 state->timestamp += state->tenths / 10; in collate()
680 state->tenths = state->tenths % 10; in collate()
689 state->tenths += time_short; in collate()
691 if (state->tenths >= 10) { in collate()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/wiretap/
H A Dpppdump.c190 guint tenths;
281 state->tenths = 0;
374 rec->ts.nsecs = state->tenths * 100000000;
669 state->tenths = 0;
676 state->tenths += pntoh32(&time_long);
678 if (state->tenths >= 10) {
679 state->timestamp += state->tenths / 10;
680 state->tenths = state->tenths % 10;
689 state->tenths += time_short;
691 if (state->tenths >= 10) {
[all …]
/dports/net/tshark/wireshark-3.6.1/wiretap/
H A Dpppdump.c190 guint tenths; member
281 state->tenths = 0; in pppdump_open()
374 rec->ts.nsecs = state->tenths * 100000000; in pppdump_read()
669 state->tenths = 0; in collate()
676 state->tenths += pntoh32(&time_long); in collate()
678 if (state->tenths >= 10) { in collate()
679 state->timestamp += state->tenths / 10; in collate()
680 state->tenths = state->tenths % 10; in collate()
689 state->tenths += time_short; in collate()
691 if (state->tenths >= 10) { in collate()
[all …]
/dports/x11-themes/sierra-gtk-themes/Sierra-gtk-theme-2019-12-16/src/plank/Sierra-dark/
H A Ddock.theme20 #The padding on the left/right dock edges, in tenths of a percent of IconSize.
22 #The padding on the top dock edge, in tenths of a percent of IconSize.
24 #The padding on the bottom dock edge, in tenths of a percent of IconSize.
26 #The padding between items on the dock, in tenths of a percent of IconSize.
28 #The size of item indicators, in tenths of a percent of IconSize.
30 #The size of the icon-shadow behind every item, in tenths of a percent of IconSize.
52 #The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize.
/dports/x11-themes/mojave-gtk-themes/Mojave-gtk-theme-2021-07-20/src/other/plank/Mojave-dark/
H A Ddock.theme20 #The padding on the left/right dock edges, in tenths of a percent of IconSize.
22 #The padding on the top dock edge, in tenths of a percent of IconSize.
24 #The padding on the bottom dock edge, in tenths of a percent of IconSize.
26 #The padding between items on the dock, in tenths of a percent of IconSize.
28 #The size of item indicators, in tenths of a percent of IconSize.
30 #The size of the icon-shadow behind every item, in tenths of a percent of IconSize.
52 #The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize.
/dports/x11/plank/plank-0.11.89/tests/data/themes/Test/
H A Ddock.theme21 #The padding on the left/right dock edges, in tenths of a percent of IconSize.
23 #The padding on the top dock edge, in tenths of a percent of IconSize.
25 #The padding on the bottom dock edge, in tenths of a percent of IconSize.
27 #The padding between items on the dock, in tenths of a percent of IconSize.
29 #The size of item indicators, in tenths of a percent of IconSize.
31 #The size of the icon-shadow behind every item, in tenths of a percent of IconSize.
53 #The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize.
/dports/x11-themes/plata-theme/plata-theme-1dd0953f1d6a35777388d39f46e2428c038042be/src/extra/plank/
H A Ddock-dark.theme23 #The padding on the left/right dock edges, in tenths of a percent of IconSize.
25 #The padding on the top dock edge, in tenths of a percent of IconSize.
27 #The padding on the bottom dock edge, in tenths of a percent of IconSize.
29 #The padding between items on the dock, in tenths of a percent of IconSize.
31 #The size of item indicators, in tenths of a percent of IconSize.
33 #The size of the icon-shadow behind every item, in tenths of a percent of IconSize.
55 #The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize.
H A Ddock-light.theme23 #The padding on the left/right dock edges, in tenths of a percent of IconSize.
25 #The padding on the top dock edge, in tenths of a percent of IconSize.
27 #The padding on the bottom dock edge, in tenths of a percent of IconSize.
29 #The padding between items on the dock, in tenths of a percent of IconSize.
31 #The size of item indicators, in tenths of a percent of IconSize.
33 #The size of the icon-shadow behind every item, in tenths of a percent of IconSize.
55 #The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize.
/dports/x11-themes/sierra-gtk-themes/Sierra-gtk-theme-2019-12-16/src/plank/Sierra-light/
H A Ddock.theme20 #The padding on the left/right dock edges, in tenths of a percent of IconSize.
22 #The padding on the top dock edge, in tenths of a percent of IconSize.
24 #The padding on the bottom dock edge, in tenths of a percent of IconSize.
26 #The padding between items on the dock, in tenths of a percent of IconSize.
28 #The size of item indicators, in tenths of a percent of IconSize.
30 #The size of the icon-shadow behind every item, in tenths of a percent of IconSize.
52 #The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize.
/dports/x11-themes/qogir-gtk-themes/Qogir-theme-2021-11-17/src/plank/
H A Ddock.theme21 #The padding on the left/right dock edges, in tenths of a percent of IconSize.
23 #The padding on the top dock edge, in tenths of a percent of IconSize.
25 #The padding on the bottom dock edge, in tenths of a percent of IconSize.
27 #The padding between items on the dock, in tenths of a percent of IconSize.
29 #The size of item indicators, in tenths of a percent of IconSize.
31 #The size of the icon-shadow behind every item, in tenths of a percent of IconSize.
53 #The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize.
/dports/x11-themes/matcha-gtk-themes/Matcha-gtk-theme-2021-11-29/src/plank/
H A Ddock.theme18 #The padding on the left/right dock edges, in tenths of a percent of IconSize.
20 #The padding on the top dock edge, in tenths of a percent of IconSize.
22 #The padding on the bottom dock edge, in tenths of a percent of IconSize.
24 #The padding between items on the dock, in tenths of a percent of IconSize.
26 #The size of item indicators, in tenths of a percent of IconSize.
28 #The size of the icon-shadow behind every item, in tenths of a percent of IconSize.
50 #The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize.

12345678910>>...79