HomeSort by: relevance | last modified time | path
    Searched defs:rounded (Results 1 - 22 of 22) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid64_string.c 252 UINT64 sign_x, coefficient_x = 0, rounded = 0, res; local
437 rounded = 1;
447 rounded = 1;
505 get_BID64_UF (sign_x, expon_x, coefficient_x, rounded, rnd_mode,
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid64_string.c 252 UINT64 sign_x, coefficient_x = 0, rounded = 0, res; local
437 rounded = 1;
447 rounded = 1;
505 get_BID64_UF (sign_x, expon_x, coefficient_x, rounded, rnd_mode,
  /src/external/gpl3/gcc/dist/gcc/config/i386/
winnt.cc 540 HOST_WIDE_INT rounded;
547 rounded = size ? size : 1;
548 rounded += (BIGGEST_ALIGNMENT / BITS_PER_UNIT) - 1;
549 rounded = (rounded / (BIGGEST_ALIGNMENT / BITS_PER_UNIT)
562 " " HOST_WIDE_INT_PRINT_DEC "\n", rounded, size);
539 HOST_WIDE_INT rounded; local
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
winnt.cc 540 HOST_WIDE_INT rounded;
547 rounded = size ? size : 1;
548 rounded += (BIGGEST_ALIGNMENT / BITS_PER_UNIT) - 1;
549 rounded = (rounded / (BIGGEST_ALIGNMENT / BITS_PER_UNIT)
562 " " HOST_WIDE_INT_PRINT_DEC "\n", rounded, size);
539 HOST_WIDE_INT rounded; local
  /src/external/bsd/jemalloc.old/dist/src/
prof_data.c 533 double rounded = round(d); local
534 if (!(rounded < (double)UINT64_MAX)) {
537 return (uint64_t)rounded;
  /src/external/bsd/jemalloc/dist/src/
prof_data.c 500 double rounded = round(d); local
501 if (!(rounded < (double)UINT64_MAX)) {
504 return (uint64_t)rounded;
  /src/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
xmmintrin.h 972 __v4sf temp, rounded; local
977 rounded = vec_rint(temp);
978 result = (__vector unsigned long long) vec_cts (rounded, 0);
1199 __v4sf rounded; local
1203 rounded = vec_rint(__A);
1204 temp = vec_cts (rounded, 0);
1214 __v4sf rounded; local
1220 rounded = vec_rint(__A);
1221 tmp_i = vec_cts (rounded, 0);
1671 /* Compute the rounded averages of the unsigned 8-bit values in A and B. *
    [all...]
emmintrin.h 850 __v2df rounded = vec_rint (__A); local
860 : "wa" (rounded)
974 __v4sf rounded; local
977 rounded = vec_rint((__v4sf) __A);
978 result = vec_cts (rounded, 0);
1029 __v2df rounded = vec_rint((__v2df) __A); local
1030 int result = ((__v2df)rounded)[0];
1038 __v2df rounded = vec_rint ((__v2df) __A ); local
1039 long long result = ((__v2df) rounded)[0];
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zio.c 1403 size_t rounded = (size_t)P2ROUNDUP(psize, local
1405 if (rounded >= lsize) {
1410 bzero((char *)cbuf + psize, rounded - psize);
1411 psize = rounded;
  /src/external/gpl3/binutils/dist/bfd/
peXXigen.c 688 int rounded = FA (sec->size);
690 if (rounded == 0)
698 dsize += rounded;
700 tsize += rounded;
947 /* NT wants the size data to be rounded up to the next
687 int rounded = FA (sec->size); local
  /src/external/gpl3/binutils.old/dist/bfd/
peXXigen.c 682 int rounded = FA (sec->size);
684 if (rounded == 0)
692 dsize += rounded;
694 tsize += rounded;
940 /* NT wants the size data to be rounded up to the next
681 int rounded = FA (sec->size); local
  /src/external/gpl3/gcc/dist/gcc/config/
darwin.cc 2607 unsigned HOST_WIDE_INT rounded; local
2621 /* For earlier toolchains, we need to emit the var as a rounded size to
2624 rounded = align;
2626 rounded = (size + (align-1)) & ~(align-1);
2644 emit_aligned_common?size:rounded);
  /src/external/gpl3/gcc.old/dist/gcc/config/
darwin.cc 2568 unsigned HOST_WIDE_INT rounded; local
2582 /* For earlier toolchains, we need to emit the var as a rounded size to
2585 rounded = align;
2587 rounded = (size + (align-1)) & ~(align-1);
2605 emit_aligned_common?size:rounded);
  /src/external/gpl3/gdb.old/dist/bfd/
peXXigen.c 678 int rounded = FA (sec->size);
680 if (rounded == 0)
688 dsize += rounded;
690 tsize += rounded;
936 /* NT wants the size data to be rounded up to the next
677 int rounded = FA (sec->size); local
  /src/external/gpl3/gdb/dist/bfd/
peXXigen.c 688 int rounded = FA (sec->size);
690 if (rounded == 0)
698 dsize += rounded;
700 tsize += rounded;
946 /* NT wants the size data to be rounded up to the next
687 int rounded = FA (sec->size); local
  /src/sys/dev/audio/
audio.c 5282 int rounded; local
5285 rounded = sc->hw_if->round_blocksize(sc->hw_hdl, blksize,
5288 TRACE(1, "round_blocksize %d -> %d", blksize, rounded);
5289 if (rounded != blksize) {
5290 if ((rounded * NBBY) % (mixer->hwbuf.fmt.stride *
5295 "blksize=%d rounded=%d "
5297 blksize, rounded,
5303 blksize = rounded;
5315 size_t rounded; local
5317 rounded = sc->hw_if->round_buffersize(sc->hw_hdl, mode
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
function.cc 228 This size counts from zero. It is not rounded to PREFERRED_STACK_BOUNDARY;
4172 /* Pad_below needs the pre-rounded size to know how much to pad
4191 /* Pad_below needs the pre-rounded size to know how much to pad below
4251 tree rounded;
4253 rounded = round_down (offset, boundary / BITS_PER_UNIT);
4255 rounded = round_up (offset, boundary / BITS_PER_UNIT);
4257 offset_ptr->var = size_binop (MINUS_EXPR, rounded, sp_offset_tree);
4237 tree rounded; local
varasm.cc 2141 unsigned HOST_WIDE_INT rounded ATTRIBUTE_UNUSED)
2153 ASM_OUTPUT_LOCAL (asm_out_file, name, size, rounded);
2165 unsigned HOST_WIDE_INT rounded ATTRIBUTE_UNUSED)
2179 unsigned HOST_WIDE_INT rounded ATTRIBUTE_UNUSED)
2190 ASM_OUTPUT_COMMON (asm_out_file, name, size, rounded);
2201 unsigned HOST_WIDE_INT rounded ATTRIBUTE_UNUSED)
2219 unsigned HOST_WIDE_INT size, rounded;
2222 rounded = size;
2230 rounded = 1;
2234 rounded += (BIGGEST_ALIGNMENT / BITS_PER_UNIT) - 1
2210 unsigned HOST_WIDE_INT size, rounded; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
function.cc 226 This size counts from zero. It is not rounded to PREFERRED_STACK_BOUNDARY;
4175 /* Pad_below needs the pre-rounded size to know how much to pad
4194 /* Pad_below needs the pre-rounded size to know how much to pad below
4254 tree rounded;
4256 rounded = round_down (offset, boundary / BITS_PER_UNIT);
4258 rounded = round_up (offset, boundary / BITS_PER_UNIT);
4260 offset_ptr->var = size_binop (MINUS_EXPR, rounded, sp_offset_tree);
4240 tree rounded; local
varasm.cc 2115 unsigned HOST_WIDE_INT rounded ATTRIBUTE_UNUSED)
2127 ASM_OUTPUT_LOCAL (asm_out_file, name, size, rounded);
2139 unsigned HOST_WIDE_INT rounded ATTRIBUTE_UNUSED)
2153 unsigned HOST_WIDE_INT rounded ATTRIBUTE_UNUSED)
2164 ASM_OUTPUT_COMMON (asm_out_file, name, size, rounded);
2175 unsigned HOST_WIDE_INT rounded ATTRIBUTE_UNUSED)
2193 unsigned HOST_WIDE_INT size, rounded;
2196 rounded = size;
2204 rounded = 1;
2208 rounded += (BIGGEST_ALIGNMENT / BITS_PER_UNIT) - 1
2184 unsigned HOST_WIDE_INT size, rounded; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
class.cc 6815 tree rounded = round_up_loc (input_location, size, DECL_ALIGN_UNIT (next));
6816 if (tree_int_cst_lt (rounded, TYPE_SIZE_UNIT (type)))
6908 /* The size should have been rounded to a whole byte. */
6811 tree rounded = round_up_loc (input_location, size, DECL_ALIGN_UNIT (next)); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
class.cc 6506 tree rounded = round_up_loc (input_location, size, DECL_ALIGN_UNIT (next));
6507 if (tree_int_cst_lt (rounded, TYPE_SIZE_UNIT (type)))
6599 /* The size should have been rounded to a whole byte. */
6502 tree rounded = round_up_loc (input_location, size, DECL_ALIGN_UNIT (next)); local

Completed in 57 milliseconds