OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 275 milliseconds