Home
last modified time | relevance | path

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

/zcbor-latest/include/
Dzcbor_encode.h72 bool zcbor_float16_bytes_put(zcbor_state_t *state, uint16_t input); /* IEEE754 float16 raw bytes */
/zcbor-latest/src/
Dzcbor_encode.c534 return zcbor_float16_bytes_put(state, zcbor_float32_to_16(input));
549 bool zcbor_float16_bytes_put(zcbor_state_t *state, uint16_t input) function
/zcbor-latest/tests/unit/test1_unit_tests/src/
Dmain.c1119 zassert_true(zcbor_float16_bytes_put(state_e, 0x4800), NULL); in ZTEST()
1120 zassert_true(zcbor_float16_bytes_put(state_e, 0x4880), NULL); in ZTEST()