Searched refs:SNG_EXP_BIAS (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/mips/include/
H A Dieee.h142 #define SNG_EXP_BIAS 127 macro
/freebsd-13-stable/sys/powerpc/include/
H A Dieee.h140 #define SNG_EXP_BIAS 127 macro
/freebsd-13-stable/sys/arm/include/
H A Dieee.h153 #define SNG_EXP_BIAS 127 macro
/freebsd-13-stable/sys/powerpc/fpu/
H A Dfpu_explode.c181 FP_TOF(exp, SNG_EXP_BIAS, frac, f0, f1, 0, 0);
H A Dfpu_implode.c336 if ((exp = fp->fp_exp + SNG_EXP_BIAS) <= 0) { /* subnormal */

Completed in 67 milliseconds