Searched refs:fraction (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfstrtof.h210 int fraction; local
246 fraction = -1;
270 fraction = digits;
309 if (fraction >= 0)
310 m -= 4 * (digits - fraction);
334 fraction = 0;
415 fraction = digits;
454 if (fraction >= 0)
455 digits = fraction;
/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dcount.c312 Also, the fraction of each cluster (x/64) is recorded
353 int fraction; local
358 fraction = fs_info->cluster_info [cluster].units_used;
359 if (fraction == 0)
360 fraction = 64;
362 return fraction * fs_info->cluster_sectors / 64;
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dls.c158 grub_uint64_t whole, fraction; local
160 whole = grub_divmod64 (fsize, 100, &fraction);
163 ".%02" PRIuGRUB_UINT64_T "%c", whole, fraction,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A DDecomposition.pl17 00BC <fraction> 0031 2044 0034
18 00BD <fraction> 0031 2044 0032
19 00BE <fraction> 0033 2044 0034
1128 2153 <fraction> 0031 2044 0033
1129 2154 <fraction> 0032 2044 0033
1130 2155 <fraction> 0031 2044 0035
1131 2156 <fraction> 0032 2044 0035
1132 2157 <fraction> 0033 2044 0035
1133 2158 <fraction> 0034 2044 0035
1134 2159 <fraction> 003
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigRat.pm1459 Return true if $x has a denominator of 1 (e.g. no fraction parts), otherwise
H A DBigInt.pm517 # split str in m mantissa, e exponent, i integer, f fraction, v value, s sign
555 # adjust fraction and add it to value
564 # fraction and negative/zero E => NOI
2669 ($xl,$f) = $x->length(); # length of number and length of fraction part,
3184 In list context, returns the length of the integer and fraction part. For
3185 BigInt's, the length of the fraction part will always be 0.
4011 It prints both the number of digits in the number and in the fraction part

Completed in 47 milliseconds