Home
last modified time | relevance | path

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

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