home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 113 / EnigmaAmiga113CD.iso / software / sviluppo / quake_src / fconstppc.s < prev    next >
Text File  |  2000-06-17  |  2KB  |  69 lines

  1. # Copyright (C) 1996-1997 Id Software, Inc. 
  2. # This program is free software; you can redistribute it and/or 
  3. # modify it under the terms of the GNU General Public License 
  4. # as published by the Free Software Foundation; either version 2 
  5. # of the License, or (at your option) any later version. 
  6. # This program is distributed in the hope that it will be useful, 
  7. # but WITHOUT ANY WARRANTY; without even the implied warranty of 
  8. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.   
  9. # See the GNU General Public License for more details. 
  10. # You should have received a copy of the GNU General Public License 
  11. # along with this program; if not, write to the Free Software 
  12. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
  13.  
  14. ##
  15. ## Quake for AMIGA
  16. ##
  17. ## fconstPPC.s
  18. ##
  19. ## Includes some frequently used floating point constants for the
  20. ## r_#?PPC.s and d_#?PPC.s PowerPC assembler modules.
  21. ##
  22.  
  23. .ifdef    WOS
  24. .macro  lab
  25.     .globl    _\1
  26. _\1:
  27. .endm
  28.     .tocd
  29. .else
  30. .macro  lab
  31.     .globl    \1
  32. \1:
  33. .endm
  34.     .data
  35. .endif
  36.  
  37.  
  38. lab c0
  39.     .float    0.0
  40. lab c0_5
  41.     .float    0.5
  42. lab c2
  43.     .float    2.0
  44. lab c65536
  45.     .float    65536.0
  46. lab INT2DBL_0
  47.     .long    0x43300000,0x80000000
  48.  
  49.  
  50. .ifdef    WOS
  51.     .globl    @___ReciprocTable
  52. @___ReciprocTable:
  53.     .long    __ReciprocTable
  54.     .data
  55. .endif
  56.  
  57. lab _ReciprocTable
  58.     .long    0,0,0,1431655765,0,858993459,715827883,613566757,536870912
  59.     .long    477218588,429496729,390451572,357913941,330382100,306783378
  60.     .long    286331153,268435456,252645135,238609294,226050910,214748365
  61.     .long    204522252,195225786,186737709,178956971,171798692,165191050
  62.     .long    159072863,153391689,148102321,143165577,138547332
  63.