Lines Matching full:out2
889 out2, acc2 := x2.SetFloat64(float64(out)).Float32()
890 if !alike32(out2, out) || acc2 != Exact {
891 t.Errorf("idempotency test: got %g (%s); want %g (Exact)", out2, acc2, out)
966 out2, acc2 := x2.SetFloat64(out).Float64()
967 if !alike64(out2, out) || acc2 != Exact {
968 t.Errorf("idempotency test: got %g (%s); want %g (Exact)", out2, acc2, out)