Home
last modified time | relevance | path

Searched refs:SNG_FRACBITS (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/powerpc/fpu/
H A Dfpu_implode.c290 #define SNG_EXP(e) ((e) << SNG_FRACBITS) /* makes e an exponent */ in fpu_ftos()
300 (void) fpu_shr(fp, FP_NMANT - 1 - SNG_FRACBITS); in fpu_ftos()
332 (void) fpu_shr(fp, FP_NMANT - FP_NG - SNG_FRACBITS - exp); in fpu_ftos()
341 (void) fpu_shr(fp, FP_NMANT - FP_NG - 1 - SNG_FRACBITS); in fpu_ftos()
H A Dfpu_explode.c170 #define SNG_SHIFT (SNG_FRACBITS - FP_LG) in fpu_stof()
173 frac = i & mask(SNG_FRACBITS); in fpu_stof()
/freebsd/sys/powerpc/include/
H A Dieee.h80 #define SNG_FRACBITS 23 macro
/freebsd/sys/arm/include/
H A Dieee.h87 #define SNG_FRACBITS 23 macro