]> Git Repo - uclibc-ng.git/blame - libm/frexpldexp.c
Totally rework the math library, this time based on the MacOs X
[uclibc-ng.git] / libm / frexpldexp.c
CommitLineData
7ce331c0
EA
1#if defined(__ppc__)
2/*******************************************************************************
3* *
4* File frexpldexp.c, *
5* Functions frexp(x) and ldexp(x), *
6* Implementation of frexp and ldexp functions for the PowerPC. *
7* *
8