Searched refs:norm (Results 1 - 18 of 18) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbigrat.pl48 &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
H A Dbigfloat.pl57 &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
H A DSwitch.pm730 In situations where case fall-through should be the norm, rather than an
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dppmio.h99 int norm; /* normal level */ member in struct:ppm_norm
125 int32_t norm; /* normal level */ member in struct:ppm_norm32
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dnlspath_checks.c208 * The string norm should contain 2N bytes; an upperbound is the
259 extract_format(const char *fmt, char *norm, size_t sz, int strict) argument
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[ar
[all...]
/opensolaris-onvv-gate/usr/src/cmd/msgfmt/
H A Dgnu_check.c40 extract_format(char *norm, const char *sfmt, size_t sz) argument
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[ar
[all...]
/opensolaris-onvv-gate/usr/src/cmd/geniconvtbl/
H A Ditm_comp.l50 %start norm comment
161 BEGIN norm;
/opensolaris-onvv-gate/usr/src/cmd/mailx/
H A Dnames.c57 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);
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dip_cksum.c118 goto norm;
171 norm:
H A Dsunpm.c3394 e_pm_default_levels(dev_info_t *dip, pm_component_t *cp, int norm) argument
3400 pmc->pmc_lvals[1] = norm;
3401 e_pm_set_cur_pwr(dip, cp, norm);
3436 int cmpts, i, norm, error; local
3483 norm = pm_get_normal_power(dip, i);
3484 if (norm == (uint_t)-1) {
3494 e_pm_default_levels(dip, PM_CP(dip, i), norm);
3709 PMD(PMD_ALLNORM, ("%s: can't get norm pwrs for "
3752 "norm=%d, cur=%d\n", pmf, PM_DEVICE(dip), i,
7810 int norm; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/ppm/
H A Dppm.c679 STRUCT_DECL(ppm_norm, norm);
686 STRUCT_INIT(norm, mode);
687 ret = ddi_copyin((caddr_t)arg, STRUCT_BUF(norm),
688 STRUCT_SIZE(norm), mode);
695 STRUCT_FGETP(norm, path), path, MAXPATHLEN, NULL);
713 level = STRUCT_FGET(norm, norm);
728 STRUCT_FSET(norm, norm, level);
729 ret = ddi_copyout(STRUCT_BUF(norm), (caddr_
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_pack.c2407 SV *norm;
2413 if ((norm = is_an_int(from, len)) == NULL)
2420 *--in = div128(norm, &done) | 0x80;
2424 SvREFCNT_dec(norm); /* free norm */
2459 SV *norm;
2465 if ((norm = is_an_int(from, len)) == NULL)
2472 *--in = div128(norm, &done) | 0x80;
2476 SvREFCNT_dec(norm); /* free norm */
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm254 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;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.pm566 # 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
1620 We saw that the norm of C<z> was noted C<abs(z)> and was defined as the
1634 for the absolute value). This example explains why the norm of C<z> is
1638 notation for the norm.
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c2754 uint64_t norm = ZFS_PROP_UNDEFINED; local
2766 zfs_prop_to_name(ZFS_PROP_NORMALIZE), &norm);
2789 (norm != ZFS_PROP_UNDEFINED || u8 != ZFS_PROP_UNDEFINED ||
2799 if (norm == ZFS_PROP_UNDEFINED)
2800 VERIFY(zfs_get_zplprop(os, ZFS_PROP_NORMALIZE, &norm) == 0);
2802 zfs_prop_to_name(ZFS_PROP_NORMALIZE), norm) == 0);
2807 if (norm)
H A Dzap_micro.c153 char norm[ZAP_MAXNAMELEN]; local
155 if (zap_normalize(zn->zn_zap, matchname, norm) != 0)
158 return (strcmp(zn->zn_key_norm, norm) == 0);
H A Dzfs_znode.c1747 uint64_t norm = 0; local
1790 norm = val;
1845 zfsvfs.z_norm = norm;
/opensolaris-onvv-gate/usr/src/common/mpi/
H A Dmpi.c3435 mp_digit norm; local
3442 MP_CHECKOK( s_mp_norm(&rem, &quot, &norm) );
3443 if (norm)
3444 d <<= norm; local
3466 if (norm)
3467 w >>= norm; local

Completed in 269 milliseconds