// // _handle_nanf from 0x180133ca4 to 0x180133cb3 (15 bytes) // // 4 xrefs: // > acosf @ 0x180127687 // > atan2f @ 0x180130580 // > asinf @ 0x180130bc7 // > _powf_special @ 0x180133fee // // This function is hookable on this platform! // // Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA // Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings // float __fastcall handle_nanf(int a1) { float result; // xmm0_4 LODWORD(result) = a1 | 0x400000; return result; }