HomeSort by relevance Sort by last modified time
    Searched full:decimalslice (Results 1 - 8 of 8) sorted by null

  /prebuilts/go/darwin-x86/src/strconv/
ftoa.go 105 var digs decimalSlice
159 var digs decimalSlice
163 digs = decimalSlice{d: d.d[:], nd: d.nd, dp: d.dp}
186 digs = decimalSlice{d: d.d[:], nd: d.nd, dp: d.dp}
191 func formatDigits(dst []byte, shortest bool, neg bool, digs decimalSlice, prec int, fmt byte) []byte {
326 type decimalSlice struct {
333 func fmtE(dst []byte, neg bool, d decimalSlice, prec int, fmt byte) []byte {
388 func fmtF(dst []byte, neg bool, d decimalSlice, prec int) []byte {
extfloat.go 378 func (f *extFloat) FixedDecimal(d *decimalSlice, n int) bool {
496 func adjustLastDigitFixed(d *decimalSlice, num, den uint64, shift uint, ? uint64) bool {
532 func (f *extFloat) ShortestDecimal(d *decimalSlice, lower, upper *extFloat) bool {
645 func adjustLastDigit(d *decimalSlice, currentDiff, targetDiff, maxDiff, ulpDecimal, ulpBinary uint64) bool {
  /prebuilts/go/linux-x86/src/strconv/
ftoa.go 105 var digs decimalSlice
159 var digs decimalSlice
163 digs = decimalSlice{d: d.d[:], nd: d.nd, dp: d.dp}
186 digs = decimalSlice{d: d.d[:], nd: d.nd, dp: d.dp}
191 func formatDigits(dst []byte, shortest bool, neg bool, digs decimalSlice, prec int, fmt byte) []byte {
326 type decimalSlice struct {
333 func fmtE(dst []byte, neg bool, d decimalSlice, prec int, fmt byte) []byte {
388 func fmtF(dst []byte, neg bool, d decimalSlice, prec int) []byte {
extfloat.go 378 func (f *extFloat) FixedDecimal(d *decimalSlice, n int) bool {
496 func adjustLastDigitFixed(d *decimalSlice, num, den uint64, shift uint, ? uint64) bool {
532 func (f *extFloat) ShortestDecimal(d *decimalSlice, lower, upper *extFloat) bool {
645 func adjustLastDigit(d *decimalSlice, currentDiff, targetDiff, maxDiff, ulpDecimal, ulpBinary uint64) bool {
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/
strconv.a     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/
strconv.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/
strconv.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/
strconv.a     [all...]

Completed in 169 milliseconds