HomeSort by relevance Sort by last modified time
    Searched refs:applyMonotone (Results 1 - 4 of 4) sorted by null

  /external/deqp/framework/common/
tcuInterval.cpp 35 Interval applyMonotone (DoubleFunc1& func, const Interval& arg0)
43 Interval applyMonotone (DoubleIntervalFunc1& func, const Interval& arg0)
48 Interval applyMonotone (DoubleFunc2& func, const Interval& arg0, const Interval& arg1)
58 Interval applyMonotone (DoubleIntervalFunc2& func, const Interval& arg0, const Interval& arg1)
120 return applyMonotone(negate, x);
125 return applyMonotone(std::pow, 2.0, x);
130 return applyMonotone(std::exp, x);
135 return applyMonotone(std::sqrt, x);
145 const Interval mono = applyMonotone(std::abs, x);
tcuInterval.hpp 247 Interval applyMonotone (DoubleFunc1& func,
249 Interval applyMonotone (DoubleFunc2& func,
252 Interval applyMonotone (DoubleIntervalFunc1& func,
254 Interval applyMonotone (DoubleIntervalFunc2& func,
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]

Completed in 114 milliseconds