From 987942a206ef0f2342bf81d5de6432c6af42b7e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 21 Nov 2023 09:56:26 +0100 Subject: New upstream version 4.17 --- doc/misc_functions.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/misc_functions.rst') diff --git a/doc/misc_functions.rst b/doc/misc_functions.rst index 43dacfe..c988f37 100644 --- a/doc/misc_functions.rst +++ b/doc/misc_functions.rst @@ -8,6 +8,8 @@ Miscellaneous functions int HX_ffs(unsigned long z); int HX_fls(unsigned long z); + float HX_flprf(float x, float y); + double HX_flpr(double x, double y); void HX_zvecfree(char **); unsigned int HX_zveclen(const char *const *); @@ -20,6 +22,9 @@ Miscellaneous functions Finds the last (most-significant) bit in a value and returns its position, or ``-1`` to indicate failure. +``HX_flpr``, ``HX_flprf`` + Computes the Least Positive Residue of the modulo operation x % y. + ``HX_zvecfree`` Frees the supplied Z-vector array. (Frees all array elements from the first element to (excluding) the first ``NULL`` element.) -- cgit v1.2.3