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

/freebsd-13-stable/sys/powerpc/fpu/
H A Dfpu_explode.c193 #define DBL_SHIFT (DBL_FRACBITS - 32 - FP_LG) macro
197 f0 = frac >> DBL_SHIFT;
198 f1 = (frac << (32 - DBL_SHIFT)) | (j >> DBL_SHIFT);
199 f2 = j << (32 - DBL_SHIFT);

Completed in 105 milliseconds