Searched refs:ucl_object_todouble (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/libucl/utils/
H A Dobjdump.c75 printf ("%svalue: %f\n", pre, ucl_object_todouble (obj));
87 printf ("%svalue: %f\n", pre, ucl_object_todouble (obj));
/freebsd-11-stable/contrib/libucl/tests/
H A Dtest_generate.c124 assert (ucl_object_todouble (cur) == 1.0);
129 assert (ucl_object_todouble (cur) == 2.0);
134 assert (ucl_object_todouble (cur) == 3.0);
/freebsd-11-stable/contrib/libucl/python/src/
H A Duclmodule.c14 return Py_BuildValue ("d", ucl_object_todouble (obj));
20 return Py_BuildValue ("d", ucl_object_todouble (obj));
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_schema.c303 constraint = ucl_object_todouble (elt);
310 val = ucl_object_todouble (obj);
321 constraint = ucl_object_todouble (elt);
326 val = ucl_object_todouble (obj);
337 constraint = ucl_object_todouble (elt);
342 val = ucl_object_todouble (obj);
H A Ducl_emitter.c411 func->ucl_emitter_append_double (ucl_object_todouble (obj), func->ud);
524 ucl_emitter_print_double_msgpack (ctx, ucl_object_todouble (obj));
H A Ducl_util.c3025 ucl_object_todouble (const ucl_object_t *obj) function
3311 ret = ucl_object_todouble (o1) - ucl_object_todouble (o2);
/freebsd-11-stable/contrib/libucl/include/
H A Ducl.h589 UCL_EXTERN double ucl_object_todouble (const ucl_object_t *obj);
1479 #define ucl_obj_todouble ucl_object_todouble

Completed in 240 milliseconds