// // _cosf_special from 0x180136a2c to 0x180136a3e (18 bytes) // // 3 xrefs: // > cosf @ 0x18012b259 // > cosf @ 0x18012b485 // > @ 0x180203548 // // 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 // __int64 __fastcall cosf_special(__int64 a1) { return sincosf_special(a1, "cosf", 18); }