| 105 | nan_probability_(nan_probability) {} |
| 106 | |
| 107 | void GenerateData(uint8_t* buffer, size_t n) { |
| 108 | GenerateTypedData(reinterpret_cast<PhysicalType*>(buffer), n); |
| 109 | } |
| 110 | |
| 111 | template <typename V> |
| 112 | typename std::enable_if<!std::is_floating_point_v<V> && !kIsHalfFloat>::type |
no outgoing calls
no test coverage detected