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

  /external/compiler-rt/lib/
fp_lib.h 42 static inline void wideMultiply(rep_t a, rep_t b, rep_t *hi, rep_t *lo) {
73 static inline void wideMultiply(rep_t a, rep_t b, rep_t *hi, rep_t *lo) {
muldf3.c 80 wideMultiply(aSignificand, bSignificand << exponentBits,
mulsf3.c 80 wideMultiply(aSignificand, bSignificand << exponentBits,
divdf3.c 135 wideMultiply(aSignificand << 2, reciprocal, &quotient, &quotientLo);

Completed in 194 milliseconds