Home
last modified time | relevance | path

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

/zcbor-latest/include/
Dzcbor_encode.h87 bool zcbor_float16_encode(zcbor_state_t *state, const float *input); /* IEEE754 float16 */
/zcbor-latest/src/
Dzcbor_encode.c526 bool zcbor_float16_encode(zcbor_state_t *state, const float *input) function