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

/freebsd-10-stable/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-stable/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-stable/contrib/binutils/bfd/
H A DpeXXigen.c646 int rounded = FA (sec->size);
653 dsize += rounded;
655 tsize += rounded;
887 /* NT wants the size data to be rounded up to the next
645 int rounded = FA (sec->size); local
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzio.c1407 size_t rounded = (size_t)P2ROUNDUP(psize, local
1409 if (rounded >= lsize) {
1414 bzero((char *)cbuf + psize, rounded - psize);
1415 psize = rounded;
/freebsd-10-stable/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-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex4940 % @cartouche ... @end cartouche: draw rectangle w/rounded corners around
/freebsd-10-stable/contrib/groff/doc/
H A Dtexinfo.tex4816 % @cartouche ... @end cartouche: draw rectangle w/rounded corners around
/freebsd-10-stable/contrib/amd/doc/
H A Dtexinfo.tex6331 % @cartouche ... @end cartouche: draw rectangle w/rounded corners around

Completed in 313 milliseconds