Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/debase/
DdeMath.h129 DE_INLINE double deExp2 (double a) { return exp(a * log(2.0)); } in deExp2() function
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp2092 class Exp2 : public ExpFunc { public: Exp2 (void) : ExpFunc("exp2", deExp2) {} }; in Exp2()
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp2113 class Exp2 : public ExpFunc { public: Exp2 (void) : ExpFunc("exp2", deExp2) {} }; in Exp2()