Changeset 846848a6 in mainline for softfloat/generic
- Timestamp:
- 2006-06-08T01:22:31Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 07d7870
- Parents:
- e209fc96
- Location:
- softfloat/generic
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
softfloat/generic/add.c
re209fc96 r846848a6 27 27 */ 28 28 29 /** @addtogroup softfloat 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #include<sftypes.h> 30 36 #include<add.h> … … 251 257 252 258 259 260 /** @} 261 */ 262 -
softfloat/generic/common.c
re209fc96 r846848a6 27 27 */ 28 28 29 /** @addtogroup softfloat 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #include<sftypes.h> 30 36 #include<common.h> … … 205 211 } 206 212 213 214 /** @} 215 */ 216 -
softfloat/generic/comparison.c
re209fc96 r846848a6 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** @addtogroup softfloat 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 122 128 123 129 130 131 /** @} 132 */ 133 -
softfloat/generic/conversion.c
re209fc96 r846848a6 27 27 */ 28 28 29 /** @addtogroup softfloat 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #include "sftypes.h" 30 36 #include "conversion.h" … … 585 591 586 592 593 594 /** @} 595 */ 596 -
softfloat/generic/div.c
re209fc96 r846848a6 27 27 */ 28 28 29 /** @addtogroup softfloat 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #include<sftypes.h> 30 36 #include<add.h> … … 355 361 } 356 362 363 364 /** @} 365 */ 366 -
softfloat/generic/mul.c
re209fc96 r846848a6 27 27 */ 28 28 29 /** @addtogroup softfloat 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #include<sftypes.h> 30 36 #include<mul.h> … … 286 292 287 293 294 295 /** @} 296 */ 297 -
softfloat/generic/other.c
re209fc96 r846848a6 27 27 */ 28 28 29 /** @addtogroup softfloat 30 * @{ 31 */ 32 /** @file 33 */ 29 34 35 36 37 /** @} 38 */ 39 -
softfloat/generic/softfloat.c
re209fc96 r846848a6 27 27 */ 28 28 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 29 42 #include<softfloat.h> 30 43 #include<sftypes.h> … … 486 499 } 487 500 501 502 /** @} 503 */ 504 -
softfloat/generic/sub.c
re209fc96 r846848a6 27 27 */ 28 28 29 /** @addtogroup softfloat 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #include<sftypes.h> 30 36 #include<sub.h> … … 254 260 } 255 261 262 263 /** @} 264 */ 265
Note:
See TracChangeset
for help on using the changeset viewer.
