Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/debase/
DdeMath.h130 DE_INLINE double deExp2 (double a) { return exp(a * log(2.0)); } in deExp2() function
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp14585 const double result (deExp2(d)); in calc()
14953 const double e2d (deExp2(yd * l2d)); in calc()
14961 const double e2d (deExp2(yd * l2.asDouble())); in calc()
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp2143 class Exp2 : public ExpFunc { public: Exp2 (void) : ExpFunc("exp2", deExp2) {} }; in Exp2()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp2590 class Exp2 : public ExpFunc<T> { public: Exp2 (void) : ExpFunc<T>("exp2", deExp2) {} }; in Exp2()