Searched refs:SNG_MASK (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/lib/libc/sparc64/fpu/
H A Dfpu_implode.c306 #define SNG_MASK (SNG_EXP(1) - 1) /* mask for fraction */ macro
371 return (sign | SNG_EXP(SNG_EXP_INFNAN - 1) | SNG_MASK);
375 return (sign | SNG_EXP(exp) | (fp->fp_mant[3] & SNG_MASK));
/freebsd-11-stable/sys/powerpc/fpu/
H A Dfpu_implode.c299 #define SNG_MASK (SNG_EXP(1) - 1) /* mask for fraction */ macro
360 return (sign | SNG_EXP(SNG_EXP_INFNAN - 1) | SNG_MASK);
364 return (sign | SNG_EXP(exp) | (fp->fp_mant[3] & SNG_MASK));

Completed in 73 milliseconds