Exemplo n.º 1
0
 public Fcr31(FpuState outerInstance, Fcr31 that)
 {
     this.outerInstance = outerInstance;
     rm = that.rm;
     c  = that.c;
     fs = that.fs;
 }
Exemplo n.º 2
0
 public virtual void copy(Fcr31 that)
 {
     rm = that.rm;
     c  = that.c;
     fs = that.fs;
 }
Exemplo n.º 3
0
 private void InitializeInstanceFields()
 {
     fcr31 = new Fcr31(this);
 }