MCPcopy Create free account
hub / github.com/apache/fory / mul_bits

Function mul_bits

cpp/fory/util/float16_test.cc:737–739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

735 return float16_t::sub(H(a), H(b)).to_bits();
736}
737static uint16_t mul_bits(uint16_t a, uint16_t b) {
738 return float16_t::mul(H(a), H(b)).to_bits();
739}
740static uint16_t div_bits(uint16_t a, uint16_t b) {
741 return float16_t::div(H(a), H(b)).to_bits();
742}

Callers 1

TESTFunction · 0.85

Calls 2

HFunction · 0.85
to_bitsMethod · 0.45

Tested by

no test coverage detected