Searched refs:sign_x (Results 1 – 1 of 1) sorted by relevance
2755 T sign_x, sign_y; in test_mod() local2763 sign_x = 1; in test_mod()2765 sign_x = -1; in test_mod()2772 …(static_cast<T>(x) - static_cast<T>(y * static_cast<T>(x / y))) * static_cast<T>(sign_y * sign_x)); in test_mod()