Home
last modified time | relevance | path

Searched refs:rounded (Results 1 – 25 of 57) sorted by relevance

123

/freebsd-10-stable/contrib/gcc/
Dvarasm.c490 unsigned HOST_WIDE_INT rounded) in asm_output_bss() argument
501 ASM_OUTPUT_SKIP (file, rounded ? rounded : 1); in asm_output_bss()
1577 unsigned HOST_WIDE_INT rounded ATTRIBUTE_UNUSED) in emit_local()
1587 ASM_OUTPUT_LOCAL (asm_out_file, name, size, rounded); in emit_local()
1599 unsigned HOST_WIDE_INT rounded ATTRIBUTE_UNUSED) in emit_bss()
1605 ASM_OUTPUT_BSS (asm_out_file, decl, name, size, rounded); in emit_bss()
1617 unsigned HOST_WIDE_INT rounded ATTRIBUTE_UNUSED) in emit_common()
1627 ASM_OUTPUT_COMMON (asm_out_file, name, size, rounded); in emit_common()
1638 unsigned HOST_WIDE_INT rounded ATTRIBUTE_UNUSED) in emit_tls_common()
1655 unsigned HOST_WIDE_INT size, rounded; in assemble_noswitch_variable() local
[all …]
Doutput.h511 unsigned HOST_WIDE_INT rounded);
Dfunction.c3480 tree rounded = round_down (offset, boundary / BITS_PER_UNIT); in pad_to_arg_alignment() local
3482 tree rounded = round_up (offset, boundary / BITS_PER_UNIT); in pad_to_arg_alignment() local
3485 offset_ptr->var = size_binop (MINUS_EXPR, rounded, sp_offset_tree); in pad_to_arg_alignment()
/freebsd-10-stable/lib/libc/softfloat/
Dsoftfloat.txt154 operations are rounded (as usual) to the full precision of the extended
156 or to 64 causes the operations listed to be rounded to reduced precision
226 the source value cannot be rounded to a representable integer of the desired
232 integer value, the operand is rounded according to the current rounding
234 languages) require that conversions to integers be rounded toward zero, the
297 is rounded to an exact integer according to the current rounding mode, and
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
DAArch64CallingConv.td88 // the argument is rounded up to the nearest multiple of 8 bytes."
91 // Vector Type then the NSAA is rounded up to the larger of 8 or the Natural
127 // PCS: "C.8: If the argument has an alignment of 16 then the NGRN is rounded
156 // PCS: "C.12: The NSAA is rounded up to the larger of 8 or the Natural
/freebsd-10-stable/lib/libc/mips/gen/
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/tools/test/testfloat/
Dtestfloat-source.txt218 <float>_to_int32 (rounded according to rounding mode)
219 <float>_to_int64 (rounded according to rounding mode)
330 <float>_to_int32 (rounded according to rounding mode)
331 <float>_to_int64 (rounded according to rounding mode)
Dtestfloat.txt278 ISO/ANSI C requires that conversions to integers be rounded toward zero.
288 raise the invalid exception if the source value cannot be rounded to a
305 The extended double-precision (`floatx80') functions can be rounded to
575 be determined either before or after a result is rounded to the destination
629 exception if the source value cannot be rounded to a representable integer.
DsystemBugs.txt86 (401E.FFFFFFFF00000000) and 2^32 (401F.0000000000000000) are rounded to
/freebsd-10-stable/contrib/gcc/config/rs6000/
Ddarwin-ldouble-format7 long double rounded to the nearest double, as specified by IEEE. For
/freebsd-10-stable/contrib/binutils/opcodes/
Ds390-opc.txt110 25 lrdr RR_FF "load rounded (ext. to long)" g5 esa,zarch
111 35 lrer RR_FF "load rounded (long to short)" g5 esa,zarch
112 25 ldxr RR_FF "load rounded (ext. to long)" g5 esa,zarch
113 35 ledr RR_FF "load rounded (long to short)" g5 esa,zarch
380 b345 ldxbr RRE_FF "load rounded extended to long bfp" g5 esa,zarch
381 b346 lexbr RRE_FF "load rounded extended to short bfp" g5 esa,zarch
382 b344 ledbr RRE_FF "load rounded long to short bfp" g5 esa,zarch
650 b366 lexr RRE_FF "load rounded extended to short hfp" g5 esa,zarch
907 b3d5 ledtr RRF_UUFF "load rounded long dfp" z9-ec zarch
908 b3dd ldxtr RRF_UUFF "load rounded extended dfp" z9-ec zarch
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/
DREADME.txt163 that rounded amount. It would be simpler to subtract the unrounded
/freebsd-10-stable/contrib/llvm/lib/Support/Windows/
DMemory.inc88 // round up to get beyond NearBlock. VirtualAlloc would have rounded down.
/freebsd-10-stable/crypto/openssl/doc/crypto/
DBN_add.pod64 The result is rounded towards zero; thus if I<a> is negative, the
/freebsd-10-stable/contrib/gdtoa/
Dchanges128 2.2250738585072012e-308, which was rounded to the largest denormal
332 case of a power of 2 to be rounded down one ulp. Add test (required
631 is rounded to Infinity or underflows to zero. Fix a memory leak in
664 compute the correctly rounded result with one rounding error. If you
/freebsd-10-stable/contrib/binutils/bfd/
DpeXXigen.c645 int rounded = FA (sec->size); in _bfd_XXi_swap_aouthdr_out() local
652 dsize += rounded; in _bfd_XXi_swap_aouthdr_out()
654 tsize += rounded; in _bfd_XXi_swap_aouthdr_out()
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzio.c1407 size_t rounded = (size_t)P2ROUNDUP(psize, in zio_write_compress() local
1409 if (rounded >= lsize) { in zio_write_compress()
1414 bzero((char *)cbuf + psize, rounded - psize); in zio_write_compress()
1415 psize = rounded; in zio_write_compress()
/freebsd-10-stable/sys/mips/mips/
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/sys/dev/cxgbe/firmware/
Dt6fw_cfg_fpga.txt381 nexactf = 16 # (NPORTS *(no of snmc grp + 1 hw mac) + 1 anmc grp)) rounded to 16.
Dt5fw_cfg_uwire.txt438 nexactf = 16 # (NPORTS *(no of snmc grp + 1 hw mac) + 1 anmc grp)) rounded to 16.
Dt6fw_cfg_uwire.txt444 nexactf = 16 # (NPORTS *(no of snmc grp + 1 hw mac) + 1 anmc grp)) rounded to 16.
/freebsd-10-stable/contrib/gcc/doc/
Dimplement-c.texi331 when the rounded result actually does equal the mathematical result
Dgcov.texi260 conventionally be rounded to 0% or 100% are instead printed as the
/freebsd-10-stable/contrib/groff/contrib/mom/examples/
Dtypesetting.mom225 \# a decidedly "rounded" appearance. The word "I" stands alone at the
/freebsd-10-stable/contrib/gperf/doc/
Dgperf.texi1185 byte value upon collisions. @var{Jump-value} is rounded up to an
1224 associated value is always rounded up to a power of 2). The actual

123