Files
raddebugger/src/mule/inline_body.cpp
T
2025-06-02 14:13:57 -07:00

8 lines
170 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;