Home
last modified time | relevance | path

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

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