Searched refs:rounded (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.3-release/lib/libc/mips/gen/
H A Dldexp.S167 bge t8, zero, 1f # does result need to be rounded?
187 bge t8, zero, 1f # does result need to be rounded?
/freebsd-10.3-release/contrib/gcc/
H A Dvarasm.c491 unsigned HOST_WIDE_INT rounded)
502 ASM_OUTPUT_SKIP (file, rounded ? rounded : 1);
1586 unsigned HOST_WIDE_INT rounded ATTRIBUTE_UNUSED)
1596 ASM_OUTPUT_LOCAL (asm_out_file, name, size, rounded);
1608 unsigned HOST_WIDE_INT rounded ATTRIBUTE_UNUSED)
1614 ASM_OUTPUT_BSS (asm_out_file, decl, name, size, rounded);
1626 unsigned HOST_WIDE_INT rounded ATTRIBUTE_UNUSED)
1636 ASM_OUTPUT_COMMON (asm_out_file, name, size, rounded);
1647 unsigned HOST_WIDE_INT rounded ATTRIBUTE_UNUSE
487 asm_output_bss(FILE *file, tree decl ATTRIBUTE_UNUSED, const char *name, unsigned HOST_WIDE_INT size ATTRIBUTE_UNUSED, unsigned HOST_WIDE_INT rounded) argument
1655 unsigned HOST_WIDE_INT size, rounded; local
[all...]
H A Doutput.h503 in bytes and ROUNDED is that size rounded up to the next
508 on the rounded size to align the decl. */
511 unsigned HOST_WIDE_INT rounded);
H A Dfunction.c353 This size counts from zero. It is not rounded to PREFERRED_STACK_BOUNDARY;
366 This size counts from zero. It is not rounded to PREFERRED_STACK_BOUNDARY;
3419 /* Pad_below needs the pre-rounded size to know how much to pad
3440 /* Pad_below needs the pre-rounded size to know how much to pad below
3495 tree rounded = round_down (offset, boundary / BITS_PER_UNIT);
3497 tree rounded = round_up (offset, boundary / BITS_PER_UNIT);
3500 offset_ptr->var = size_binop (MINUS_EXPR, rounded, sp_offset_tree);
3480 tree rounded = round_down (offset, boundary / BITS_PER_UNIT); local
3482 tree rounded = round_up (offset, boundary / BITS_PER_UNIT); local
/freebsd-10.3-release/contrib/binutils/bfd/
H A DpeXXigen.c635 int rounded = FA (sec->size);
642 dsize += rounded;
644 tsize += rounded;
876 /* NT wants the size data to be rounded up to the next
634 int rounded = FA (sec->size); local
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c6472 * which is not necessarily rounded up to the device block size.
6475 * while write_asize accumulates the sum of b_asize rounded up
6605 size_t csize, len, rounded; local
6629 rounded = P2ROUNDUP(csize,
6631 if (rounded < len) {
6636 if (rounded > csize) {
6637 bzero((char *)cdata + csize, rounded - csize);
6638 csize = rounded;
H A Dzio.c1278 size_t rounded = (size_t)P2ROUNDUP(psize, local
1280 if (rounded >= lsize) {
1285 bzero((char *)cbuf + psize, rounded - psize);
1286 psize = rounded;
/freebsd-10.3-release/sys/mips/mips/
H A Dfp.S1528 bne v0, zero, 5f # if rounded remainder is zero
1755 bne v0, zero, 5f # if rounded remainder is zero
1881 bne v0, zero, 5f # if rounded remainder is zero
2005 bne v0, zero, 5f # if rounded remainder is zero
2153 bne v0, zero, 5f # if rounded remainder is zero
/freebsd-10.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex4940 % @cartouche ... @end cartouche: draw rectangle w/rounded corners around
/freebsd-10.3-release/contrib/amd/doc/
H A Dtexinfo.tex4744 % @cartouche ... @end cartouche: draw rectangle w/rounded corners around
/freebsd-10.3-release/contrib/groff/doc/
H A Dtexinfo.tex4816 % @cartouche ... @end cartouche: draw rectangle w/rounded corners around

Completed in 313 milliseconds