e_atan2f.S - vx32 - Local 9vx git repository for patches.
 (HTM) git clone git://r-36.net/vx32
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
       e_atan2f.S (154B)
       ---
            1 /*
            2  * Written by J.T. Conklin <jtc@netbsd.org>.
            3  * Public domain.
            4  */
            5 
            6 #include <asm.h>
            7 
            8 ENTRY(__ieee754_atan2f)
            9         flds        4(%esp)
           10         flds        8(%esp)
           11         fpatan
           12         ret