/titanic_41/usr/src/uts/sparc/fpu/ |
H A D | addsub.c | 68 pz->rounded = pz->sticky = 0; 72 pz->rounded = py->rounded; 136 pz->rounded = 0; 167 r = py->rounded; /* rounded bit */ 170 g = py->rounded; /* guard bit */ 185 pz->rounded = g; 188 pz->rounded = r;
|
H A D | utility.c | 140 pu->rounded = 0; in fpu_rightshift() 150 pu->sticky |= pu->rounded | (pu->significand[3]&0x7fffffff); in fpu_rightshift() 151 pu->rounded = (*pu).significand[3] >> 31; in fpu_rightshift() 166 pu->sticky |= pu->rounded | (u3&j); in fpu_rightshift() 167 pu->rounded = (u3&m)>>(n-1); in fpu_rightshift() 319 pu->significand[3], (pu->rounded != 0),
|
H A D | unpack.c | 41 pu->sticky = pu->rounded = 0; in unpackint32() 80 pu->sticky = pu->rounded = 0; in unpackint64() 105 pu->sticky = pu->rounded = 0; in unpacksingle() 153 pu->sticky = pu->rounded = 0; in unpackdouble() 205 pu->sticky = pu->rounded = 0; in unpackextended()
|
H A D | div.c | 154 if ((r[0]|r[1]|r[2]|r[3]) == 0) pz->sticky = pz->rounded = 0; 157 if (fpu_cmpli(r, y, 4) >= 0) pz->rounded = 1; 297 pz->sticky = pz->rounded = 0; 301 pz->rounded = 1; 303 pz->rounded = 0;
|
H A D | mul.c | 171 pz->rounded = acc[3]&1; 179 pz->rounded = r;
|
H A D | pack.c | 72 sr = pu->sticky|pu->rounded; in round() 79 increment = pu->rounded; in round() 543 pu->sticky = pu->rounded = 0; in _fp_pack()
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | _Qfaddsub.c | 69 pz->rounded = pz->sticky = 0; 73 pz->rounded = py->rounded; 139 pz->rounded = 0; 166 r = py->rounded; /* rounded bit */ 169 g = py->rounded; /* guard bit */ 180 pz->rounded = g; 183 pz->rounded = r;
|
H A D | _Qfutility.c | 102 pu->rounded = 0; 112 pu->sticky |= pu->rounded | (pu->significand[3]&0x7fffffff); 113 pu->rounded = (*pu).significand[3]>>31; 128 pu->sticky |= pu->rounded | (u3&j); 129 pu->rounded = (u3&m)>>(n-1); 274 pu->significand[3], (pu->rounded!=0),
|
H A D | _Qfunpack.c | 39 pu->sticky = pu->rounded = 0; 62 pu->sticky = pu->rounded = 0; 108 pu->sticky = pu->rounded = 0; 156 pu->sticky = pu->rounded = 0;
|
H A D | _Qfdiv.c | 153 if((r[0]|r[1]|r[2]|r[3])==0) pz->sticky = pz->rounded = 0; 156 if(fpu_cmpli(r,y,4)>=0) pz->rounded = 1; 290 pz->sticky = pz->rounded = 0; 293 if(fpu_cmpli(s,x,4)<0) pz->rounded=1; else pz->rounded = 0;
|
H A D | _Qfpack.c | 68 sr = pu->sticky|pu->rounded; 75 increment = pu->rounded; 409 pu->sticky=pu->rounded=0;
|
H A D | _Qfmul.c | 169 pz->rounded = acc[3]&1; 177 pz->rounded = r;
|
H A D | _Qglobals.h | 52 int rounded; /* rounded bit */ member
|
/titanic_41/usr/src/lib/libc/port/fp/ |
H A D | decimal_bin.c | 338 int n, exp, rounded, e; in __fast_decimal_to_single() local 347 rounded = 0; in __fast_decimal_to_single() 350 rounded = 1; in __fast_decimal_to_single() 364 rounded = 1; in __fast_decimal_to_single() 368 rounded = 1; in __fast_decimal_to_single() 369 if (rounded) { in __fast_decimal_to_single() 374 rounded = 1; in __fast_decimal_to_single() 379 rounded = 1; in __fast_decimal_to_single() 380 if (rounded) { in __fast_decimal_to_single() 385 rounded = 1; in __fast_decimal_to_single() [all …]
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/sparc/ |
H A D | alloca.s | 38 ! o0: # bytes of space to allocate, already rounded to 0 mod 8
|
/titanic_41/usr/src/lib/libc/sparc/gen/ |
H A D | alloca.s | 33 ! o0: # bytes of space to allocate, already rounded to 0 mod 8
|
/titanic_41/usr/src/lib/libc/sparcv9/gen/ |
H A D | alloca.s | 32 ! o0: # bytes of space to allocate, already rounded to 0 mod 8
|
/titanic_41/usr/src/uts/sparc/sys/fpu/ |
H A D | globals.h | 71 int rounded; /* rounded bit */ member
|
/titanic_41/usr/src/lib/libm/i386/src/ |
H A D | hypot.s | 61 fldl (%esp) / sqrt(x*x+y*y) rounded to double
|
H A D | exp.s | 79 fldl (%esp) / exp(x) rounded to double
|
/titanic_41/usr/src/psm/stand/bootblks/common/ |
H A D | boot.fth | 196 \ NB returned size is 8k rounded since the 197 \ memory allocator rounded it for us
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zio.c | 1198 size_t rounded = (size_t)P2ROUNDUP(psize, in zio_write_bp_init() local 1200 if (rounded >= lsize) { in zio_write_bp_init() 1205 bzero((char *)cbuf + psize, rounded - psize); in zio_write_bp_init() 1206 psize = rounded; in zio_write_bp_init()
|
H A D | arc.c | 6670 size_t csize, len, rounded; in l2arc_compress_buf() local 6684 rounded = P2ROUNDUP(csize, (size_t)SPA_MINBLOCKSIZE); in l2arc_compress_buf() 6685 if (rounded > csize) { in l2arc_compress_buf() 6686 bzero((char *)cdata + csize, rounded - csize); in l2arc_compress_buf() 6687 csize = rounded; in l2arc_compress_buf()
|
/titanic_41/usr/src/psm/stand/bootblks/hsfs/common/ |
H A D | hsfs.fth | 146 \ Immediately follows directory entry name rounded up to
|
/titanic_41/usr/src/lib/libmvec/common/vis/ |
H A D | __vpow.S | 38 ! __mt_constlog2[2*i] = high order rounded 32 bits log2(1+i/256)*256, i = [0, 255]
|