Home
last modified time | relevance | path

Searched defs:applyExact (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp1733 virtual double applyExact (double) const in applyExact() function in deqp::gls::BuiltinPrecisionTests::FloatFunc1
1761 double applyExact (double x) const { return m_func(x); } in applyExact() function in deqp::gls::BuiltinPrecisionTests::CFloatFunc1
1807 virtual double applyExact (double, double) const in applyExact() function in deqp::gls::BuiltinPrecisionTests::FloatFunc2
1836 double applyExact (double x, double y) const { return m_func(x, y); } in applyExact() function in deqp::gls::BuiltinPrecisionTests::CFloatFunc2
1899 virtual double applyExact (double, double, double) const in applyExact() function in deqp::gls::BuiltinPrecisionTests::FloatFunc3
1941 double applyExact (double x, double y) const { return x + y; } in applyExact() function in deqp::gls::BuiltinPrecisionTests::Functions::Add
1983 double applyExact (double x, double y) const { return x * y; } in applyExact() function in deqp::gls::BuiltinPrecisionTests::Functions::Mul
2021 double applyExact (double x, double y) const { return x - y; } in applyExact() function in deqp::gls::BuiltinPrecisionTests::Functions::Sub
2032 double applyExact (double x) const { return -x; } in applyExact() function in deqp::gls::BuiltinPrecisionTests::Functions::Negate
2061 double applyExact (double x, double y) const { return x / y; } in applyExact() function in deqp::gls::BuiltinPrecisionTests::Functions::Div
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp2281 virtual double applyExact (double) const in applyExact() function in vkt::shaderexecutor::FloatFunc1
2308 double applyExact (double x) const { return m_func(x); } in applyExact() function in vkt::shaderexecutor::CFloatFunc1
2358 virtual double applyExact (double, double) const in applyExact() function in vkt::shaderexecutor::FloatFunc2
2388 double applyExact (double x, double y) const { return m_func(x, y); } in applyExact() function in vkt::shaderexecutor::CFloatFunc2
2480 virtual double applyExact (double, double, double) const in applyExact() function in vkt::shaderexecutor::FloatFunc3
2572 double applyExact (double x, double y) const { return x + y; } in applyExact() function in vkt::shaderexecutor::Functions::Add
2615 double applyExact (double x, double y) const { return x * y; } in applyExact() function in vkt::shaderexecutor::Functions::Mul
2654 double applyExact (double x, double y) const { return x - y; } in applyExact() function in vkt::shaderexecutor::Functions::Sub
2666 double applyExact (double x) const { return -x; } in applyExact() function in vkt::shaderexecutor::Functions::Negate
2696 double applyExact (double x, double y) const { return x / y; } in applyExact() function in vkt::shaderexecutor::Functions::Div
[all …]