Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/debase/
DdeMath.h127 DE_INLINE double deExp (double a) { return exp(a); } in deExp() function
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp2093 class Exp : public ExpFunc { public: Exp (void) : ExpFunc("exp", deExp) {} }; in Exp()
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp2114 class Exp : public ExpFunc { public: Exp (void) : ExpFunc("exp", deExp) {} }; in Exp()