Searched refs:shift_right_sticky_64 (Results 1 – 1 of 1) sorted by relevance
194 static inline void shift_right_sticky_64(cl_ulong *p, int shift) in shift_right_sticky_64() function538 if (exponent > expC) shift_right_sticky_64(&addend, exponent - expC); in reference_fma()549 shift_right_sticky_64(&product, expC - exponent); in reference_fma()904 if (expA > expB) shift_right_sticky_64(&addendB, expA - expB); in reference_add()915 shift_right_sticky_64(&addendA, expB - expA); in reference_add()