| 278 | } |
| 279 | |
| 280 | static inline T func15(Type x, Type y) |
| 281 | { |
| 282 | return std::max(T(3.33), std::min(sqrt(T(1) - std::sin(T(2) * x) + std::cos(pi / y) / T(3)), T(1.11))); |
| 283 | } |
| 284 | |
| 285 | static inline T func16(Type x, Type y) |
| 286 | { |
nothing calls this directly
no outgoing calls
no test coverage detected