Home
last modified time | relevance | path

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

/dports/devel/p5-libxml-enno/libxml-enno-1.02/lib/XML/XQL/
H A DPlus.pm490 sub xpath_floor { use POSIX; POSIX::floor ($_[0]) } subroutine
/dports/textproc/p5-XML-XQL/XML-XQL-0.68/lib/XML/XQL/
H A DPlus.pm490 sub xpath_floor { use POSIX; POSIX::floor ($_[0]) } subroutine
/dports/net/libyang/libyang-1.0.240/src/
H A Dxpath.c3997 xpath_floor(struct lyxp_set **args, uint16_t UNUSED(arg_count), struct lyd_node *cur_node, struct l… in xpath_floor() function
4658 if (xpath_floor(args, 1, cur_node, local_mod, args[0], options)) { in xpath_round()
7587 xpath_func = &xpath_floor; in eval_function_call()