Home
last modified time | relevance | path

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

/external/turbine/java/com/google/turbine/binder/
DConstEvaluator.java728 static Const.Value bitwiseAnd(Const.Value a, Const.Value b) { in bitwiseAnd() method in ConstEvaluator
/external/deqp/framework/common/
DtcuVectorUtil.hpp50 template<typename T> inline T bitwiseAnd (T a, T b) { return a & b; } in bitwiseAnd() function