Files
raddebugger/data/test_inputs/mule_main_9ff1e58f/inline_body.cpp
T

8 lines
163 B
C++

// Copyright (c) Epic Games Tools
// Licensed under the MIT license (https://opensource.org/license/mit/)
bias = (bias^x)&7;
x -= bias;
x *= 2;
x *= x;
x += bias;