Searched refs:SNG_SHIFT (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/powerpc/fpu/
H A Dfpu_explode.c178 #define SNG_SHIFT (SNG_FRACBITS - FP_LG) macro
182 f0 = frac >> SNG_SHIFT;
183 f1 = frac << (32 - SNG_SHIFT);
/netbsd-current/sys/arch/m68k/fpe/
H A Dfpu_explode.c150 #define SNG_SHIFT (SNG_FRACBITS - FP_LG) macro
154 f0 = frac >> SNG_SHIFT;
155 f1 = frac << (32 - SNG_SHIFT);
/netbsd-current/sys/arch/sparc/fpu/
H A Dfpu_explode.c178 #define SNG_SHIFT (SNG_FRACBITS - FP_LG) macro
182 f0 = frac >> SNG_SHIFT;
183 f1 = frac << (32 - SNG_SHIFT);

Completed in 97 milliseconds