Searched refs:FP_NG (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/lib/libc/sparc64/fpu/
H A Dfpu_implode.c95 /* mant >>= FP_NG */
96 m3 = (m3 >> FP_NG) | (m2 << (32 - FP_NG));
97 m2 = (m2 >> FP_NG) | (m1 << (32 - FP_NG));
98 m1 = (m1 >> FP_NG) | (m0 << (32 - FP_NG));
99 m0 >>= FP_NG; local
348 (void) __fpu_shr(fp, FP_NMANT - FP_NG - SNG_FRACBITS - exp);
358 /* -FP_NG fo
[all...]
H A Dfpu_emu.h88 #define FP_NG 2 /* number of low-order guard bits */ macro
H A Dfpu_mul.c179 bit = 1 << FP_NG;
/freebsd-10.1-release/sys/powerpc/fpu/
H A Dfpu_implode.c93 /* mant >>= FP_NG */
94 m3 = (m3 >> FP_NG) | (m2 << (32 - FP_NG));
95 m2 = (m2 >> FP_NG) | (m1 << (32 - FP_NG));
96 m1 = (m1 >> FP_NG) | (m0 << (32 - FP_NG));
97 m0 >>= FP_NG; local
340 (void) fpu_shr(fp, FP_NMANT - FP_NG - SNG_FRACBITS - exp);
348 /* -FP_NG fo
[all...]
H A Dfpu_emu.h88 #define FP_NG 2 /* number of low-order guard bits */ macro
H A Dfpu_mul.c192 bit = 1 << FP_NG;

Completed in 58 milliseconds