Searched refs:FP_NMANT (Results 1 – 4 of 4) sorted by relevance
/haiku/src/system/libroot/os/arch/sparc/ |
H A D | fpu_emu.h | 91 #define FP_NMANT 115 /* total bits in mantissa (incl g,r) */ macro 93 #define FP_LG ((FP_NMANT - 1) & 31) /* log2(1.0) for fp_mant[0] */ 94 #define FP_LG2 ((FP_NMANT - 1) & 63) /* log2(1.0) for fp_mant[0] and fp_mant[1] */
|
H A D | fpu_implode.c | 225 if (__fpu_shr(fp, FP_NMANT - 1 - exp) != 0) 276 if (__fpu_shr(fp, FP_NMANT - 1 - exp) != 0) 318 (void) __fpu_shr(fp, FP_NMANT - 1 - SNG_FRACBITS); 351 (void) __fpu_shr(fp, FP_NMANT - FP_NG - SNG_FRACBITS - exp); 362 (void) __fpu_shr(fp, FP_NMANT - FP_NG - 1 - SNG_FRACBITS); 400 (void) __fpu_shr(fp, FP_NMANT - 1 - DBL_FRACBITS); 414 (void) __fpu_shr(fp, FP_NMANT - FP_NG - DBL_FRACBITS - exp); 426 (void) __fpu_shr(fp, FP_NMANT - FP_NG - 1 - DBL_FRACBITS); 476 (void) __fpu_shr(fp, FP_NMANT - FP_NG - EXT_FRACBITS - exp);
|
H A D | fpu_subr.c | 80 if (rsh >= FP_NMANT) { in __fpu_shr()
|
H A D | fpu_sqrt.c | 231 #if (FP_NMANT & 1) != 0
|