| 283 | } |
| 284 | |
| 285 | static inline T func16(Type x, Type y) |
| 286 | { |
| 287 | return (((y + (x * T(2.2))) <= (x + y + T(1.1))) ? x - y : x * y) + T(2) * pi / x; |
| 288 | } |
| 289 | }; |
| 290 | |
| 291 | double pgo_primer(); |
nothing calls this directly
no outgoing calls
no test coverage detected