Home
last modified time | relevance | path

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

/mcuboot-latest/boot/zcbor/src/
Dzcbor_common.c353 uint32_t new_expo = (expo == 0 /* zero */) ? 0 in zcbor_float16_to_32() local
356 uint32_t value32 = (sign << F32_SIGN_OFFS) | (new_expo << F32_EXPO_OFFS) in zcbor_float16_to_32()