Files
RedBear-OS/local/recipes/dev/libtool/source/gnulib/modules/totalordermagl
T

44 lines
1.5 KiB
Plaintext

Description:
totalordermagl function: total order of absolute value on long double
Files:
lib/totalordermagl.c
m4/mathfunc.m4
m4/totalordermag.m4
m4/nan-mips.m4
m4/signbit.m4
Depends-on:
math
extensions
totalordermag [{ test $HAVE_TOTALORDERMAGL = 0 || test $REPLACE_TOTALORDERMAGL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
float [{ test $HAVE_TOTALORDERMAGL = 0 || test $REPLACE_TOTALORDERMAGL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
stdbool [{ test $HAVE_TOTALORDERMAGL = 0 || test $REPLACE_TOTALORDERMAGL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
stdint [{ test $HAVE_TOTALORDERMAGL = 0 || test $REPLACE_TOTALORDERMAGL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
verify [{ test $HAVE_TOTALORDERMAGL = 0 || test $REPLACE_TOTALORDERMAGL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
isnanl [{ test $HAVE_TOTALORDERMAGL = 0 || test $REPLACE_TOTALORDERMAGL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
signbit [{ test $HAVE_TOTALORDERMAGL = 0 || test $REPLACE_TOTALORDERMAGL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
configure.ac:
gl_FUNC_TOTALORDERMAGL
gl_CONDITIONAL([GL_COND_OBJ_TOTALORDERMAGL],
[test $HAVE_TOTALORDERMAGL = 0 || test $REPLACE_TOTALORDERMAGL = 1])
gl_MATH_MODULE_INDICATOR([totalordermagl])
Makefile.am:
if GL_COND_OBJ_TOTALORDERMAGL
lib_SOURCES += totalordermagl.c
endif
Include:
<math.h>
Link:
$(TOTALORDERMAGL_LIBM)
License:
LGPL
Maintainer:
all