Home
last modified time | relevance | path

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

/zcbor-latest/src/
Dzcbor_common.c334 #define F16_MIN_NORM (1.0f / (1 << 14)) /* The normalized float16 value closest to 0 (2^-14) */ macro
393 } else if (abs_input < F16_MIN_NORM) { in zcbor_float32_to_16()