HomeSort by relevance Sort by last modified time
    Searched refs:applyMonotone (Results 1 - 3 of 3) 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 246 Interval applyMonotone (DoubleFunc1& func,
248 Interval applyMonotone (DoubleFunc2& func,
251 Interval applyMonotone (DoubleIntervalFunc1& func,
253 Interval applyMonotone (DoubleIntervalFunc2& func,
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]

Completed in 122 milliseconds