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

/external/swiftshader/src/OpenGL/compiler/
H A DintermOut.cpp188 case EOpAcosh: out << "arc hyperbolic cosine"; break;
H A Dintermediate.h121 EOpAcosh, enumerator in enum:TOperator
H A DIntermediate.cpp269 case EOpAcosh: return "acosh";
1902 case EOpAcosh:
H A DInitialize.cpp57 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpAcosh, genType, "acosh", genType);
H A DOutputASM.cpp1018 case EOpAcosh: if(visit == PostVisit) emit(sw::Shader::OPCODE_ACOSH, result, arg); break;

Completed in 52 milliseconds