Searched defs:rounded (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A D_Qglobals.h52 int rounded; /* rounded bit */ member in struct:__anon2791
/illumos-gate/usr/src/uts/sparc/sys/fpu/
H A Dglobals.h71 int rounded; /* rounded bit */ member in struct:__anon9683
/illumos-gate/usr/src/lib/libc/port/fp/
H A Ddecimal_bin.c143 * enough that *px can be rounded correctly to sigbits significant bits.
338 int n, exp, rounded, e; local
347 rounded = 0;
350 rounded = 1;
364 rounded = 1;
368 rounded = 1;
369 if (rounded) {
374 rounded = 1;
379 rounded = 1;
380 if (rounded) {
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c1289 size_t rounded = (size_t)P2ROUNDUP(psize, local
1291 if (rounded >= lsize) {
1296 bzero((char *)cbuf + psize, rounded - psize);
1297 psize = rounded;

Completed in 73 milliseconds