Searched refs:zcbor_float16_32_pexpect (Results 1 – 3 of 3) sorted by relevance
125 bool zcbor_float16_32_pexpect(zcbor_state_t *state, float *expected); /* IEEE754 float16 or float32…
1336 bool zcbor_float16_32_pexpect(zcbor_state_t *state, float *expected) in zcbor_float16_32_pexpect() function
1137 zassert_true(zcbor_float16_32_pexpect(state_d, &(float){10.0}), NULL); in ZTEST()