Home
last modified time | relevance | path

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

/mcuboot-latest/boot/zcbor/src/
Dzcbor_common.c336 #define NORM_ROUND_MSK (F32_MANTISSA_MSK >> (F16_EXPO_OFFS - 1)) /* excess mantissa when going from macro
408 && ((mantissa & NORM_ROUND_MSK) != NORM_ROUND_BIT_MSK)); in zcbor_float32_to_16()