// // sub_102DB8 from 0x102db8 to 0x102de4 (44 bytes) // // 2 xrefs: // > sub_101D30 @ 0x101d74 // > sub_101D30 @ 0x101ed8 // // 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 // float32x4_t *__fastcall sub_102DB8(float32x4_t *a1, float32x4_t a2, float a3, float a4, int16x4_t a5, int16x4_t a6) { float v6; // s1 float32x4_t v7; // q2 v6 = a4 * a3; v7 = vmulq_f32(vcvtq_f32_s32(vmovl_s16(a5)), a2); *a1 = vmlaq_n_f32(v7, vmlaq_f32(vnegq_f32(v7), a2, vcvtq_f32_s32(vmovl_s16(a6))), v6); return a1 + 1; }