Searched refs:zcbor_float32_put (Results 1 – 4 of 4) sorted by relevance
| /zcbor-latest/tests/unit/test2_cpp/src/ |
| D | main.cpp | 51 zcbor_float32_put(state_e, 10.5); in main()
|
| /zcbor-latest/include/ |
| D | zcbor_encode.h | 73 bool zcbor_float32_put(zcbor_state_t *state, float input); /* IEEE754 float32 */
|
| /zcbor-latest/tests/unit/test1_unit_tests/src/ |
| D | main.c | 258 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/ |
| D | zcbor_encode.c | 520 bool zcbor_float32_put(zcbor_state_t *state, float input) function
|