/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/ |
H A D | region.d | 130 const rounded = n.roundUpToAlignment(alignment); in allocate() local 132 alias rounded = n; in allocate() local 144 const rounded = n.roundUpToAlignment(alignment); in allocate() local 146 alias rounded = n; in allocate() local 628 const rounded = bytes.roundUpToMultipleOf(alignment); in allocate() local 630 alias rounded = bytes; in allocate() local 671 immutable rounded = (bytes + delta).roundUpToMultipleOf(alignment); in alignedAllocate() local 699 const rounded = delta.roundUpToMultipleOf(alignment); in expand() local 701 alias rounded = bytes; in expand() local 731 const rounded = b.length.roundUpToMultipleOf(alignment); in deallocate() local [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/ |
H A D | region.d | 159 const rounded = goodAllocSize(n); in allocate() local 194 const rounded = goodAllocSize(n); in alignedAllocate() local 285 auto rounded = goodAllocSize(b.length); in deallocate() local 792 const rounded = goodAllocSize(bytes); in allocate() local 834 immutable rounded = (bytes + delta).roundUpToMultipleOf(alignment); in alignedAllocate() local 861 const rounded = goodAllocSize(b.length); in expand() local 904 const rounded = goodAllocSize(b.length); in deallocate() local 1092 const rounded = goodAllocSize(n); in allocate() local 1136 const rounded = goodAllocSize(b.length); in deallocate() local 1192 const rounded = goodAllocSize(n); in alignedAllocate() local
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
H A D | bid64_string.c | 252 UINT64 sign_x, coefficient_x = 0, rounded = 0, res; local
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
H A D | bid64_string.c | 252 UINT64 sign_x, coefficient_x = 0, rounded = 0, res; local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/ |
H A D | c6x.h | 489 #define ASM_OUTPUT_COMMON(stream, name, size, rounded) argument 490 #define ASM_OUTPUT_LOCAL(stream, name, size, rounded) argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/c6x/ |
H A D | c6x.h | 489 #define ASM_OUTPUT_COMMON(stream, name, size, rounded) argument 490 #define ASM_OUTPUT_LOCAL(stream, name, size, rounded) argument
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/ |
H A D | xmmintrin.h | 972 __v4sf temp, rounded; in _mm_cvtps_pi32() local 1199 __v4sf rounded; in _mm_cvtps_pi16() local 1214 __v4sf rounded; in _mm_cvtps_pi8() local
|
H A D | emmintrin.h | 850 __v2df rounded = vec_rint (__A); in _mm_cvtpd_epi32() local 974 __v4sf rounded; in _mm_cvtps_epi32() local 1029 __v2df rounded = vec_rint((__v2df) __A); in _mm_cvtsd_si32() local 1038 __v2df rounded = vec_rint ((__v2df) __A ); in _mm_cvtsd_si64() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | winnt.c | 540 HOST_WIDE_INT rounded; in i386_pe_asm_output_aligned_decl_common() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | winnt.cc | 539 HOST_WIDE_INT rounded; in i386_pe_asm_output_aligned_decl_common() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fold-const-call.c | 486 real_value rounded; in fold_const_conversion() local
|
H A D | function.c | 4209 tree rounded; in pad_to_arg_alignment() local
|
H A D | varasm.c | 2102 unsigned HOST_WIDE_INT size, rounded; in assemble_noswitch_variable() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | fold-const-call.cc | 484 real_value rounded; in fold_const_conversion() local
|
H A D | varasm.cc | 2184 unsigned HOST_WIDE_INT size, rounded; in assemble_noswitch_variable() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
H A D | darwin.c | 2534 unsigned HOST_WIDE_INT rounded; in darwin_emit_common() local
|
/netbsd-src/sys/dev/audio/ |
H A D | audio.c | 5283 int rounded; in audio_mixer_init() local 5316 size_t rounded; in audio_mixer_init() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
H A D | darwin.cc | 2568 unsigned HOST_WIDE_INT rounded; in darwin_emit_common() local
|
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | zio.c | 1403 size_t rounded = (size_t)P2ROUNDUP(psize, in zio_write_compress() local
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | peXXigen.c | 702 int rounded = FA (sec->size); in _bfd_XXi_swap_aouthdr_out() local
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | peXXigen.c | 677 int rounded = FA (sec->size); in _bfd_XXi_swap_aouthdr_out() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | class.cc | 6502 tree rounded = round_up_loc (input_location, size, DECL_ALIGN_UNIT (next)); in check_non_pod_aggregate() local
|