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

/freebsd-13-stable/sys/mips/include/
H A Dieee.h91 #define SNG_FRACBITS 23 macro
/freebsd-13-stable/sys/powerpc/include/
H A Dieee.h83 #define SNG_FRACBITS 23 macro
/freebsd-13-stable/sys/arm/include/
H A Dieee.h91 #define SNG_FRACBITS 23 macro
/freebsd-13-stable/sys/powerpc/fpu/
H A Dfpu_explode.c175 #define SNG_SHIFT (SNG_FRACBITS - FP_LG)
178 frac = i & mask(SNG_FRACBITS);
H A Dfpu_implode.c296 #define SNG_EXP(e) ((e) << SNG_FRACBITS) /* makes e an exponent */
306 (void) fpu_shr(fp, FP_NMANT - 1 - SNG_FRACBITS);
337 /* -NG for g,r; -SNG_FRACBITS-exp for fraction */
338 (void) fpu_shr(fp, FP_NMANT - FP_NG - SNG_FRACBITS - exp);
346 /* -FP_NG for g,r; -1 for implied 1; -SNG_FRACBITS for fraction */
347 (void) fpu_shr(fp, FP_NMANT - FP_NG - 1 - SNG_FRACBITS);

Completed in 84 milliseconds