Searched defs:rounding_mode (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | APFloat.cpp | 1432 bool IEEEFloat::roundAwayFromZero(roundingMode rounding_mode, in roundAwayFromZero() 1470 IEEEFloat::opStatus IEEEFloat::normalize(roundingMode rounding_mode, in normalize() 1916 roundingMode rounding_mode) { in add() 1922 roundingMode rounding_mode) { in subtract() 1928 roundingMode rounding_mode) { in multiply() 1946 roundingMode rounding_mode) { in divide() 2300 roundingMode rounding_mode, in convert() 2433 roundingMode rounding_mode, bool *isExact) const { in convertToSignExtendedInteger() 2625 roundingMode rounding_mode) { in convertFromSignExtendedInteger() 2666 roundingMode rounding_mode) { in convertFromHexadecimalString() [all …]
|
/openbsd/gnu/gcc/gcc/config/m68k/ |
H A D | math-68881.h | 369 int rounding_mode, round_up; in ceil() local 391 int rounding_mode, round_down; in floor() local 414 int rounding_mode, round_nearest; in rint() local
|
/openbsd/gnu/usr.bin/gcc/gcc/config/m68k/ |
H A D | math-68881.h | 369 int rounding_mode, round_up; in ceil() local 391 int rounding_mode, round_down; in floor() local 414 int rounding_mode, round_nearest; in rint() local
|