Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp2755 T sign_x, sign_y; in test_mod() local
2763 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()