Searched defs:norm (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | 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
|
H A D | 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
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/xzembed/ |
H A D | xz_dec_bcj.c | 227 uint64_t norm; local 242 norm = instr >> bit_res; 244 if (((norm >> 37) & 0x0F) == 0x05 245 && ((norm >> 9) & 0x07) == 0) { 246 addr = (norm >> 13) & 0x0FFFFF; 247 addr |= ((uint32_t)(norm >> 36) & 1) << 20; 252 norm &= ~((uint64_t)0x8FFFFF << 13); 253 norm |= (uint64_t)(addr & 0x0FFFFF) << 13; 254 norm |= (uint64_t)(addr & 0x100000) 258 instr |= norm << bit_re [all...] |
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | 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) 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...] |
/osnet-11/usr/src/common/mpi/ |
H A D | mpi.c | 3607 mp_digit norm; local 3614 MP_CHECKOK( s_mp_norm(&rem, ", &norm) ); 3615 if (norm) 3616 d <<= norm; local 3638 if (norm) 3639 w >>= norm; local
|
Completed in 57 milliseconds