Searched refs:DoubleFunc2 (Results 1 – 4 of 4) sorted by relevance
269 typedef double DoubleFunc2 (double, double); typedef277 Interval applyMonotone (DoubleFunc2& func,
48 Interval applyMonotone (DoubleFunc2& func, const Interval& arg0, const Interval& arg1) in applyMonotone()
1827 DoubleFunc2& func) in CFloatFunc2()1839 DoubleFunc2& m_func;3306 PreciseFunc2 (const string& name, DoubleFunc2& func) : CFloatFunc2(name, func) {} in PreciseFunc2()
2180 tcu::DoubleFunc2& func) in CFloatFunc2()2192 tcu::DoubleFunc2& m_func;4081 PreciseFunc2 (const string& name, DoubleFunc2& func) : CFloatFunc2<T> (name, func) {} in PreciseFunc2()