MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / fdiv

Function fdiv

lib/asmjit/asmjit-testing/tests/asmjit_test_unicompiler.cpp:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70static ASMJIT_NOINLINE float fsub(float a, float b) noexcept { return a - b; }
71static ASMJIT_NOINLINE float fmul(float a, float b) noexcept { return a * b; }
72static ASMJIT_NOINLINE float fdiv(float a, float b) noexcept { return a / b; }
73static ASMJIT_NOINLINE float fsqrt(float a) noexcept { return std::sqrt(a); }
74static ASMJIT_NOINLINE float fmadd_nofma_ref(float a, float b, float c) noexcept { return a * b + c; }
75static ASMJIT_NOINLINE float fmadd_fma_ref(float a, float b, float c) noexcept { return std::fma(a, b, c); }

Callers 4

apply_oneMethod · 0.70
apply_oneMethod · 0.70
apply_oneMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected