Searched refs:ExpFunc (Results 1 – 2 of 2) sorted by relevance
2085 class ExpFunc : public CFloatFunc1 class2088 ExpFunc (const string& name, DoubleFunc1& func) in ExpFunc() function in deqp::gls::BuiltinPrecisionTests::Functions::ExpFunc2113 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()
2064 class ExpFunc : public CFloatFunc1 class2067 ExpFunc (const string& name, DoubleFunc1& func) in ExpFunc() function in vkt::shaderexecutor::Functions::ExpFunc2092 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()