Home
last modified time | relevance | path

Searched defs:bitwiseNot (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteUnaryMinusOperatorInt.cpp76 TIntermUnary *bitwiseNot = new TIntermUnary(EOpBitwiseNot, opr, nullptr); in visitUnary() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
DRewriteUnaryMinusOperatorInt.cpp81 TIntermUnary *bitwiseNot = new TIntermUnary(EOpBitwiseNot, opr, nullptr); in visitUnary() local
/third_party/vk-gl-cts/framework/common/
DtcuVectorUtil.hpp50 template<typename T> inline T bitwiseNot (T a) { return ~a; } in bitwiseNot() function