Searched refs:EOpAtanh (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
H A DintermOut.cpp189 case EOpAtanh: out << "arc hyperbolic tangent"; break;
H A Dintermediate.h122 EOpAtanh, enumerator in enum:TOperator
H A DIntermediate.cpp270 case EOpAtanh: return "atanh";
1910 case EOpAtanh:
H A DInitialize.cpp58 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpAtanh, genType, "atanh", genType);
H A DOutputASM.cpp1019 case EOpAtanh: if(visit == PostVisit) emit(sw::Shader::OPCODE_ATANH, result, arg); break;

Completed in 107 milliseconds