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

/linux-master/arch/mips/math-emu/
H A Dsp_fdp.c15 return buildsp(xs, SP_EMAX + 1 + SP_EBIAS,
H A Dieee754sp.c189 return buildsp(sn, SP_EMIN - 1 + SP_EBIAS, xm);
194 return buildsp(sn, xe + SP_EBIAS, xm & ~SP_HIDDEN_BIT);
H A Dieee754sp.h60 static inline union ieee754sp buildsp(int s, int bx, unsigned int m) function

Completed in 104 milliseconds