| /netvirt/usr/src/uts/common/sys/ |
| ppmio.h | 99 int norm; /* normal level */ member in struct:ppm_norm 125 int32_t norm; /* normal level */ member in struct:ppm_norm32
|
| /netvirt/usr/src/cmd/perl/5.6.1/distrib/lib/ |
| bigfloat.pl | 57 &norm(($1 ? "$1$2$x" : "+$2$x"), (($x ne '') ? $6-length($x) : $6)); 64 sub norm { #(mantissa, exponent) return fnum_str 107 &norm(&'bmul($xm,$ym),$xe+$ye); 121 &norm(&'badd($ym,$xm.('0' x ($xe-$ye))),$ye); 145 &norm(&round(&'bdiv($xm.('0' x $scale),$ym),&'babs($ym)), 185 &norm(&round(substr($xm,$[,$scale+1), 211 &norm(&round(substr($xm,$[,1).'0', 214 &norm(&round(substr($xm,$[,$xe), 63 sub norm { #(mantissa, exponent) return fnum_str subroutine
|
| bigrat.pl | 48 &norm($1, $3 ? $3 : '+1'); 55 sub norm { #(bint, bint) return rat_num 96 &norm(&'bmul($xn,$yn),&'bmul($xd,$yd)); 103 &norm(&'bmul($xn,$yd),&'bmul($xd,$yn)); 111 &norm(&'badd(&'bmul($xn,$yd),&'bmul($yn,$xd)),&'bmul($xd,$yd)); 118 &norm(&'bsub(&'bmul($xn,$yd),&'bmul($yn,$xd)),&'bmul($xd,$yd)); 54 sub norm { #(bint, bint) return rat_num subroutine
|
| /netvirt/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| bigfloat.pl | 57 &norm(($1 ? "$1$2$x" : "+$2$x"), (($x ne '') ? $6-length($x) : $6)); 64 sub norm { #(mantissa, exponent) return fnum_str 107 &norm(&'bmul($xm,$ym),$xe+$ye); 121 &norm(&'badd($ym,$xm.('0' x ($xe-$ye))),$ye); 145 &norm(&round(&'bdiv($xm.('0' x $scale),$ym),&'babs($ym)), 185 &norm(&round(substr($xm,$[,$scale+1), 211 &norm(&round(substr($xm,$[,1).'0', 214 &norm(&round(substr($xm,$[,$xe), 63 sub norm { #(mantissa, exponent) return fnum_str subroutine
|
| bigrat.pl | 48 &norm($1, $3 ? $3 : '+1'); 55 sub norm { #(bint, bint) return rat_num 96 &norm(&'bmul($xn,$yn),&'bmul($xd,$yd)); 103 &norm(&'bmul($xn,$yd),&'bmul($xd,$yn)); 111 &norm(&'badd(&'bmul($xn,$yd),&'bmul($yn,$xd)),&'bmul($xd,$yd)); 118 &norm(&'bsub(&'bmul($xn,$yd),&'bmul($yn,$xd)),&'bmul($xd,$yd)); 54 sub norm { #(bint, bint) return rat_num subroutine
|
| Switch.pm | 730 In situations where case fall-through should be the norm, rather than an
|
| /netvirt/usr/src/lib/libc/port/gen/ |
| nlspath_checks.c | 208 * The string norm should contain 2N bytes; an upperbound is the 259 extract_format(const char *fmt, char *norm, size_t sz, int strict) 271 (void) memset(norm, '\0', sz); 331 STORE(norm, sz, argp, '*'); 351 STORE(norm, sz, argp, '*'); 461 STORE(norm, sz, arg, conv); 462 norm[arg*FORMAT_SIZE + 1] = flag; 467 printf("%c(%d)", norm[t], norm[t+1]); 474 if (norm[arg*FORMAT_SIZE] == '\0' [all...] |
| /netvirt/usr/src/cmd/perl/5.6.1/distrib/lib/Math/ |
| BigFloat.pm | 86 &norm(($1 ? "$1$2$4" : "+$2$4"),(($4 ne '') ? $6-length($4) : $6)); 93 sub norm { #(mantissa, exponent) return fnum_str subroutine 132 &norm(Math::BigInt::bmul($xm,$ym),$xe+$ye); 145 &norm(Math::BigInt::badd($ym,$xm.('0' x ($xe-$ye))),$ye); 169 &norm(&round(Math::BigInt::bdiv($xm.('0' x $scale),$ym), 193 &norm(Math::BigInt::bmod($xm,$ym)); 232 &norm(&round(substr($xm,$[,$scale+1), 256 &norm(&round(substr($xm,$[,1).'0', 260 &norm(&round(substr($xm,$[,$xe),
|
| Complex.pm | 519 # Compute or set complex's norm (rho). 1516 axes. Mathematicians call I<rho> the I<norm> or I<modulus> and I<theta> 1517 the I<argument> of the complex number. The I<norm> of C<z> will be [all...] |
| /netvirt/usr/src/cmd/msgfmt/ |
| gnu_check.c | 40 extract_format(char *norm, const char *sfmt, size_t sz) 103 (norm[ap * 2] && 104 norm[ap * 2] != '*')) { 110 norm[ap * 2] = '*'; 129 (norm[ap * 2] && 130 norm[ap * 2] != '*')) { 136 norm[ap * 2] = '*'; 256 (norm[arg * 2] && 257 (norm[arg * 2] != conv))) { 262 norm[arg * 2] = conv [all...] |
| /netvirt/usr/src/cmd/geniconvtbl/ |
| itm_comp.l | 50 %start norm comment 161 BEGIN norm;
|
| /netvirt/usr/src/cmd/mailx/ |
| names.c | 57 static char *norm(register char *user, register char *ubuf, int nbangs); 486 norm(register char *user, register char *ubuf, int nbangs) function 542 user = norm(user, ubuf, nbangs); 543 addr = norm(addr, abuf, nbangs);
|
| /netvirt/usr/src/uts/common/inet/ip/ |
| ip_cksum.c | 123 goto norm; 176 norm:
|
| /netvirt/usr/src/uts/common/io/ppm/ |
| ppm.c | 680 STRUCT_DECL(ppm_norm, norm); 687 STRUCT_INIT(norm, mode); 688 ret = ddi_copyin((caddr_t)arg, STRUCT_BUF(norm), 689 STRUCT_SIZE(norm), mode); 696 STRUCT_FGETP(norm, path), path, MAXPATHLEN, NULL); 714 level = STRUCT_FGET(norm, norm); 729 STRUCT_FSET(norm, norm, level); 730 ret = ddi_copyout(STRUCT_BUF(norm), (caddr_t)arg [all...] |
| /netvirt/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/ |
| Collate.pm | 254 my $norm = $self->{normalization}; 256 Unicode::Normalize::normalize($norm, shift); 259 $@ and croak "$PACKAGE unknown normalization form name: $norm"; 460 my $norm = $self->{normCode}; 472 $norm and croak "Normalization breaks character positions. " 479 $str = &$norm($str) if ref $norm; [all...] |
| /netvirt/usr/src/cmd/perl/5.8.4/distrib/ |
| pp_pack.c | [all...] |
| /netvirt/usr/src/uts/common/fs/zfs/ |
| zfs_ioctl.c | 1784 uint64_t norm = ZFS_PROP_UNDEFINED; local [all...] |
| zap_micro.c | 91 char norm[ZAP_MAXNAMELEN]; local 93 if (zap_normalize(zn->zn_zap, matchname, norm) != 0) 96 return (strcmp(zn->zn_name_norm, norm) == 0);
|
| zfs_znode.c | 1208 uint64_t norm = 0; local 1249 norm = val; 1289 zfsvfs.z_norm = norm; [all...] |
| /netvirt/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
| Complex.pm | 566 # Compute or set complex's norm (rho). 1563 axes. Mathematicians call I<rho> the I<norm> or I<modulus> and I<theta> 1564 the I<argument> of the complex number. The I<norm> of C<z> will be [all...] |
| /netvirt/usr/src/common/mpi/ |
| mpi.c | 3439 mp_digit norm; local 3448 d <<= norm; local 3471 w >>= norm; local [all...] |
| /netvirt/usr/src/uts/common/os/ |
| sunpm.c | 3418 int cmpts, i, norm, error; local 7778 int norm; local [all...] |
| /netvirt/usr/src/cmd/perl/5.6.1/distrib/ |
| pp.c | [all...] |