/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
H A D | BigFloat.pm | 8 # _e : exponent (ref to $CALC object) 113 # _e: exponent 168 $self->{_e} = $MBI->_new($$ev); # exponent 465 # lengths (corrected by exponent) are equal 529 # lengths (corrected by exponent) are equal 1418 # $ym is now mantissa of $y based on exponent 0 1438 # now mantissas are equalized, exponent of $x is adjusted, so calc result 2210 sub exponent subroutine 2212 # return a copy of the exponent 2241 # return a copy of both the exponent an [all...] |
H A D | BigInt.pm | 517 # split str in m mantissa, e exponent, i integer, f fraction, v value, s sign 539 my $e = int("$$es$$ev"); # exponent (avoid recursion) 1604 # takes a very large number to a very large exponent in a given very 1615 # check exponent for valid values 1967 sub exponent subroutine 1969 # return a copy of the exponent (here always 0, NaN or 1 for $m == 0) 2001 # return a copy of both the exponent and the mantissa 2004 ($x->mantissa(),$x->exponent()); 2509 # sign,value for exponent,mantint,mantfrac 2511 # valid exponent [all...] |
/osnet-11/usr/src/lib/libc/inc/ |
H A D | base_conversion.h | 43 /* exponent bias */ 55 * The exponent is unbiased. The significand array is long enough 65 int exponent; member in struct:__anon1298 78 unsigned exponent:8; member in struct:__anon1299 84 unsigned exponent:11; member in struct:__anon1300 89 unsigned exponent:15; member in struct:__anon1301 96 unsigned exponent:15; member in struct:__anon1302 126 unsigned exponent:8; member in struct:__anon1307 132 unsigned exponent:11; member in struct:__anon1308 138 unsigned exponent member in struct:__anon1309 144 unsigned exponent:15; member in struct:__anon1310 [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | numeric.c | 692 /* we can have an optional exponent part */ 722 S_mulexp10(NV value, I32 exponent) argument 729 if (exponent == 0) 737 * to support G_FLOAT on both VAX and Alpha, and though the exponent 757 if (exponent >= NV_MAX_10_EXP || exponent + exp_v >= NV_MAX_10_EXP) 759 if (exponent < 0) { 760 if (-(exponent + exp_v) >= NV_MAX_10_EXP) 762 while (-exponent >= NV_MAX_10_EXP) { 763 /* combination does not overflow, but 10^(-exponent) doe 827 I32 exponent = 0; local [all...] |
/osnet-11/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_debug.c | 789 int mantissa, exponent; local 792 exponent = (int)((prec >> 0) & 0x0f) % 10; 794 val = mantissa * poweroften[exponent]; 806 int exponent; local 825 for (exponent = 0; exponent < 9; exponent++) 826 if (cmval < poweroften[exponent+1]) 829 mantissa = cmval / poweroften[exponent]; 833 retval = (mantissa << 4) | exponent; [all...] |
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | od.c | 187 int exponent; member in struct:Size_s 799 if (!(zp = xp) || zp->exponent) 846 if (zp->exponent) 855 base = sfsprintf(dig, sizeof(dig), "%u", zp->exponent); 886 if (zp->exponent)
|
/osnet-11/usr/src/lib/libprtdiag/common/ |
H A D | display_sun4v.c | 1337 int32_t exponent; local 1493 * Get the exponent if present, and do a little math so that 1498 &exponent, sizeof (exponent)) != PICL_SUCCESS) 1499 exponent = 0; 1500 if (exponent == 0) 1504 pow((double)10, (double)exponent); 1510 * exponent to zero will prevent the printf below 1512 * negative exponent is used to set the precision 1515 if ((int)display_val == display_val || exponent > [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | vasnprintf.c | 1620 12; /* sign, decimal point, exponent etc. */ 3072 int exponent; local 3076 mantissa = printf_frexpl (arg, &exponent); 3079 exponent = 0; 3149 SNPRINTF (p, 6 + 1, decimal_format, exponent); 3156 sprintf ((char *) p, "%+d", exponent); 3164 sprintf (expbuf, "%+d", exponent); 3223 int exponent; local 3227 mantissa = printf_frexp (arg, &exponent); 3230 exponent 3522 int exponent = floorlog10l (arg < 0 ? -arg : arg); local 3538 int exponent = floorlog10 (arg < 0 ? -arg : arg); local 3664 int exponent; local 3814 int exponent; local 4126 int exponent; local 4288 int exponent; local [all...] |