Searched refs:zcbor_float16_put (Results 1 – 2 of 2) sorted by relevance
77 bool zcbor_float16_put(zcbor_state_t *state, float input); /* IEEE754 float16 */
539 return zcbor_float16_put(state, *input);543 bool zcbor_float16_put(zcbor_state_t *state, float input) function