| 143 | } |
| 144 | |
| 145 | _CONSTEXPR14_MULTIPLY std::int64_t Int64Int() |
| 146 | { |
| 147 | const std::int64_t t1 = 2; |
| 148 | const std::int32_t u1 = 3; |
| 149 | std::int64_t r1 = 0; |
| 150 | if (!MultiplicationHelper< std::int64_t, std::int32_t, MultiplicationState_Int64Int>::Multiply(t1, u1, r1)) |
| 151 | return 0; |
| 152 | |
| 153 | return r1; |
| 154 | } |
| 155 | |
| 156 | _CONSTEXPR14 std::int32_t IntUint64() |
| 157 | { |
nothing calls this directly
no outgoing calls
no test coverage detected