Searched refs:DPBEXP (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/mips/math-emu/
H A Dieee754dp.h28 #define DPBEXP(dp) (dp.bexp) macro
33 return DPBEXP(x) != DP_EMAX + 1 + DP_EBIAS;
H A Dieee754d.c47 printk("e%d", DPBEXP(x) - DP_EBIAS);
53 printk("e%d", DPBEXP(x) - DP_EBIAS);
H A Dieee754int.h96 ve = DPBEXP(v); \

Completed in 110 milliseconds