Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/delibs/debase/
DdeMath.h207 DE_INLINE double deExp2 (double a) { return exp(a * log(2.0)); } in deExp2() function
/third_party/vk-gl-cts/modules/glshared/
DglsBuiltinPrecisionTests.cpp2144 class Exp2 : public ExpFunc { public: Exp2 (void) : ExpFunc("exp2", deExp2) {} }; in Exp2()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp15064 const double result (deExp2(d)); in calc()
15432 const double e2d (deExp2(yd * l2d)); in calc()
15440 const double e2d (deExp2(yd * l2.asDouble())); in calc()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp15064 const double result (deExp2(d)); in calc()
15432 const double e2d (deExp2(yd * l2d)); in calc()
15440 const double e2d (deExp2(yd * l2.asDouble())); in calc()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp2797 class Exp2 : public ExpFunc<T> { public: Exp2 (void) : ExpFunc<T>("exp2", deExp2) {} }; in Exp2()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp2797 class Exp2 : public ExpFunc<T> { public: Exp2 (void) : ExpFunc<T>("exp2", deExp2) {} }; in Exp2()