Searched refs:test_float (Results 1 – 3 of 3) sorted by relevance
| /tests/net/lib/lwm2m/content_json/src/ |
| A D | main.c | 51 static double test_float; variable 72 &test_float, sizeof(test_float)); in test_obj_create() 375 test_float = value[i]; in ZTEST() 646 zassert_true((test_float > expected_value[i] - DOUBLE_CMP_EPSILON) && in ZTEST() 647 (test_float < expected_value[i] + DOUBLE_CMP_EPSILON), in ZTEST()
|
| /tests/net/lib/lwm2m/content_senml_cbor/src/ |
| A D | main.c | 64 static double test_float; variable 87 &test_float, sizeof(test_float)); in test_obj_create() 678 test_float = value[i]; in ZTEST() 1335 zassert_true((test_float > expected_value[i] - DOUBLE_CMP_EPSILON) && in ZTEST() 1336 (test_float < expected_value[i] + DOUBLE_CMP_EPSILON), in ZTEST()
|
| /tests/lib/json/src/ |
| A D | main.c | 85 struct test_float { struct 196 JSON_OBJ_DESCR_PRIM(struct test_float, some_float, JSON_TOK_FLOAT_FP), 197 JSON_OBJ_DESCR_PRIM(struct test_float, another_float, JSON_TOK_FLOAT_FP), 198 JSON_OBJ_DESCR_ARRAY(struct test_float, some_array, 669 struct test_float floats = { in ZTEST() 678 struct test_float floats_decoded = {0}; in ZTEST() 722 struct test_float ts; in ZTEST() 743 struct test_float floats = { in ZTEST() 752 struct test_float floats_decoded = {0}; in ZTEST() 773 struct test_float floats = { in ZTEST() [all …]
|
Completed in 24 milliseconds