| 258 | } |
| 259 | |
| 260 | static inline T func11(Type x, Type y) |
| 261 | { |
| 262 | return std::sqrt(T(111.111) - std::sin(T(2) * x) + std::cos(pi / y) / T(333.333)); |
| 263 | } |
| 264 | |
| 265 | static inline T func12(Type x, Type y) |
| 266 | { |
nothing calls this directly
no outgoing calls
no test coverage detected