Searched refs:zcbor_float16_put (Results 1 – 3 of 3) sorted by relevance
63 zassert_true(zcbor_float16_put(state_e, out)); in ZTEST()
72 bool zcbor_float16_put(zcbor_state_t *state, float input); /* IEEE754 float16 */
534 return zcbor_float16_put(state, *input);538 bool zcbor_float16_put(zcbor_state_t *state, float input) function