/[avr-libc]/avr-libc/libm/fplib/ldexp.S
ViewVC logotype

Diff of /avr-libc/libm/fplib/ldexp.S

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by joerg_wunsch, Thu Jun 30 22:31:07 2005 UTC revision 1.7 by joerg_wunsch, Tue Sep 13 13:29:54 2005 UTC
# Line 45  Line 45 
45   * double y = ldexp( 3.45, 2 ) = 2^2 * 3.45 = 13.8   * double y = ldexp( 3.45, 2 ) = 2^2 * 3.45 = 13.8
46   */   */
47    
48  #if !defined(DOXYGEN)  #if !defined(__DOXYGEN__)
49    
50  #include "gasava.inc"  #include "gasava.inc"
51  #include "macros.inc"  #include "macros.inc"
# Line 77  GLOBAL(ldexp) Line 77  GLOBAL(ldexp)
77    
78            ENDFUNC            ENDFUNC
79    
80  #endif /* not DOXYGEN */  #endif /* not __DOXYGEN__ */

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26