| 69 | // Set TestNaN to true to include NaNs in each channel of the test values. |
| 70 | inline bool getTestNaN() const { return m_testNaN; } |
| 71 | inline void setTestNaN(bool use) { m_testNaN = use; } |
| 72 | |
| 73 | // Set TestInfinity to true to include positive and negative infinity |
| 74 | // in each channel of the test values. |
no outgoing calls
no test coverage detected