Searched refs:zcbor_float32_pexpect (Results 1 – 3 of 3) sorted by relevance
126 bool zcbor_float32_pexpect(zcbor_state_t *state, float *expected); /* IEEE754 float32 */
1303 bool zcbor_float32_pexpect(zcbor_state_t *state, float *expected) in zcbor_float32_pexpect() function
1138 zassert_true(zcbor_float32_pexpect(state_d, &(float){11.0}), NULL); in ZTEST()