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

/freebsd-13-stable/sys/powerpc/fpu/
H A Dfpu_explode.c175 #define SNG_SHIFT (SNG_FRACBITS - FP_LG) macro
179 f0 = frac >> SNG_SHIFT;
180 f1 = frac << (32 - SNG_SHIFT);

Completed in 103 milliseconds