Searched refs:sign_y (Results 1 – 2 of 2) sorted by relevance
307 } sign_x, sign_y; local316 sign_y.i = y;317 result.u = bitfieldInterleave(sign_x.u, sign_y.u);333 } sign_x, sign_y; local342 sign_y.i = y;343 result.u = bitfieldInterleave(sign_x.u, sign_y.u);359 } sign_x, sign_y; local368 sign_y.i = y;369 result.u = bitfieldInterleave(sign_x.u, sign_y.u);385 } sign_x, sign_y, sign_z; local[all …]
2978 T sign_x, sign_y; in test_mod() local2991 sign_y = 1; in test_mod()2993 sign_y = -1; in test_mod()2995 …(static_cast<T>(x) - static_cast<T>(y * static_cast<T>(x / y))) * static_cast<T>(sign_y * sign_x)); in test_mod()