/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/ |
H A D | inf_nan.t | 113 if !ok ($x->bstr(),$args[2]); 115 if !ok ($x->bstr(),$args[2]); 179 if !ok ($x->bstr(),$args[2]); 181 if !ok ($r->bstr(),$args[2]); 246 if !ok ($x->bstr(),$args[2]); 248 if !ok ($r->bstr(),$args[2]); 316 if !ok ($x->bstr(),$args[2]); 318 if !ok ($r->bstr(),$args[2]); 325 if !ok ($t->bstr(),$args[2]); 327 if !ok ($d->bstr(), [all...] |
H A D | bigfltpm.inc | 47 # ->bstr() to see if an object is returned 48 $try .= '($a,$b) = $x->parts(); $a = $a->bstr(); $b = $b->bstr();'; 51 # ->bstr() to see if an object is returned 52 $try .= '$x->exponent()->bstr();'; 54 # ->bstr() to see if an object is returned 55 $try .= '$x->mantissa()->bstr();';
|
H A D | upgrade.inc | 95 # ->bstr() to see if an object is returned 96 $try .= '$x = $x->exponent()->bstr();'; 98 # ->bstr() to see if an object is returned 99 $try .= '$x = $x->mantissa()->bstr();'; 102 # ->bstr() to see if an object is returned 103 $try .= '$m = $m->bstr(); $m = "NaN" if !defined $m;'; 104 $try .= '$e = $e->bstr(); $e = "NaN" if !defined $e;'; 196 $ans =~ s/^0[xb]//; $ans = Math::BigInt->new($ans)->bstr();
|
H A D | bigintpm.inc | 81 # ->bstr() to see if an object is returned 82 $try .= '$x = $x->exponent()->bstr();'; 84 # ->bstr() to see if an object is returned 85 $try .= '$x = $x->mantissa()->bstr();'; 88 # ->bstr() to see if an object is returned 89 $try .= '$m = $m->bstr(); $m = "NaN" if !defined $m;'; 90 $try .= '$e = $e->bstr(); $e = "NaN" if !defined $e;'; 187 $ans =~ s/^0[xb]//; $ans = Math::BigInt->new($ans)->bstr();
|
H A D | mbimbf.inc | 813 $ans = $mbi->new($ans)->bstr();
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigRat/t/ |
H A D | bigratpm.inc | 46 $try .= '$x->bstr();'; 48 # ->bstr() to see if an object is returned 49 $try .= '($a,$b) = $x->parts(); $a = $a->bstr(); $b = $b->bstr();'; 52 # ->bstr() to see if an object is returned 53 $try .= '$x->numerator()->bstr();'; 55 # ->bstr() to see if an object is returned 56 $try .= '$x->denominator()->bstr();';
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigRat/ |
H A D | Test.pm | 41 *fstr = \&bstr; 75 sub bstr subroutine 90 # print " bstr \$x ", $accuracy || $x->{_a} || 'notset', " ", $precision || $x->{_p} || 'notset', "\n"; 95 $s.$output->bstr();
|
/osnet-11/usr/src/lib/libdiskmgt/common/ |
H A D | findevs.c | 726 char bstr[8]; local 728 (void) snprintf(bstr, 729 sizeof (bstr), "%.2x", bytes[i]); 730 (void) strlcat(str, bstr, sizeof (str)); 1344 char bstr[8]; /* a byte is only 2 hex chars + null */ local 1346 (void) snprintf(bstr, sizeof (bstr), "%.2x", bytes[i]); 1347 (void) strlcat(str, bstr, sizeof (str));
|
/osnet-11/usr/src/lib/libparted/common/libparted/labels/ |
H A D | rdb.c | 46 static void _amiga_set_bstr (const char *cstr, char *bstr, int maxsize) { argument 51 bstr[0] = size; 52 for (i = 0; i<size; i++) bstr[i+1] = cstr[i]; 54 static const char * _amiga_get_bstr (char * bstr) { argument 55 char * cstr = bstr + 1; 56 int size = bstr[0];
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
H A D | BigRat.pm | 275 sub bstr subroutine 287 return $s . $x->{_n}->bstr() if $x->{_d}->is_one(); 288 $s . $x->{_n}->bstr() . '/' . $x->{_d}->bstr(); 302 $s . $x->{_n}->bstr() . '/' . $x->{_d}->bstr(); 1168 return $x->bstr() if $x->{sign} !~ /^[+-]$/; # inf, NaN, etc 1310 print $x->bstr(),"\n";
|
H A D | BigInt.pm | 66 "$_[1]" cmp $_[0]->bstr() : 67 $_[0]->bstr() cmp "$_[1]" }, 130 '""' => sub { $_[0]->bstr(); }, 770 #$m->bstr() . 'e+' . $e->bstr(); # e can only be positive in BigInt 772 $m->bstr() . 'e+' . $CALC->_str($e->{value}); 775 sub bstr subroutine 795 return $x->bstr() if $x->{sign} !~ /^[+-]$/; 2186 return $x->bstr() if $x->{sign} !~ /^[+-]$/; # inf, nan etc 2198 return $x->bstr() i [all...] |
H A D | BigFloat.pm | 317 sub bstr subroutine 2390 return $x->bstr() if $x->{sign} !~ /^[+-]$/; # inf, nan etc 2409 return $x->bstr() if $x->{sign} !~ /^[+-]$/; # inf, nan etc 2551 $x->bstr(); # return string 2618 Output values are BigFloat objects (normalized), except for bstr() and bsstr(). 2621 a plus sign. C<bstr()> will give you always the form with a decimal point, 2624 Input bstr() bsstr() 2916 =item stringify, bstr() 2918 Both stringify and bstr() now drop the leading '+'. The old code would return
|
/osnet-11/usr/src/lib/liblldp/common/ |
H A D | liblldp_tlv.c | 1731 lldp_tlv2unknown(lldp_tlv_t *tlv, char *bstr, size_t blen) argument 1735 char *cp = bstr;
|