Home
last modified time | relevance | path

Searched refs:rounding_bit (Results 1 – 1 of 1) sorted by relevance

/zcbor-latest/src/
Dzcbor_common.c399 uint16_t rounding_bit = in zcbor_float32_to_16() local
404 value16 |= ((uint16_t)(abs_input * (1 << 24)) + rounding_bit); /* expo is 0 */ in zcbor_float32_to_16()
407 uint16_t rounding_bit = in zcbor_float32_to_16() local
416 value16 += rounding_bit; /* Might propagate to exponent. */ in zcbor_float32_to_16()