Home
last modified time | relevance | path

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

/zcbor-3.6.0/tests/unit/test3_float16/src/
Dmain.c63 zassert_true(zcbor_float16_put(state_e, out)); in ZTEST()
/zcbor-3.6.0/include/
Dzcbor_encode.h72 bool zcbor_float16_put(zcbor_state_t *state, float input); /* IEEE754 float16 */
/zcbor-3.6.0/src/
Dzcbor_encode.c534 return zcbor_float16_put(state, *input);
538 bool zcbor_float16_put(zcbor_state_t *state, float input) function