| 33 | } |
| 34 | |
| 35 | _CONSTEXPR14 std::int32_t CastInt64() |
| 36 | { |
| 37 | const std::int32_t t1 = 2; |
| 38 | const std::int32_t u1 = -3; |
| 39 | std::int32_t r1 = 0; |
| 40 | if (!MultiplicationHelper< std::int32_t, std::int32_t, MultiplicationState_CastInt64>::Multiply(t1, u1, r1)) |
| 41 | return 0; |
| 42 | |
| 43 | return r1; |
| 44 | } |
| 45 | |
| 46 | _CONSTEXPR14 std::uint32_t CastUint64() |
| 47 | { |
nothing calls this directly
no outgoing calls
no test coverage detected