HomeSort by relevance Sort by last modified time
    Searched refs:wideRightShiftWithSticky (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/
muldf3.c 104 wideRightShiftWithSticky(&productHi, &productLo, shift);
mulsf3.c 95 wideRightShiftWithSticky(&productHi, &productLo, 1U - (unsigned)productExponent);
fp_lib.h 127 static inline void wideRightShiftWithSticky(rep_t *hi, rep_t *lo, unsigned int count) {

Completed in 45 milliseconds