Home
last modified time | relevance | path

Searched refs:kMaxSigned48Bit (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/
H A Dtext_to_binary.constant_test.cpp485 const int64_t kMaxSigned48Bit = (int64_t(1) << 47) - 1; member
486 const int64_t kMinSigned48Bit = -kMaxSigned48Bit - 1;
517 std::to_string(kMaxSigned48Bit) + "\n",
627 std::to_string(kMaxSigned48Bit) + "\n",
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dtext_to_binary.constant_test.cpp485 const int64_t kMaxSigned48Bit = (int64_t(1) << 47) - 1; member
486 const int64_t kMinSigned48Bit = -kMaxSigned48Bit - 1;
517 std::to_string(kMaxSigned48Bit) + "\n",
627 std::to_string(kMaxSigned48Bit) + "\n",
/third_party/spirv-tools/test/
H A Dtext_to_binary.constant_test.cpp485 const int64_t kMaxSigned48Bit = (int64_t(1) << 47) - 1; member
486 const int64_t kMinSigned48Bit = -kMaxSigned48Bit - 1;
517 std::to_string(kMaxSigned48Bit) + "\n",
627 std::to_string(kMaxSigned48Bit) + "\n",

Completed in 4 milliseconds