Searched refs:round (Results 1 - 25 of 68) sorted by relevance

123

/freebsd-9.3-release/lib/msun/src/
H A Ds_llround.c5 #define roundit round
H A Ds_round.c33 round(double x) function
H A Ds_lround.c35 #define roundit round
/freebsd-9.3-release/contrib/compiler-rt/lib/
H A Dfloatunsisf.c11 // compiler-rt library in the IEEE-754 default round-to-nearest, ties-to-even
41 rep_t round = (rep_t)a << (typeWidth - shift); local
42 if (round > signBit) result++;
43 if (round == signBit) result += result & 1;
H A Dfloatsisf.c11 // compiler-rt library in the IEEE-754 default round-to-nearest, ties-to-even
49 rep_t round = (rep_t)a << (typeWidth - shift); local
50 if (round > signBit) result++;
51 if (round == signBit) result += result & 1;
H A Ddivdf3.c168 // code to round them correctly.
173 const bool round = (residual << 1) > bSignificand; local
179 absResult += round;
H A Ddivsf3.c153 // code to round them correctly.
158 const bool round = (residual << 1) > bSignificand; local
164 absResult += round;
/freebsd-9.3-release/libexec/rtld-elf/arm/
H A Drtld_machdep.h60 #define round(size, align) \ macro
63 round(8, align)
65 round(prev_offset + prev_size, align)
/freebsd-9.3-release/libexec/rtld-elf/ia64/
H A Drtld_machdep.h59 #define round(size, align) \ macro
62 round(TLS_TCB_SIZE, align)
64 round(prev_offset + prev_size, align)
/freebsd-9.3-release/libexec/rtld-elf/mips/
H A Drtld_machdep.h59 #define round(size, align) \ macro
62 round(size, align)
64 round(prev_offset + prev_size, align)
/freebsd-9.3-release/libexec/rtld-elf/sparc64/
H A Drtld_machdep.h56 #define round(size, align) \ macro
59 round(size, align)
61 round((prev_offset) + (size), align)
/freebsd-9.3-release/libexec/rtld-elf/amd64/
H A Drtld_machdep.h64 #define round(size, align) \ macro
67 round(size, align)
69 round((prev_offset) + (size), align)
/freebsd-9.3-release/libexec/rtld-elf/i386/
H A Drtld_machdep.h64 #define round(size, align) \ macro
67 round(size, align)
69 round((prev_offset) + (size), align)
/freebsd-9.3-release/libexec/rtld-elf/powerpc/
H A Drtld_machdep.h75 #define round(size, align) \ macro
78 round(8, align)
80 round(prev_offset + prev_size, align)
/freebsd-9.3-release/libexec/rtld-elf/powerpc64/
H A Drtld_machdep.h67 #define round(size, align) \ macro
70 round(16, align)
72 round(prev_offset + prev_size, align)
/freebsd-9.3-release/contrib/gcclibs/libdecnumber/
H A DdecContext.c59 context->round = DEC_ROUND_HALF_UP; /* 0.5 rises */
75 context->round = DEC_ROUND_HALF_EVEN; /* 0.5 to nearest even */
86 context->round = DEC_ROUND_HALF_EVEN; /* 0.5 to nearest even */
97 context->round = DEC_ROUND_HALF_EVEN; /* 0.5 to nearest even */
H A Ddecimal128.c96 dc.round = set->round; /* use supplied rounding */
97 decNumberPlus (&dw, dn, &dc); /* (round and check) */
314 dc.round = set->round; /* use supplied rounding */
316 decNumberFromString (&dn, string, &dc); /* will round if needed */
H A Ddecimal32.c96 dc.round = set->round; /* use supplied rounding */
97 decNumberPlus (&dw, dn, &dc); /* (round and check) */
306 dc.round = set->round; /* use supplied rounding */
308 decNumberFromString (&dn, string, &dc); /* will round if needed */
H A Ddecimal64.c96 dc.round = set->round; /* use supplied rounding */
97 decNumberPlus (&dw, dn, &dc); /* (round and check) */
305 dc.round = set->round; /* use supplied rounding */
307 decNumberFromString (&dn, string, &dc); /* will round if needed */
/freebsd-9.3-release/lib/libc/mips/gen/
H A Dmodf.S61 or t1, t0, 0x3 # set rounding mode to round to zero
71 add.d $f4,$f2,$f4 # round off to integer
/freebsd-9.3-release/secure/lib/libcrypt/
H A Dcrypt-des.c372 int shifts, round; local
417 for (round = 0; round < 16; round++) {
420 shifts += key_shifts[round];
425 de_keysl[15 - round] =
426 en_keysl[round] = comp_maskl[0][(t0 >> 21) & 0x7f]
435 de_keysr[15 - round] =
436 en_keysr[round] = comp_maskr[0][(t0 >> 21) & 0x7f]
456 int round; local
[all...]
/freebsd-9.3-release/sys/powerpc/fpu/
H A Dfpu_implode.c64 static int round(struct fpemu *, struct fpn *);
72 * After rounding, we discard the guard and round bits by shifting right
80 round(struct fpemu *fe, struct fpn *fp) function
104 /* Go to rounddown to round down; break to round up. */
111 * but round & sticky both clear, then we want to round
112 * but have a tie, so round to even, i.e., add 1 iff odd.
215 * shifting any guard and round bits out into the sticky
216 * bit. Then ``round'' toward
[all...]
/freebsd-9.3-release/lib/libc/gen/
H A Dtls.c80 #define round(size, align) \ macro
188 size = round(tls_static_space, tcbalign);
208 size = round(tls_static_space, tcbalign);
305 tls_static_space = round(phdr[i].p_memsz,
/freebsd-9.3-release/libexec/rtld-elf/
H A Dxmalloc.c80 res = (void *)round((uintptr_t)mem + sizeof(void *), align);
/freebsd-9.3-release/contrib/gcc/config/
H A Ddfp-bit.c85 context.round = CONTEXT_ROUND;
114 context.round = CONTEXT_ROUND;
144 context.round = CONTEXT_ROUND;
379 context.round = CONTEXT_ROUND;
410 context.round = DEC_ROUND_DOWN;
467 context.round = CONTEXT_ROUND;
511 context.round = CONTEXT_ROUND;

Completed in 116 milliseconds

123