Home
last modified time | relevance | path

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

/external/compiler-rt/lib/
Dmulsf3.c87 else wideLeftShift(&productHi, &productLo, 1); in ARM_EABI_FNALIAS()
Dmuldf3.c87 else wideLeftShift(&productHi, &productLo, 1); in ARM_EABI_FNALIAS()
Dfp_lib.h122 static inline void wideLeftShift(rep_t *hi, rep_t *lo, int count) { in wideLeftShift() function