Searched defs:logicalNot (Results 1 - 1 of 1) sorted by relevance
| /third_party/vk-gl-cts/framework/common/ | ||
| H A D | tcuVectorUtil.hpp | 55 template<typename T> inline T logicalNot (T a) { return !a; } in logicalNot() function |
Completed in 2 milliseconds