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

/freebsd-10.1-release/contrib/compiler-rt/lib/
H A Dmuldf3.c104 wideRightShiftWithSticky(&productHi, &productLo, shift);
H A Dmulsf3.c95 wideRightShiftWithSticky(&productHi, &productLo, 1U - (unsigned)productExponent);
H A Dfp_lib.h127 static inline void wideRightShiftWithSticky(rep_t *hi, rep_t *lo, unsigned int count) { function

Completed in 44 milliseconds