Home
last modified time | relevance | path

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

/third_party/iowow/src/json/
Diwbinn.h789 IW_INLINE BOOL binn_object_set_double(binn *obj, const char *key, double value) { in binn_object_set_double() function
Diwjson.c104 if (!binn_object_set_double(bv, key, v)) { in jbl_set_f64()
/third_party/iowow/src/json/tests/
Djbl_test_binn2.c343 CU_ASSERT(binn_object_set_double(obj, "float64", -123456.7895) == TRUE); in test_create_object_2()
1940 CU_ASSERT(binn_object_set_double(obj, "f", 25.987654321) == TRUE); in test_binn_iter()
Djbl_test_binn1.c690 CU_ASSERT(binn_object_set_double(obj, "double", 7.89) == TRUE); in _test2()