Home
last modified time | relevance | path

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

/zcbor-3.6.0/include/
Dzcbor_encode.h73 bool zcbor_float16_bytes_put(zcbor_state_t *state, uint16_t input); /* IEEE754 float16 raw bytes */
/zcbor-3.6.0/src/
Dzcbor_encode.c540 return zcbor_float16_bytes_put(state, zcbor_float32_to_16(input));
555 bool zcbor_float16_bytes_put(zcbor_state_t *state, uint16_t input) function
/zcbor-3.6.0/tests/unit/test1_unit_tests/src/
Dmain.c1099 zassert_true(zcbor_float16_bytes_put(state_e, 0x4800), NULL); in ZTEST()
1100 zassert_true(zcbor_float16_bytes_put(state_e, 0x4880), NULL); in ZTEST()