Changeset 1b50135 in mainline for arch/ppc32/include/fmath.h
- Timestamp:
- 2005-09-12T13:55:04Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 72dde3a
- Parents:
- 60780c5
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/include/fmath.h
r60780c5 r1b50135 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 27 */ 28 29 #ifndef __ppc32_FMATH_H__ 30 #define __ppc32_FMATH_H__ 28 31 29 32 #include <arch/types.h> … … 63 66 /** return 1, if fmath is a infinity */ 64 67 int fmath_is_infinity(double num); 68 69 #endif
Note:
See TracChangeset
for help on using the changeset viewer.