Searched defs:round_down (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fold-const.h | 172 #define round_down(T,N) round_down_loc (UNKNOWN_LOCATION, T, N) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | fold-const.h | 185 #define round_down(T,N) round_down_loc (UNKNOWN_LOCATION, T, N) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/ |
H A D | math-68881.h | 391 int rounding_mode, round_down; in floor() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
H A D | math-68881.h | 391 int rounding_mode, round_down; in floor() local
|
/netbsd-src/sys/external/bsd/common/include/linux/ |
H A D | kernel.h | 121 #define round_down(X, N) ((X) & ~(uintmax_t)((N) - 1)) macro
|
/netbsd-src/libexec/ld.elf_so/ |
H A D | rtld.h | 62 #define round_down(x) ((x) & ~(_rtld_pagesz - 1)) macro
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/ |
H A D | fast_float.h | 2582 fastfloat_really_inline void round_down(adjusted_mantissa& am, int32_t shift) noexcept { in round_down() function
|