Searched refs:new_expo (Results 1 – 1 of 1) sorted by relevance
353 uint32_t new_expo = (expo == 0 /* zero */) ? 0 in zcbor_float16_to_32() local356 uint32_t value32 = (sign << F32_SIGN_OFFS) | (new_expo << F32_EXPO_OFFS) in zcbor_float16_to_32()