| 237 | } |
| 238 | |
| 239 | static inline T func07(Type x, Type y) |
| 240 | { |
| 241 | return (T(5.5) + x) + (T(2) * x - T(2) / T(3) * y) * (x / T(3) + y / T(4)) + (y + T(7.7)); |
| 242 | } |
| 243 | |
| 244 | static inline T func08(Type x, Type y) |
| 245 | { |
nothing calls this directly
no outgoing calls
no test coverage detected