/external/deqp/framework/common/ |
D | tcuInterval.cpp | 35 Interval applyMonotone (DoubleFunc1& func, const Interval& arg0) in applyMonotone() function 43 Interval applyMonotone (DoubleIntervalFunc1& func, const Interval& arg0) in applyMonotone() function 48 Interval applyMonotone (DoubleFunc2& func, const Interval& arg0, const Interval& arg1) in applyMonotone() function 58 Interval applyMonotone (DoubleIntervalFunc2& func, const Interval& arg0, const Interval& arg1) in applyMonotone() function 120 return applyMonotone(negate, x); in operator -() 125 return applyMonotone(std::pow, 2.0, x); in exp2() 130 return applyMonotone(std::exp, x); in exp() 135 return applyMonotone(std::sqrt, x); in sqrt() 145 const Interval mono = applyMonotone(std::abs, x); in abs()
|
D | tcuInterval.hpp | 275 Interval applyMonotone (DoubleFunc1& func, 277 Interval applyMonotone (DoubleFunc2& func, 280 Interval applyMonotone (DoubleIntervalFunc1& func, 282 Interval applyMonotone (DoubleIntervalFunc2& func,
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 1667 return this->applyMonotone(ctx, iargs.a); in doApply() 1670 Interval applyMonotone (const EvalContext& ctx, const Interval& iarg0) const in applyMonotone() function in vkt::shaderexecutor::FloatFunc1 1730 return this->applyMonotone(ctx, iargs.a, iargs.b); in doApply() 1733 Interval applyMonotone (const EvalContext& ctx, in applyMonotone() function in vkt::shaderexecutor::FloatFunc2 1832 return this->applyMonotone(ctx, iargs.a, iargs.b, iargs.c); in doApply() 1835 Interval applyMonotone (const EvalContext& ctx, in applyMonotone() function in vkt::shaderexecutor::FloatFunc3 1895 return this->applyMonotone(ctx, iargs.a, iargs.b); in doApply() 1937 return this->applyMonotone(ctx, iargs.a, iargs.b); in doApply() 1974 return this->applyMonotone(ctx, iargs.a, iargs.b); in doApply()
|
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 1701 return this->applyMonotone(ctx, iargs.a); in doApply() 1704 Interval applyMonotone (const EvalContext& ctx, const Interval& iarg0) const in applyMonotone() function in deqp::gls::BuiltinPrecisionTests::FloatFunc1 1772 return this->applyMonotone(ctx, iargs.a, iargs.b); in doApply() 1775 Interval applyMonotone (const EvalContext& ctx, in applyMonotone() function in deqp::gls::BuiltinPrecisionTests::FloatFunc2 1874 return this->applyMonotone(ctx, iargs.a, iargs.b, iargs.c); in doApply() 1877 Interval applyMonotone (const EvalContext& ctx, in applyMonotone() function in deqp::gls::BuiltinPrecisionTests::FloatFunc3 1937 return this->applyMonotone(ctx, iargs.a, iargs.b); in doApply() 1979 return this->applyMonotone(ctx, iargs.a, iargs.b); in doApply() 2016 return this->applyMonotone(ctx, iargs.a, iargs.b); in doApply()
|