Home
last modified time | relevance | path

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

/mcuboot-latest/boot/zcbor/src/
Dzcbor_common.c394 uint16_t rounding_bit = in zcbor_float32_to_16() local
399 value16 |= ((uint16_t)(abs_input * (1 << 24)) + rounding_bit); /* expo is 0 */ in zcbor_float32_to_16()
402 uint16_t rounding_bit = in zcbor_float32_to_16() local
411 value16 += rounding_bit; /* Might propagate to exponent. */ in zcbor_float32_to_16()