Home
last modified time | relevance | path

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

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