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

  /external/compiler-rt/lib/
muldf3.c 87 else wideLeftShift(&productHi, &productLo, 1);
mulsf3.c 87 else wideLeftShift(&productHi, &productLo, 1);
fp_lib.h 122 static inline void wideLeftShift(rep_t *hi, rep_t *lo, int count) {

Completed in 145 milliseconds