Home
last modified time | relevance | path

Searched refs:wideLeftShift (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_mul_impl.inc91 wideLeftShift(&productHi, &productLo, 1);
H A Dfp_lib.h233 static __inline void wideLeftShift(rep_t *hi, rep_t *lo, unsigned int count) { in wideLeftShift() function