Home
last modified time | relevance | path

Searched defs:round_down (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.h172 #define round_down(T,N) round_down_loc (UNKNOWN_LOCATION, T, N) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const.h185 #define round_down(T,N) round_down_loc (UNKNOWN_LOCATION, T, N) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dmath-68881.h391 int rounding_mode, round_down; in floor() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dmath-68881.h391 int rounding_mode, round_down; in floor() local
/netbsd-src/sys/external/bsd/common/include/linux/
H A Dkernel.h121 #define round_down(X, N) ((X) & ~(uintmax_t)((N) - 1)) macro
/netbsd-src/libexec/ld.elf_so/
H A Drtld.h62 #define round_down(x) ((x) & ~(_rtld_pagesz - 1)) macro
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
H A Dfast_float.h2582 fastfloat_really_inline void round_down(adjusted_mantissa& am, int32_t shift) noexcept { in round_down() function