Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.constant_test.cpp481 const int64_t kMaxSigned48Bit = (int64_t(1) << 47) - 1; variable
482 const int64_t kMinSigned48Bit = -kMaxSigned48Bit - 1;
506 std::to_string(kMaxSigned48Bit) + "\n",
616 std::to_string(kMaxSigned48Bit) + "\n",
/external/deqp-deps/SPIRV-Tools/test/
Dtext_to_binary.constant_test.cpp481 const int64_t kMaxSigned48Bit = (int64_t(1) << 47) - 1; variable
482 const int64_t kMinSigned48Bit = -kMaxSigned48Bit - 1;
506 std::to_string(kMaxSigned48Bit) + "\n",
616 std::to_string(kMaxSigned48Bit) + "\n",