Home
last modified time | relevance | path

Searched refs:promoteUnary (Results 1 – 3 of 3) sorted by relevance

/external/turbine/java/com/google/turbine/binder/
DConstEvaluator.java397 expr = promoteUnary(expr); in bitwiseComp()
409 expr = promoteUnary(expr); in unaryPlus()
425 expr = promoteUnary(expr); in unaryMinus()
562 a = promoteUnary(a); in shiftLeft()
563 b = promoteUnary(b); in shiftLeft()
576 a = promoteUnary(a); in shiftRight()
577 b = promoteUnary(b); in shiftRight()
590 a = promoteUnary(a); in unsignedShiftRight()
591 b = promoteUnary(b); in unsignedShiftRight()
838 private static Const.Value promoteUnary(Const.Value v) { in promoteUnary() method in ConstEvaluator
[all …]
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h736 bool promoteUnary(TIntermUnary&);
DIntermediate.cpp3023 return promoteUnary(*node->getAsUnaryNode()); in promote()
3037 bool TIntermediate::promoteUnary(TIntermUnary& node) in promoteUnary() function in glslang::TIntermediate