Home
last modified time | relevance | path

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

/Zephyr-4.2.1/tests/lib/json/src/
Dmain.c92 struct test_float_limits { struct
215 JSON_OBJ_DESCR_PRIM(struct test_float_limits, float_max, JSON_TOK_FLOAT_FP),
216 JSON_OBJ_DESCR_PRIM(struct test_float_limits, float_cero, JSON_TOK_FLOAT_FP),
217 JSON_OBJ_DESCR_PRIM(struct test_float_limits, float_min, JSON_TOK_FLOAT_FP),
818 struct test_float_limits limits = { in ZTEST()
825 struct test_float_limits limits_decoded = {0}; in ZTEST()