Searched refs:ROUND_DOWN (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/tools/test/testfloat/
H A DtestFunction.h129 ROUND_DOWN, enumerator in enum:__anon11685
H A Dtestfloat.c197 roundingMode = ROUND_DOWN;
H A Dtestsoftfloat.c316 ROUND_DOWN, enumerator in enum:__anon11688
367 case ROUND_DOWN:
945 roundingMode = ROUND_DOWN;
H A DtestFunction.c608 case ROUND_DOWN:
/freebsd-10.1-release/usr.sbin/ndiscvt/
H A Dndiscvt.c85 #define ROUND_DOWN(n, align) (((uintptr_t)n) & ~((align) - 1l)) macro
86 #define ROUND_UP(n, align) ROUND_DOWN(((uintptr_t)n) + (align) - 1l, \
/freebsd-10.1-release/lib/libc/softfloat/
H A Dtimesoftfloat.c2039 ROUND_DOWN, enumerator in enum:__anon5694
2089 case ROUND_DOWN:
2561 roundingMode = ROUND_DOWN;

Completed in 179 milliseconds