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.java474 TurbineConstantTypeKind type = promoteBinary(position, a, b); in add()
492 TurbineConstantTypeKind type = promoteBinary(position, a, b); in subtract()
510 TurbineConstantTypeKind type = promoteBinary(position, a, b); in mult()
528 TurbineConstantTypeKind type = promoteBinary(position, a, b); in divide()
546 TurbineConstantTypeKind type = promoteBinary(position, a, b); in mod()
611 TurbineConstantTypeKind type = promoteBinary(position, a, b); in lessThan()
629 TurbineConstantTypeKind type = promoteBinary(position, a, b); in lessThanEqual()
647 TurbineConstantTypeKind type = promoteBinary(position, a, b); in greaterThan()
665 TurbineConstantTypeKind type = promoteBinary(position, a, b); in greaterThanEqual()
691 TurbineConstantTypeKind type = promoteBinary(position, a, b); in equal()
[all …]
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h962 bool promoteBinary(TIntermBinary&);
DIntermediate.cpp3208 return promoteBinary(*node->getAsBinaryNode()); in promote()
3286 bool TIntermediate::promoteBinary(TIntermBinary& node) in promoteBinary() function in glslang::TIntermediate