Home
last modified time | relevance | path

Searched defs:rounded (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dregion.d130 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 Dregion.d159 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 Dbid64_string.c252 UINT64 sign_x, coefficient_x = 0, rounded = 0, res; local
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid64_string.c252 UINT64 sign_x, coefficient_x = 0, rounded = 0, res; local
/netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/
H A Dc6x.h489 #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 Dc6x.h489 #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 Dxmmintrin.h972 __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 Demmintrin.h850 __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 Dwinnt.c540 HOST_WIDE_INT rounded; in i386_pe_asm_output_aligned_decl_common() local
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dwinnt.cc539 HOST_WIDE_INT rounded; in i386_pe_asm_output_aligned_decl_common() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const-call.c486 real_value rounded; in fold_const_conversion() local
H A Dfunction.c4209 tree rounded; in pad_to_arg_alignment() local
H A Dvarasm.c2102 unsigned HOST_WIDE_INT size, rounded; in assemble_noswitch_variable() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const-call.cc484 real_value rounded; in fold_const_conversion() local
H A Dvarasm.cc2184 unsigned HOST_WIDE_INT size, rounded; in assemble_noswitch_variable() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/
H A Ddarwin.c2534 unsigned HOST_WIDE_INT rounded; in darwin_emit_common() local
/netbsd-src/sys/dev/audio/
H A Daudio.c5283 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 Ddarwin.cc2568 unsigned HOST_WIDE_INT rounded; in darwin_emit_common() local
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzio.c1403 size_t rounded = (size_t)P2ROUNDUP(psize, in zio_write_compress() local
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A DpeXXigen.c702 int rounded = FA (sec->size); in _bfd_XXi_swap_aouthdr_out() local
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A DpeXXigen.c677 int rounded = FA (sec->size); in _bfd_XXi_swap_aouthdr_out() local
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dclass.cc6502 tree rounded = round_up_loc (input_location, size, DECL_ALIGN_UNIT (next)); in check_non_pod_aggregate() local