Changeset 846848a6 in mainline for softfloat


Ignore:
Timestamp:
2006-06-08T01:22:31Z (20 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
07d7870
Parents:
e209fc96
Message:

Another doxygen comments.

Location:
softfloat
Files:
27 edited

Legend:

Unmodified
Added
Removed
  • softfloat/arch/amd64/include/functions.h

    re209fc96 r846848a6  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup softfloatamd64 amd64   
     30 * @ingroup sfl
     31 * @brief softfloat architecture dependent definitions
     32 * @{
     33 */
     34/** @file
    2735 */
    2836
     
    6472#endif
    6573
     74
     75 /** @}
     76 */
     77
  • softfloat/arch/ia32/include/functions.h

    re209fc96 r846848a6  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup softfloatia32 ia32     
     30 * @ingroup sfl
     31 * @brief softfloat architecture dependent definitions
     32 * @{
     33 */
     34/** @file
    2735 */
    2836
     
    6472#endif
    6573
     74
     75 /** @}
     76 */
     77
  • softfloat/arch/ia64/include/functions.h

    re209fc96 r846848a6  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup softfloatia64 ia64
     30 * @ingroup sfl
     31 * @brief softfloat architecture dependent definitions
     32 * @{
     33 */
     34/** @file
    2735 */
    2836
     
    6472#endif
    6573
     74
     75 /** @}
     76 */
     77
  • softfloat/arch/mips32/include/functions.h

    re209fc96 r846848a6  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup softfloatmips32 mips32
     30 * @ingroup sfl
     31 * @brief softfloat architecture dependent definitions
     32 * @{
     33 */
     34/** @file
    2735 */
    2836
     
    6472#endif
    6573
     74
     75 /** @}
     76 */
     77
  • softfloat/arch/mips32eb/include/functions.h

    re209fc96 r846848a6  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup softfloatmipseb32 mipseb32     
     30 * @ingroup sfl
     31 * @brief softfloat architecture dependent definitions
     32 * * @{
     33 */
     34/** @file
    2735 */
    2836
     
    6472#endif
    6573
     74
     75 /** @}
     76 */
     77
  • softfloat/arch/ppc32/include/functions.h

    re209fc96 r846848a6  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup softfloatppc32 ppc32   
     30 * @ingroup sfl
     31 * @brief softfloat architecture dependent definitions
     32 * @{
     33 */
     34/** @file
    2735 */
    2836
     
    6472#endif
    6573
     74
     75 /** @}
     76 */
     77
  • softfloat/arch/ppc64/include/functions.h

    re209fc96 r846848a6  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup softfloatppc64 ppc64   
     30 * @ingroup sfl
     31 * @brief softfloat architecture dependent definitions
     32 * @{
     33 */
     34/** @file
    2735 */
    2836
     
    6371
    6472#endif
     73
     74 /** @}
     75 */
     76
  • softfloat/arch/sparc64/include/functions.h

    re209fc96 r846848a6  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup softfloatsparc64 sparc64       
     30 * @ingroup sfl
     31 * @brief softfloat architecture dependent definitions
     32 * @{
     33 */
     34/** @file
    2735 */
    2836
     
    6472#endif
    6573
     74
     75 /** @}
     76 */
     77
  • softfloat/generic/add.c

    re209fc96 r846848a6  
    2727 */
    2828
     29 /** @addtogroup softfloat     
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#include<sftypes.h>
    3036#include<add.h>
     
    251257
    252258
     259
     260 /** @}
     261 */
     262
  • softfloat/generic/common.c

    re209fc96 r846848a6  
    2727 */
    2828
     29 /** @addtogroup softfloat     
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#include<sftypes.h>
    3036#include<common.h>
     
    205211}
    206212
     213
     214 /** @}
     215 */
     216
  • softfloat/generic/comparison.c

    re209fc96 r846848a6  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup softfloat     
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    122128
    123129
     130
     131 /** @}
     132 */
     133
  • softfloat/generic/conversion.c

    re209fc96 r846848a6  
    2727 */
    2828
     29 /** @addtogroup softfloat     
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#include "sftypes.h"
    3036#include "conversion.h"
     
    585591
    586592
     593
     594 /** @}
     595 */
     596
  • softfloat/generic/div.c

    re209fc96 r846848a6  
    2727 */
    2828
     29 /** @addtogroup softfloat     
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#include<sftypes.h>
    3036#include<add.h>
     
    355361}
    356362
     363
     364 /** @}
     365 */
     366
  • softfloat/generic/mul.c

    re209fc96 r846848a6  
    2727 */
    2828
     29 /** @addtogroup softfloat     
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#include<sftypes.h>
    3036#include<mul.h>
     
    286292
    287293
     294
     295 /** @}
     296 */
     297
  • softfloat/generic/other.c

    re209fc96 r846848a6  
    2727 */
    2828
     29 /** @addtogroup softfloat     
     30 * @{
     31 */
     32/** @file
     33 */
    2934
     35
     36
     37 /** @}
     38 */
     39
  • softfloat/generic/softfloat.c

    re209fc96 r846848a6  
    2727 */
    2828
     29/** @defgroup sfl Softfloat
     30 * @brief Software FPU emulation.
     31 * @{
     32 * @}
     33 */
     34 /** @addtogroup softfloat generic
     35  * @ingroup sfl
     36 * @brief Architecture independent parts of FPU software emulation library.
     37 * @{
     38 */
     39/** @file
     40 */
     41
    2942#include<softfloat.h>
    3043#include<sftypes.h>
     
    486499}
    487500
     501
     502 /** @}
     503 */
     504
  • softfloat/generic/sub.c

    re209fc96 r846848a6  
    2727 */
    2828
     29 /** @addtogroup softfloat     
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#include<sftypes.h>
    3036#include<sub.h>
     
    254260}
    255261
     262
     263 /** @}
     264 */
     265
  • softfloat/include/add.h

    re209fc96 r846848a6  
    2727 */
    2828
     29 /** @addtogroup softfloat     
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __ADD_H__
    3036#define __ADD_H__
     
    3642#endif
    3743
     44
     45 /** @}
     46 */
     47
  • softfloat/include/common.h

    re209fc96 r846848a6  
    2727 */
    2828
     29 /** @addtogroup softfloat     
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __COMMON_H__
    3036#define __COMMON_H__
     
    4248
    4349#endif
     50
     51 /** @}
     52 */
     53
  • softfloat/include/comparison.h

    re209fc96 r846848a6  
    2727 */
    2828
     29 /** @addtogroup softfloat     
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __COMPARISON_H__
    3036#define __COMPARISON_H__
     
    4854#endif
    4955
     56
     57 /** @}
     58 */
     59
  • softfloat/include/conversion.h

    re209fc96 r846848a6  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup softfloat     
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    6066#endif
    6167
     68
     69 /** @}
     70 */
     71
  • softfloat/include/div.h

    re209fc96 r846848a6  
    2727 */
    2828
     29 /** @addtogroup softfloat     
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __DIV_H__
    3036#define __DIV_H__
     
    3743#endif
    3844
     45
     46 /** @}
     47 */
     48
  • softfloat/include/mul.h

    re209fc96 r846848a6  
    2727 */
    2828
     29 /** @addtogroup softfloat     
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __MUL_H__
    3036#define __MUL_H__
     
    3844#endif
    3945
     46
     47 /** @}
     48 */
     49
  • softfloat/include/other.h

    re209fc96 r846848a6  
    2727 */
    2828
     29 /** @addtogroup softfloat     
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __OTHER_H__
    3036#define __OTHER_H__
     
    3238#endif
    3339
     40
     41 /** @}
     42 */
     43
  • softfloat/include/sftypes.h

    re209fc96 r846848a6  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup softfloat     
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    101107#endif
    102108
     109
     110 /** @}
     111 */
     112
  • softfloat/include/softfloat.h

    re209fc96 r846848a6  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup softfloat     
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    163169#endif
    164170
     171
     172 /** @}
     173 */
     174
  • softfloat/include/sub.h

    re209fc96 r846848a6  
    2727 */
    2828
     29 /** @addtogroup softfloat     
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#ifndef __SUB_H__
    3036#define __SUB_H__
     
    3642#endif
    3743
     44
     45 /** @}
     46 */
     47
Note: See TracChangeset for help on using the changeset viewer.