aboutsummaryrefslogtreecommitdiff
path: root/cddl/usr.libexec/zpool_influxdb
diff options
context:
space:
mode:
authorSteve Kargl <kargl@FreeBSD.org>2025-08-14 18:38:41 +0000
committerDimitry Andric <dim@FreeBSD.org>2025-08-14 18:38:41 +0000
commitc58c77246f88da87f309e8c449e98195d43e2c76 (patch)
treeab632cbc46d4117720f833a23a5e68a4e29a5c4d /cddl/usr.libexec/zpool_influxdb
parentb1afa460f84e2777c48f37b45344be2797fa1e62 (diff)
[libm] Avoid left shift of signed integer entitiesHEADmain
Follow-up commit d180086e6eae by fixing the left shift of signed integer entities through the use of a helper function. Specific per file changes are: * lib/msun/src/e_fmodf.c: * lib/msun/src/s_remquof.c: . Eliminate now unused variable 'i'. . Sort declaration statement. . Use subnormal_ilogbf() to avoid left shift of signed integer. * lib/msun/src/math_private.h b/lib/msun/src/math_private.h: . Implement subnormal_ilogbf() to extract an exponent of a subnormal float. This avoids left shifts of signed integers. . Update nearby comment. * lib/msun/src/s_ilogbf.c . Fix declaration of the function statement in accordance with style(9). . Use subnormal_ilogbf() to avoid left shift of signed integer. PR: 288850 MFC after: 1 week
Diffstat (limited to 'cddl/usr.libexec/zpool_influxdb')
0 files changed, 0 insertions, 0 deletions