Home
last modified time | relevance | path

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

/mcuboot-latest/boot/zcbor/src/
Dzcbor_common.c378 uint32_t abs_value32 = value32 & ~(1 << F32_SIGN_OFFS); in zcbor_float32_to_16() local
381 memcpy(&abs_input, &abs_value32, sizeof(abs_input)); in zcbor_float32_to_16()