Home
last modified time | relevance | path

Searched defs:ROUND_DOWN (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/regress/lib/libc/ieeefp/testfloat/include/
H A DtestFunction.h161 ROUND_DOWN, enumerator
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsystem.h408 #define ROUND_DOWN(x,y) ((x) & ~((y) - 1)) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsystem.h399 #define ROUND_DOWN(x,y) ((x) & ~((y) - 1)) macro
/netbsd-src/lib/libc/softfloat/
H A Dtimesoftfloat.c2041 ROUND_DOWN, enumerator
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dio.h264 ROUND_DOWN = GFC_FPE_DOWNWARD, enumerator
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dio.h260 ROUND_DOWN = GFC_FPE_DOWNWARD, enumerator