| 242 | } |
| 243 | |
| 244 | static inline T func08(Type x, Type y) |
| 245 | { |
| 246 | using namespace std; |
| 247 | return (T(1.1)*pow(x,T(1))+T(2.2)*pow(y,T(2))-T(3.3)*pow(x,T(3))+T(4.4)*pow(y,T(15))-T(5.5)*pow(x,T(23))+T(6.6)*pow(y,T(55))); |
| 248 | } |
| 249 | |
| 250 | static inline T func09(Type x, Type y) |
| 251 | { |
nothing calls this directly
no outgoing calls
no test coverage detected