MIPS: math-emu: Turn macros into functions where possible.
[deliverable/linux.git] / arch / mips / math-emu / dp_frexp.c
index cb15a5eaecbb29a42b39daf398023c9f797d19c9..25ebce16143ec6a30e266113123aabfffb3ec31a 100644 (file)
 
 /* close to ieeep754dp_logb
 */
-ieee754dp ieee754dp_frexp(ieee754dp x, int *eptr)
+union ieee754dp ieee754dp_frexp(union ieee754dp x, int *eptr)
 {
        COMPXDP;
-       CLEARCX;
+       ieee754_clearcx();
        EXPLODEXDP;
 
        switch (xc) {
This page took 0.025629 seconds and 5 git commands to generate.