check in test input binaries, adjust torture test data path

This commit is contained in:
Ryan Fleury
2026-06-02 12:11:09 -07:00
parent 1c1fef0f97
commit d98d6b56d9
14 changed files with 3673 additions and 1 deletions
@@ -0,0 +1,8 @@
// 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;