Home
last modified time | relevance | path

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

/zcbor-latest/include/
Dzcbor_decode.h125 bool zcbor_float16_32_pexpect(zcbor_state_t *state, float *expected); /* IEEE754 float16 or float32…
/zcbor-latest/src/
Dzcbor_decode.c1336 bool zcbor_float16_32_pexpect(zcbor_state_t *state, float *expected) in zcbor_float16_32_pexpect() function
/zcbor-latest/tests/unit/test1_unit_tests/src/
Dmain.c1137 zassert_true(zcbor_float16_32_pexpect(state_d, &(float){10.0}), NULL); in ZTEST()