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

/freebsd-11-stable/sys/powerpc/include/
H A Dieee.h81 #define SNG_FRACBITS 23 macro
/freebsd-11-stable/sys/sparc64/include/
H A Dieee.h76 #define SNG_FRACBITS 23 macro
/freebsd-11-stable/sys/mips/include/
H A Dieee.h89 #define SNG_FRACBITS 23 macro
/freebsd-11-stable/sys/arm/include/
H A Dieee.h89 #define SNG_FRACBITS 23 macro
/freebsd-11-stable/sys/powerpc/fpu/
H A Dfpu_explode.c173 #define SNG_SHIFT (SNG_FRACBITS - FP_LG)
176 frac = i & mask(SNG_FRACBITS);
H A Dfpu_implode.c298 #define SNG_EXP(e) ((e) << SNG_FRACBITS) /* makes e an exponent */
308 (void) fpu_shr(fp, FP_NMANT - 1 - SNG_FRACBITS);
339 /* -NG for g,r; -SNG_FRACBITS-exp for fraction */
340 (void) fpu_shr(fp, FP_NMANT - FP_NG - SNG_FRACBITS - exp);
348 /* -FP_NG for g,r; -1 for implied 1; -SNG_FRACBITS for fraction */
349 (void) fpu_shr(fp, FP_NMANT - FP_NG - 1 - SNG_FRACBITS);
/freebsd-11-stable/lib/libc/sparc64/fpu/
H A Dfpu_implode.c305 #define SNG_EXP(e) ((e) << SNG_FRACBITS) /* makes e an exponent */
315 (void) __fpu_shr(fp, FP_NMANT - 1 - SNG_FRACBITS);
347 /* -NG for g,r; -SNG_FRACBITS-exp for fraction */
348 (void) __fpu_shr(fp, FP_NMANT - FP_NG - SNG_FRACBITS - exp);
358 /* -FP_NG for g,r; -1 for implied 1; -SNG_FRACBITS for fraction */
359 (void) __fpu_shr(fp, FP_NMANT - FP_NG - 1 - SNG_FRACBITS);
H A Dfpu_explode.c197 #define SNG_SHIFT (SNG_FRACBITS - FP_LG)
200 frac = i & mask(SNG_FRACBITS);

Completed in 76 milliseconds