1: /
   2: /
   3: 
   4: / conjg fortran function
   5: 
   6: .globl  conjg.
   7: 
   8: .globl  rval8p
   9: .globl  retrn
  10: .globl  temp
  11: 
  12: conjg.: temp
  13:         rval8p; 2
  14:         .+2
  15:         setf
  16:         movf    (sp)+,r0
  17:         movf    r0,temp
  18:         movf    (sp)+,r0
  19:         negf    r0
  20:         movf    r0,temp+4
  21:         jmp     retrn

Defined functions

conjg. declared in line 6; defined in line 12; used 1 times
  • in line 6
Last modified: 1975-07-17
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 349
Valid CSS Valid XHTML 1.0 Strict