Home
last modified time | relevance | path

Searched refs:zcbor_float32_put (Results 1 – 4 of 4) sorted by relevance

/zcbor-latest/tests/unit/test2_cpp/src/
Dmain.cpp51 zcbor_float32_put(state_e, 10.5); in main()
/zcbor-latest/include/
Dzcbor_encode.h73 bool zcbor_float32_put(zcbor_state_t *state, float input); /* IEEE754 float32 */
/zcbor-latest/tests/unit/test1_unit_tests/src/
Dmain.c258 zassert_false(zcbor_float32_put(state_e, 10.5), NULL); in ZTEST()
298 zassert_true(zcbor_float32_put(state_e, 10.5), NULL); in ZTEST()
1121 zassert_true(zcbor_float32_put(state_e, 10.0), NULL); in ZTEST()
1122 zassert_true(zcbor_float32_put(state_e, 11.0), NULL); in ZTEST()
1123 zassert_true(zcbor_float32_put(state_e, 12.0), NULL); in ZTEST()
1565 zassert_true(zcbor_float32_put(state_e, 0.0)); in ZTEST()
1572 zassert_true(zcbor_float32_put(state_e, 0.000000000000000000000000000000000000000001f)); in ZTEST()
/zcbor-latest/src/
Dzcbor_encode.c520 bool zcbor_float32_put(zcbor_state_t *state, float input) function