Searched refs:zcbor_float_pexpect (Results 1 – 3 of 3) sorted by relevance
129 bool zcbor_float_pexpect(zcbor_state_t *state, double *expected); /* IEEE754 float16, float32, or f…
1445 bool zcbor_float_pexpect(zcbor_state_t *state, double *expected) in zcbor_float_pexpect() function
1141 zassert_true(zcbor_float_pexpect(state_d, &(double){14.0}), NULL); in ZTEST()