| 217 | double (*PlatformSpecificFabs)(double) = fabs; |
| 218 | |
| 219 | static int IsNanImplementation(double d) |
| 220 | { |
| 221 | return 0; |
| 222 | } |
| 223 | |
| 224 | static int IsInfImplementation(double d) |
| 225 | { |
nothing calls this directly
no outgoing calls
no test coverage detected