Home
last modified time | relevance | path

Searched refs:msd (Results 1 – 25 of 47) sorted by relevance

12

/external/crcalc/src/com/hp/creals/
DCR.java396 int msd(int n) { in msd() method in CR
417 int msd = msd(prec); in iter_msd() local
418 if (msd != Integer.MIN_VALUE) return msd; in iter_msd()
424 return msd(n); in iter_msd()
430 int msd() { in msd() method in CR
671 int msd = iter_msd(msd_prec - 2); in toStringFloatRep() local
672 if (msd == Integer.MIN_VALUE) in toStringFloatRep()
674 int exponent = (int)Math.ceil((double)msd / log2_radix); in toStringFloatRep()
1155 int msd_op1 = op1.msd(half_prec); in approximate()
1159 msd_op2 = op2.msd(half_prec); in approximate()
[all …]
DUnaryCRFunction.java321 max_msd[0] = low[0].abs().max(high[0].abs()).msd(); in inverseMonotone_UnaryCRFunction()
322 max_arg_prec[0] = high[0].subtract(low[0]).msd() - 4; in inverseMonotone_UnaryCRFunction()
324 .divide(high[0].subtract(low[0])).msd(); in inverseMonotone_UnaryCRFunction()
610 difference_msd[0] = difference.msd(); in monotoneDerivative_UnaryCRFunction()
611 deriv2_msd[0] = appr_diff2.msd() - difference_msd[0] + 4; in monotoneDerivative_UnaryCRFunction()
623 int max_delta_left_msd = left_diff.msd(); in monotoneDerivativeCR()
625 int max_delta_right_msd = right_diff.msd(); in monotoneDerivativeCR()
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dmessage_set.go258 msd, ok := messageSetMap[id]
268 fmt.Fprintf(&b, `"[%s]":`, msd.name)
272 x = reflect.New(msd.t.Elem()).Interface()
/external/v8/src/objects/
Dbigint.cc429 digit_t msd = static_cast<digit_t>(1) << (n % kDigitBits); in Exponentiate() local
430 result->set_digit(needed_digits - 1, msd); in Exponentiate()
1742 digit_t msd = x->digit(length - 1); in RightShiftByAbsolute() local
1743 bool rounding_can_overflow = digit_ismax(msd); in RightShiftByAbsolute()
1941 const digit_t msd = x->digit(length - 1); in ToStringBasePowerOfTwo() local
1942 const int msd_leading_zeros = base::bits::CountLeadingZeros(msd); in ToStringBasePowerOfTwo()
1977 int current = (digit | (msd << available_bits)) & char_mask; in ToStringBasePowerOfTwo()
1979 digit = msd >> (bits_per_char - available_bits); in ToStringBasePowerOfTwo()
2199 digit_t msd = x->digit(last); in TruncateToNBits() local
2202 msd = (msd << drop) >> drop; in TruncateToNBits()
[all …]
/external/u-boot/include/
Dddr_spd.h285 unsigned char msd[26]; /* 150-175 Mfg's Specific Data */ member
494 uint8_t msd[29]; /* 353~381 Mfg's Specific Data */ member
/external/python/cpython3/Lib/test/decimaltestdata/
DddInvert.decTest35 -- and at msd and msd-1
Dinvert.decTest35 -- and at msd and msd-1
DdqInvert.decTest35 -- and at msd and msd-1
DddOr.decTest35 -- and at msd and msd-1
Dxor.decTest35 -- and at msd and msd-1
DddAnd.decTest35 -- and at msd and msd-1
DddXor.decTest35 -- and at msd and msd-1
Dand.decTest37 -- and at msd and msd-1
Dor.decTest34 -- and at msd and msd-1
DdqOr.decTest35 -- and at msd and msd-1
DdqXor.decTest35 -- and at msd and msd-1
/external/python/cpython2/Lib/test/decimaltestdata/
Dinvert.decTest35 -- and at msd and msd-1
DddInvert.decTest35 -- and at msd and msd-1
DdqInvert.decTest35 -- and at msd and msd-1
DddOr.decTest35 -- and at msd and msd-1
DddAnd.decTest35 -- and at msd and msd-1
Dand.decTest37 -- and at msd and msd-1
DddXor.decTest35 -- and at msd and msd-1
Dxor.decTest35 -- and at msd and msd-1
Dor.decTest34 -- and at msd and msd-1

12