Home
last modified time | relevance | path

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

/external/turbine/java/com/google/turbine/binder/
DConstEvaluator.java468 TurbineConstantTypeKind type = promoteBinary(a, b); in add()
486 TurbineConstantTypeKind type = promoteBinary(a, b); in subtract()
504 TurbineConstantTypeKind type = promoteBinary(a, b); in mult()
522 TurbineConstantTypeKind type = promoteBinary(a, b); in divide()
540 TurbineConstantTypeKind type = promoteBinary(a, b); in mod()
605 TurbineConstantTypeKind type = promoteBinary(a, b); in lessThan()
623 TurbineConstantTypeKind type = promoteBinary(a, b); in lessThanEqual()
641 TurbineConstantTypeKind type = promoteBinary(a, b); in greaterThan()
659 TurbineConstantTypeKind type = promoteBinary(a, b); in greaterThanEqual()
685 TurbineConstantTypeKind type = promoteBinary(a, b); in equal()
[all …]
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h737 bool promoteBinary(TIntermBinary&);
DIntermediate.cpp3026 return promoteBinary(*node->getAsBinaryNode()); in promote()
3095 bool TIntermediate::promoteBinary(TIntermBinary& node) in promoteBinary() function in glslang::TIntermediate