Searched refs:rounding_mode (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DAPFloat.cpp1119 APFloat::handleOverflow(roundingMode rounding_mode)
1122 if (rounding_mode == rmNearestTiesToEven ||
1123 rounding_mode == rmNearestTiesToAway ||
1124 (rounding_mode == rmTowardPositive && !sign) ||
1125 (rounding_mode == rmTowardNegative && sign)) {
1145 APFloat::roundAwayFromZero(roundingMode rounding_mode,
1155 switch (rounding_mode) {
1182 APFloat::normalize(roundingMode rounding_mode,
1203 return handleOverflow(rounding_mode);
1235 /* Now round the number according to rounding_mode give
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c3037 id_BigDecimal_rounding_mode = rb_intern_const("BigDecimal.rounding_mode");
5865 unsigned short const rounding_mode = VpGetRoundMode(); local
5871 switch (rounding_mode) {

Completed in 174 milliseconds