view modules/signbit @ 40186:8964917f9574

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 18 Feb 2019 08:02:49 -0800
parents 32db4d32dbf9
children
line wrap: on
line source

Description:
signbit() macro: Determine the sign bit of a floating-point number.

Files:
lib/signbitf.c
lib/signbitd.c
lib/signbitl.c
lib/float+.h
m4/signbit.m4

Depends-on:
math
float           [test $REPLACE_SIGNBIT = 1]
isnanf-nolibm   [test $REPLACE_SIGNBIT = 1]
isnand-nolibm   [test $REPLACE_SIGNBIT = 1]
isnanl-nolibm   [test $REPLACE_SIGNBIT = 1]
fpieee          [test $REPLACE_SIGNBIT = 1]
memcmp          [test $REPLACE_SIGNBIT = 1]

configure.ac:
gl_SIGNBIT
if test $REPLACE_SIGNBIT = 1; then
  AC_LIBOBJ([signbitf])
  AC_LIBOBJ([signbitd])
  AC_LIBOBJ([signbitl])
fi
gl_MATH_MODULE_INDICATOR([signbit])

Makefile.am:

Include:
<math.h>

License:
LGPLv2+

Maintainer:
all