Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/math_brute_force/
Dreference_math.cpp194 static inline void shift_right_sticky_64(cl_ulong *p, int shift) in shift_right_sticky_64() function
538 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()