Home
last modified time | relevance | path

Searched refs:ExpFunc (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp2085 class ExpFunc : public CFloatFunc1 class
2088 ExpFunc (const string& name, DoubleFunc1& func) in ExpFunc() function in deqp::gls::BuiltinPrecisionTests::Functions::ExpFunc
2113 class Exp2 : public ExpFunc { public: Exp2 (void) : ExpFunc("exp2", deExp2) {} }; in Exp2()
2114 class Exp : public ExpFunc { public: Exp (void) : ExpFunc("exp", deExp) {} }; in Exp()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp2064 class ExpFunc : public CFloatFunc1 class
2067 ExpFunc (const string& name, DoubleFunc1& func) in ExpFunc() function in vkt::shaderexecutor::Functions::ExpFunc
2092 class Exp2 : public ExpFunc { public: Exp2 (void) : ExpFunc("exp2", deExp2) {} }; in Exp2()
2093 class Exp : public ExpFunc { public: Exp (void) : ExpFunc("exp", deExp) {} }; in Exp()