Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_util/
DReplaceClipCullDistanceVariable.cpp231 TIntermBinary *bitwiseAnd = new TIntermBinary(EOpBitwiseAnd, enableFlags->deepCopy(), bitMask); in assignFuncWithEnableFlags() local
/external/turbine/java/com/google/turbine/binder/
DConstEvaluator.java1010 private Value bitwiseAnd(int position, Value a, Value b) { in bitwiseAnd() method in ConstEvaluator
/external/deqp/framework/common/
DtcuVectorUtil.hpp76 inline T bitwiseAnd(T a, T b) in bitwiseAnd() function