Searched refs:zcbor_float16_pexpect (Results 1 – 3 of 3) sorted by relevance
123 bool zcbor_float16_pexpect(zcbor_state_t *state, float *expected); /* IEEE754 float16 */
1268 bool zcbor_float16_pexpect(zcbor_state_t *state, float *expected) in zcbor_float16_pexpect() function
1135 zassert_true(zcbor_float16_pexpect(state_d, &(float){8.0}), NULL); in ZTEST()