Searched refs:ExpFunc (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 2551 class ExpFunc : public CFloatFunc1<T> class 2554 ExpFunc (const string& name, DoubleFunc1& func) in ExpFunc() function in vkt::shaderexecutor::Functions::ExpFunc 2568 double ExpFunc <Signature<float, float> >::precision_legacy(const EvalContext& ctx, double ret, dou… in precision_legacy() 2585 double ExpFunc <Signature<deFloat16, deFloat16> >::precision_legacy(const EvalContext& ctx, double … in precision_legacy() 2595 double ExpFunc <Signature<float, float> >::precision (const EvalContext& ctx, double ret, double x)… in precision() 2616 double ExpFunc <Signature<deFloat16, deFloat16> >::precision(const EvalContext& ctx, double ret, do… in precision() 2622 class Exp2 : public ExpFunc<T> { public: Exp2 (void) : ExpFunc<T>("exp2", deExp2) {} }; in Exp2() 2624 class Exp : public ExpFunc<T> { public: Exp (void) : ExpFunc<T>("exp", deExp) {} }; in Exp()
|
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 2115 class ExpFunc : public CFloatFunc1 class 2118 ExpFunc (const string& name, DoubleFunc1& func) in ExpFunc() function in deqp::gls::BuiltinPrecisionTests::Functions::ExpFunc 2143 class Exp2 : public ExpFunc { public: Exp2 (void) : ExpFunc("exp2", deExp2) {} }; in Exp2() 2144 class Exp : public ExpFunc { public: Exp (void) : ExpFunc("exp", deExp) {} }; in Exp()
|