package p043o; import java.lang.reflect.Array; import java.text.DecimalFormat; /* renamed from: o.f */ /* loaded from: classes.dex */ public abstract class AbstractC1511f { /* renamed from: a */ public AbstractC1504a f3351a; /* renamed from: e */ public int f3355e; /* renamed from: f */ public String f3356f; /* renamed from: i */ public long f3359i; /* renamed from: b */ public int f3352b = 0; /* renamed from: c */ public int[] f3353c = new int[10]; /* renamed from: d */ public float[][] f3354d = (float[][]) Array.newInstance(Float.TYPE, 10, 3); /* renamed from: g */ public float[] f3357g = new float[3]; /* renamed from: h */ public boolean f3358h = false; /* renamed from: j */ public float f3360j = Float.NaN; public String toString() { String str = this.f3356f; DecimalFormat decimalFormat = new DecimalFormat("##.##"); for (int i = 0; i < this.f3355e; i++) { str = str + "[" + this.f3353c[i] + " , " + decimalFormat.format(this.f3354d[i]) + "] "; } return str; } }