Home
last modified time | relevance | path

Searched refs:SPBEXP (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/mips/math-emu/
Dieee754d.c52 #define SPBEXP(sp) (sp.parts.bexp) macro
123 printk("e%d", SPBEXP(x) - SP_EBIAS); in ieee754sp_dump()
129 printk("e%d", SPBEXP(x) - SP_EBIAS); in ieee754sp_dump()
Dieee754int.h50 #define SPBEXP(sp) (sp.parts.bexp) macro
81 ve = SPBEXP(v);\
Dsp_simple.c31 return SPBEXP(x) != SP_EMAX + 1 + SP_EBIAS; in ieee754sp_finite()