Files
raddebugger/src/mule/inline_body.cpp
T
2024-01-10 19:57:50 -08:00

8 lines
168 B
C++

// Copyright (c) 2024 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;