Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp2076 class ExpFunc : public CFloatFunc1 class
2079 ExpFunc (const string& name, DoubleFunc1& func) in ExpFunc() function in deqp::gls::BuiltinPrecisionTests::Functions::ExpFunc
2104 class Exp2 : public ExpFunc { public: Exp2 (void) : ExpFunc("exp2", deExp2) {} }; in Exp2()
2105 class Exp : public ExpFunc { public: Exp (void) : ExpFunc("exp", deExp) {} }; in Exp()