Home
last modified time | relevance | path

Searched refs:OPCODE_ATANH (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Shader/
DShader.hpp159 OPCODE_ATANH, enumerator
DShader.cpp946 case OPCODE_ATANH: return "atanh"; in operationString()
DVertexProgram.cpp293 case Shader::OPCODE_ATANH: atanh(d, s0, pp); break; in program()
DPixelProgram.cpp313 case Shader::OPCODE_ATANH: atanh(d, s0, pp); break; in applyShader()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp1161 …case EOpAtanh: if(visit == PostVisit) emit(sw::Shader::OPCODE_ATANH, result, arg); brea… in visitUnary()