mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
Rename module float to float-h.
* modules/float-h: Renamed from modules/float. * modules/float-h-tests: Renamed from modules/float-tests. * modules/float-h-c++-tests: Renamed from modules/float-c++-tests. * tests/test-float-h.c: Renamed from tests/test-float.c. * tests/test-float-h-c++.cc: Renamed from tests/test-float-c++.cc. * tests/test-float-h-c++2.cc: Renamed from tests/test-float-c++2.cc. * doc/posix-headers/float.texi: Update. * modules/* (Depends-on): Update. * modules/float: New file.
This commit is contained in:
13
ChangeLog
13
ChangeLog
@@ -1,3 +1,16 @@
|
|||||||
|
2024-12-27 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
|
Rename module float to float-h.
|
||||||
|
* modules/float-h: Renamed from modules/float.
|
||||||
|
* modules/float-h-tests: Renamed from modules/float-tests.
|
||||||
|
* modules/float-h-c++-tests: Renamed from modules/float-c++-tests.
|
||||||
|
* tests/test-float-h.c: Renamed from tests/test-float.c.
|
||||||
|
* tests/test-float-h-c++.cc: Renamed from tests/test-float-c++.cc.
|
||||||
|
* tests/test-float-h-c++2.cc: Renamed from tests/test-float-c++2.cc.
|
||||||
|
* doc/posix-headers/float.texi: Update.
|
||||||
|
* modules/* (Depends-on): Update.
|
||||||
|
* modules/float: New file.
|
||||||
|
|
||||||
2024-12-27 Bruno Haible <bruno@clisp.org>
|
2024-12-27 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
Rename module fenv to fenv-h.
|
Rename module fenv to fenv-h.
|
||||||
|
@@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/float.h.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/float.h.html}
|
||||||
|
|
||||||
Gnulib module: float
|
Gnulib module: float-h
|
||||||
@mindex float
|
@mindex float-h
|
||||||
|
|
||||||
Portability problems fixed by Gnulib:
|
Portability problems fixed by Gnulib:
|
||||||
@itemize
|
@itemize
|
||||||
|
@@ -11,7 +11,7 @@ m4/locale-fr.m4
|
|||||||
m4/codeset.m4
|
m4/codeset.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
float
|
float-h
|
||||||
isnand-nolibm
|
isnand-nolibm
|
||||||
signbit
|
signbit
|
||||||
setlocale
|
setlocale
|
||||||
|
@@ -11,7 +11,7 @@ m4/locale-fr.m4
|
|||||||
m4/codeset.m4
|
m4/codeset.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
float
|
float-h
|
||||||
isnanf-nolibm
|
isnanf-nolibm
|
||||||
signbit
|
signbit
|
||||||
setlocale
|
setlocale
|
||||||
|
@@ -11,7 +11,7 @@ m4/locale-fr.m4
|
|||||||
m4/codeset.m4
|
m4/codeset.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
float
|
float-h
|
||||||
isnanl-nolibm
|
isnanl-nolibm
|
||||||
signbit
|
signbit
|
||||||
setlocale
|
setlocale
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnand-nolibm
|
isnand-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnanf-nolibm
|
isnanf-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnanl-nolibm
|
isnanl-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -6,7 +6,7 @@ tests/macros.h
|
|||||||
tests/randoml.c
|
tests/randoml.c
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
float
|
float-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ m4/ceil.m4
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
math
|
math
|
||||||
float [test $REPLACE_CEIL = 1]
|
float-h [test $REPLACE_CEIL = 1]
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FUNC_CEIL
|
gl_FUNC_CEIL
|
||||||
|
@@ -6,7 +6,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnand-nolibm
|
isnand-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/signature.h
|
|||||||
tests/macros.h
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
float
|
float-h
|
||||||
isnand-nolibm
|
isnand-nolibm
|
||||||
nan
|
nan
|
||||||
stdbool
|
stdbool
|
||||||
|
@@ -9,7 +9,7 @@ m4/ceilf.m4
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
math
|
math
|
||||||
extensions
|
extensions
|
||||||
float [test $HAVE_DECL_CEILF = 0 || test $REPLACE_CEILF = 1]
|
float-h [test $HAVE_DECL_CEILF = 0 || test $REPLACE_CEILF = 1]
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FUNC_CEILF
|
gl_FUNC_CEILF
|
||||||
|
@@ -6,7 +6,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnanf-nolibm
|
isnanf-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/signature.h
|
|||||||
tests/macros.h
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
float
|
float-h
|
||||||
isnanf-nolibm
|
isnanf-nolibm
|
||||||
nan
|
nan
|
||||||
stdbool
|
stdbool
|
||||||
|
@@ -10,7 +10,7 @@ Depends-on:
|
|||||||
math
|
math
|
||||||
extensions
|
extensions
|
||||||
ceil [{ test $HAVE_DECL_CEILL = 0 || test $REPLACE_CEILL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
|
ceil [{ test $HAVE_DECL_CEILL = 0 || test $REPLACE_CEILL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
|
||||||
float [{ test $HAVE_DECL_CEILL = 0 || test $REPLACE_CEILL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
float-h [{ test $HAVE_DECL_CEILL = 0 || test $REPLACE_CEILL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FUNC_CEILL
|
gl_FUNC_CEILL
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
fpucw
|
fpucw
|
||||||
isnanl-nolibm
|
isnanl-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -8,7 +8,7 @@ tests/macros.h
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
fpucw
|
fpucw
|
||||||
isnanl-nolibm
|
isnanl-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -5,7 +5,7 @@ tests/minus-zero.h
|
|||||||
tests/macros.h
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
float
|
float-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -12,7 +12,7 @@ Depends-on:
|
|||||||
math
|
math
|
||||||
extensions
|
extensions
|
||||||
cos [test $HAVE_COSL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
|
cos [test $HAVE_COSL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
|
||||||
float [test $HAVE_COSL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
float-h [test $HAVE_COSL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
isnanl [test $HAVE_COSL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
isnanl [test $HAVE_COSL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
floor [test $HAVE_COSL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
floor [test $HAVE_COSL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
floorl [test $HAVE_COSL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
floorl [test $HAVE_COSL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnand-nolibm
|
isnand-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnand-nolibm
|
isnand-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnanf-nolibm
|
isnanf-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@ Depends-on:
|
|||||||
math
|
math
|
||||||
extensions
|
extensions
|
||||||
exp2 [{ test $HAVE_EXP2L = 0 || test $REPLACE_EXP2L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
|
exp2 [{ test $HAVE_EXP2L = 0 || test $REPLACE_EXP2L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
|
||||||
float [{ test $HAVE_EXP2L = 0 || test $REPLACE_EXP2L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
float-h [{ test $HAVE_EXP2L = 0 || test $REPLACE_EXP2L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
isnanl [{ test $HAVE_EXP2L = 0 || test $REPLACE_EXP2L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
isnanl [{ test $HAVE_EXP2L = 0 || test $REPLACE_EXP2L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
roundl [{ test $HAVE_EXP2L = 0 || test $REPLACE_EXP2L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
roundl [{ test $HAVE_EXP2L = 0 || test $REPLACE_EXP2L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
ldexpl [{ test $HAVE_EXP2L = 0 || test $REPLACE_EXP2L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
ldexpl [{ test $HAVE_EXP2L = 0 || test $REPLACE_EXP2L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnanl-nolibm
|
isnanl-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/randoml.c
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
fpucw
|
fpucw
|
||||||
float
|
float-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnanf-nolibm
|
isnanf-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@ Depends-on:
|
|||||||
math
|
math
|
||||||
extensions
|
extensions
|
||||||
exp [{ test $HAVE_EXPL = 0 || test $REPLACE_EXPL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
|
exp [{ test $HAVE_EXPL = 0 || test $REPLACE_EXPL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
|
||||||
float [{ test $HAVE_EXPL = 0 || test $REPLACE_EXPL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
float-h [{ test $HAVE_EXPL = 0 || test $REPLACE_EXPL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
isnanl [{ test $HAVE_EXPL = 0 || test $REPLACE_EXPL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
isnanl [{ test $HAVE_EXPL = 0 || test $REPLACE_EXPL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
roundl [{ test $HAVE_EXPL = 0 || test $REPLACE_EXPL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
roundl [{ test $HAVE_EXPL = 0 || test $REPLACE_EXPL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
ldexpl [{ test $HAVE_EXPL = 0 || test $REPLACE_EXPL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
ldexpl [{ test $HAVE_EXPL = 0 || test $REPLACE_EXPL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnanl-nolibm
|
isnanl-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/randoml.c
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
fpucw
|
fpucw
|
||||||
float
|
float-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnand-nolibm
|
isnand-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnanf-nolibm
|
isnanf-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -9,7 +9,7 @@ Depends-on:
|
|||||||
math
|
math
|
||||||
extensions
|
extensions
|
||||||
expm1 [{ test $HAVE_EXPM1L = 0 || test $REPLACE_EXPM1L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
|
expm1 [{ test $HAVE_EXPM1L = 0 || test $REPLACE_EXPM1L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
|
||||||
float [{ test $HAVE_EXPM1L = 0 || test $REPLACE_EXPM1L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
float-h [{ test $HAVE_EXPM1L = 0 || test $REPLACE_EXPM1L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
isnanl [{ test $HAVE_EXPM1L = 0 || test $REPLACE_EXPM1L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
isnanl [{ test $HAVE_EXPM1L = 0 || test $REPLACE_EXPM1L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
expl [{ test $HAVE_EXPM1L = 0 || test $REPLACE_EXPM1L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
expl [{ test $HAVE_EXPM1L = 0 || test $REPLACE_EXPM1L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
roundl [{ test $HAVE_EXPM1L = 0 || test $REPLACE_EXPM1L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
roundl [{ test $HAVE_EXPM1L = 0 || test $REPLACE_EXPM1L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnanl-nolibm
|
isnanl-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnand-nolibm
|
isnand-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnanf-nolibm
|
isnanf-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnanl-nolibm
|
isnanl-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -1,55 +1,20 @@
|
|||||||
Description:
|
Description:
|
||||||
A correct <float.h>.
|
A correct <float.h>.
|
||||||
|
|
||||||
|
Status:
|
||||||
|
deprecated
|
||||||
|
|
||||||
|
Notice:
|
||||||
|
This module is deprecated. Use the module 'float-h' instead.
|
||||||
|
|
||||||
Files:
|
Files:
|
||||||
lib/float.in.h
|
|
||||||
lib/float.c
|
|
||||||
lib/itold.c
|
|
||||||
m4/float_h.m4
|
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
gen-header
|
float-h
|
||||||
include_next
|
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FLOAT_H
|
|
||||||
gl_CONDITIONAL_HEADER([float.h])
|
|
||||||
AC_PROG_MKDIR_P
|
|
||||||
gl_CONDITIONAL([GL_COND_OBJ_FLOAT],
|
|
||||||
[test $REPLACE_FLOAT_LDBL = 1 || test $REPLACE_FLOAT_SNAN = 1])
|
|
||||||
gl_CONDITIONAL([GL_COND_OBJ_ITOLD], [test $REPLACE_ITOLD = 1])
|
|
||||||
dnl Prerequisites of lib/float.c.
|
|
||||||
AC_REQUIRE([gl_BIGENDIAN])
|
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += $(FLOAT_H)
|
|
||||||
|
|
||||||
# We need the following in order to create <float.h> when the system
|
|
||||||
# doesn't have one that works with the given compiler.
|
|
||||||
if GL_GENERATE_FLOAT_H
|
|
||||||
float.h: float.in.h $(top_builddir)/config.status
|
|
||||||
@NMD@ $(AM_V_GEN)$(MKDIR_P) '%reldir%'
|
|
||||||
$(gl_V_at)$(SED_HEADER_STDOUT) \
|
|
||||||
-e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
|
||||||
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
|
||||||
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
|
|
||||||
-e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
|
|
||||||
-e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
|
|
||||||
-e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
|
|
||||||
$(srcdir)/float.in.h > $@-t
|
|
||||||
$(AM_V_at)mv $@-t $@
|
|
||||||
else
|
|
||||||
float.h: $(top_builddir)/config.status
|
|
||||||
rm -f $@
|
|
||||||
endif
|
|
||||||
MOSTLYCLEANFILES += float.h float.h-t
|
|
||||||
|
|
||||||
if GL_COND_OBJ_FLOAT
|
|
||||||
lib_SOURCES += float.c
|
|
||||||
endif
|
|
||||||
if GL_COND_OBJ_ITOLD
|
|
||||||
lib_SOURCES += itold.c
|
|
||||||
endif
|
|
||||||
|
|
||||||
Include:
|
Include:
|
||||||
<float.h>
|
<float.h>
|
||||||
@@ -58,4 +23,3 @@ License:
|
|||||||
LGPLv2+
|
LGPLv2+
|
||||||
|
|
||||||
Maintainer:
|
Maintainer:
|
||||||
all
|
|
||||||
|
@@ -1,18 +0,0 @@
|
|||||||
Files:
|
|
||||||
tests/test-float-c++.cc
|
|
||||||
tests/test-float-c++2.cc
|
|
||||||
|
|
||||||
Status:
|
|
||||||
c++-test
|
|
||||||
|
|
||||||
Depends-on:
|
|
||||||
ansi-c++-opt
|
|
||||||
|
|
||||||
configure.ac:
|
|
||||||
|
|
||||||
Makefile.am:
|
|
||||||
if ANSICXX
|
|
||||||
TESTS += test-float-c++
|
|
||||||
check_PROGRAMS += test-float-c++
|
|
||||||
test_float_c___SOURCES = test-float-c++.cc test-float-c++2.cc
|
|
||||||
endif
|
|
61
modules/float-h
Normal file
61
modules/float-h
Normal file
@@ -0,0 +1,61 @@
|
|||||||
|
Description:
|
||||||
|
A correct <float.h>.
|
||||||
|
|
||||||
|
Files:
|
||||||
|
lib/float.in.h
|
||||||
|
lib/float.c
|
||||||
|
lib/itold.c
|
||||||
|
m4/float_h.m4
|
||||||
|
|
||||||
|
Depends-on:
|
||||||
|
gen-header
|
||||||
|
include_next
|
||||||
|
|
||||||
|
configure.ac:
|
||||||
|
gl_FLOAT_H
|
||||||
|
gl_CONDITIONAL_HEADER([float.h])
|
||||||
|
AC_PROG_MKDIR_P
|
||||||
|
gl_CONDITIONAL([GL_COND_OBJ_FLOAT],
|
||||||
|
[test $REPLACE_FLOAT_LDBL = 1 || test $REPLACE_FLOAT_SNAN = 1])
|
||||||
|
gl_CONDITIONAL([GL_COND_OBJ_ITOLD], [test $REPLACE_ITOLD = 1])
|
||||||
|
dnl Prerequisites of lib/float.c.
|
||||||
|
AC_REQUIRE([gl_BIGENDIAN])
|
||||||
|
|
||||||
|
Makefile.am:
|
||||||
|
BUILT_SOURCES += $(FLOAT_H)
|
||||||
|
|
||||||
|
# We need the following in order to create <float.h> when the system
|
||||||
|
# doesn't have one that works with the given compiler.
|
||||||
|
if GL_GENERATE_FLOAT_H
|
||||||
|
float.h: float.in.h $(top_builddir)/config.status
|
||||||
|
@NMD@ $(AM_V_GEN)$(MKDIR_P) '%reldir%'
|
||||||
|
$(gl_V_at)$(SED_HEADER_STDOUT) \
|
||||||
|
-e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
|
||||||
|
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
|
||||||
|
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
|
||||||
|
-e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
|
||||||
|
-e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
|
||||||
|
-e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
|
||||||
|
$(srcdir)/float.in.h > $@-t
|
||||||
|
$(AM_V_at)mv $@-t $@
|
||||||
|
else
|
||||||
|
float.h: $(top_builddir)/config.status
|
||||||
|
rm -f $@
|
||||||
|
endif
|
||||||
|
MOSTLYCLEANFILES += float.h float.h-t
|
||||||
|
|
||||||
|
if GL_COND_OBJ_FLOAT
|
||||||
|
lib_SOURCES += float.c
|
||||||
|
endif
|
||||||
|
if GL_COND_OBJ_ITOLD
|
||||||
|
lib_SOURCES += itold.c
|
||||||
|
endif
|
||||||
|
|
||||||
|
Include:
|
||||||
|
<float.h>
|
||||||
|
|
||||||
|
License:
|
||||||
|
LGPLv2+
|
||||||
|
|
||||||
|
Maintainer:
|
||||||
|
all
|
18
modules/float-h-c++-tests
Normal file
18
modules/float-h-c++-tests
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
Files:
|
||||||
|
tests/test-float-h-c++.cc
|
||||||
|
tests/test-float-h-c++2.cc
|
||||||
|
|
||||||
|
Status:
|
||||||
|
c++-test
|
||||||
|
|
||||||
|
Depends-on:
|
||||||
|
ansi-c++-opt
|
||||||
|
|
||||||
|
configure.ac:
|
||||||
|
|
||||||
|
Makefile.am:
|
||||||
|
if ANSICXX
|
||||||
|
TESTS += test-float-h-c++
|
||||||
|
check_PROGRAMS += test-float-h-c++
|
||||||
|
test_float_h_c___SOURCES = test-float-h-c++.cc test-float-h-c++2.cc
|
||||||
|
endif
|
@@ -1,5 +1,5 @@
|
|||||||
Files:
|
Files:
|
||||||
tests/test-float.c
|
tests/test-float-h.c
|
||||||
tests/macros.h
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
@@ -8,10 +8,10 @@ fpucw
|
|||||||
isnanf-nolibm
|
isnanf-nolibm
|
||||||
isnand-nolibm
|
isnand-nolibm
|
||||||
isnanl-nolibm
|
isnanl-nolibm
|
||||||
float-c++-tests
|
float-h-c++-tests
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
TESTS += test-float
|
TESTS += test-float-h
|
||||||
check_PROGRAMS += test-float
|
check_PROGRAMS += test-float-h
|
@@ -7,7 +7,7 @@ m4/floor.m4
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
math
|
math
|
||||||
float [test $REPLACE_FLOOR = 1]
|
float-h [test $REPLACE_FLOOR = 1]
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
AC_REQUIRE([gl_FUNC_FLOOR])
|
AC_REQUIRE([gl_FUNC_FLOOR])
|
||||||
|
@@ -6,7 +6,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnand-nolibm
|
isnand-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/signature.h
|
|||||||
tests/macros.h
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
float
|
float-h
|
||||||
isnand-nolibm
|
isnand-nolibm
|
||||||
nan
|
nan
|
||||||
stdbool
|
stdbool
|
||||||
|
@@ -9,7 +9,7 @@ m4/floorf.m4
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
math
|
math
|
||||||
extensions
|
extensions
|
||||||
float [test $HAVE_DECL_FLOORF = 0 || test $REPLACE_FLOORF = 1]
|
float-h [test $HAVE_DECL_FLOORF = 0 || test $REPLACE_FLOORF = 1]
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FUNC_FLOORF
|
gl_FUNC_FLOORF
|
||||||
|
@@ -6,7 +6,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnanf-nolibm
|
isnanf-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/signature.h
|
|||||||
tests/macros.h
|
tests/macros.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
float
|
float-h
|
||||||
isnanf-nolibm
|
isnanf-nolibm
|
||||||
nan
|
nan
|
||||||
stdbool
|
stdbool
|
||||||
|
@@ -10,7 +10,7 @@ Depends-on:
|
|||||||
math
|
math
|
||||||
extensions
|
extensions
|
||||||
floor [{ test $HAVE_DECL_FLOORL = 0 || test $REPLACE_FLOORL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
|
floor [{ test $HAVE_DECL_FLOORL = 0 || test $REPLACE_FLOORL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
|
||||||
float [{ test $HAVE_DECL_FLOORL = 0 || test $REPLACE_FLOORL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
float-h [{ test $HAVE_DECL_FLOORL = 0 || test $REPLACE_FLOORL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
AC_REQUIRE([gl_FUNC_FLOORL])
|
AC_REQUIRE([gl_FUNC_FLOORL])
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
fpucw
|
fpucw
|
||||||
isnanl-nolibm
|
isnanl-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -8,7 +8,7 @@ tests/macros.h
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
fpucw
|
fpucw
|
||||||
isnanl-nolibm
|
isnanl-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -10,7 +10,7 @@ m4/mathfunc.m4
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
math
|
math
|
||||||
float [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
|
float-h [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
|
||||||
stdbool [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
|
stdbool [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
|
||||||
assert-h [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
|
assert-h [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
|
||||||
isfinite [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
|
isfinite [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
|
||||||
|
@@ -9,7 +9,7 @@ tests/macros.h
|
|||||||
lib/float+.h
|
lib/float+.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
float
|
float-h
|
||||||
isnand-nolibm
|
isnand-nolibm
|
||||||
ldexp
|
ldexp
|
||||||
nan
|
nan
|
||||||
|
@@ -12,7 +12,7 @@ m4/mathfunc.m4
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
math
|
math
|
||||||
extensions
|
extensions
|
||||||
float [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
|
float-h [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
|
||||||
stdbool [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
|
stdbool [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
|
||||||
assert-h [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
|
assert-h [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
|
||||||
isfinite [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
|
isfinite [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
|
||||||
|
@@ -9,7 +9,7 @@ tests/macros.h
|
|||||||
lib/float+.h
|
lib/float+.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
float
|
float-h
|
||||||
isnanf-nolibm
|
isnanf-nolibm
|
||||||
ldexpf
|
ldexpf
|
||||||
nan
|
nan
|
||||||
|
@@ -13,7 +13,7 @@ Depends-on:
|
|||||||
math
|
math
|
||||||
extensions
|
extensions
|
||||||
fma [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
|
fma [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
|
||||||
float [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
float-h [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
stdbool [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
stdbool [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
assert-h [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
assert-h [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
isfinite [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
isfinite [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
|
@@ -9,7 +9,7 @@ tests/macros.h
|
|||||||
lib/float+.h
|
lib/float+.h
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
float
|
float-h
|
||||||
fpucw
|
fpucw
|
||||||
isnanl-nolibm
|
isnanl-nolibm
|
||||||
ldexpl
|
ldexpl
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnand-nolibm
|
isnand-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnanf-nolibm
|
isnanf-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ Depends-on:
|
|||||||
math
|
math
|
||||||
extensions
|
extensions
|
||||||
fmod [{ test $HAVE_FMODL = 0 || test $REPLACE_FMODL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
|
fmod [{ test $HAVE_FMODL = 0 || test $REPLACE_FMODL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
|
||||||
float [{ test $HAVE_FMODL = 0 || test $REPLACE_FMODL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
float-h [{ test $HAVE_FMODL = 0 || test $REPLACE_FMODL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
isfinite [{ test $HAVE_FMODL = 0 || test $REPLACE_FMODL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
isfinite [{ test $HAVE_FMODL = 0 || test $REPLACE_FMODL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
signbit [{ test $HAVE_FMODL = 0 || test $REPLACE_FMODL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
signbit [{ test $HAVE_FMODL = 0 || test $REPLACE_FMODL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
fabsl [{ test $HAVE_FMODL = 0 || test $REPLACE_FMODL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
fabsl [{ test $HAVE_FMODL = 0 || test $REPLACE_FMODL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnanl-nolibm
|
isnanl-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/randoml.c
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
fpucw
|
fpucw
|
||||||
float
|
float-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnand-nolibm
|
isnand-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnanf-nolibm
|
isnanf-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnanl-nolibm
|
isnanl-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ Depends-on:
|
|||||||
fpucw
|
fpucw
|
||||||
isnanl-nolibm
|
isnanl-nolibm
|
||||||
signbit
|
signbit
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -9,7 +9,7 @@ m4/getpayload.m4
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
math
|
math
|
||||||
extensions
|
extensions
|
||||||
float [test $HAVE_GETPAYLOAD = 0 || test $REPLACE_GETPAYLOAD = 1]
|
float-h [test $HAVE_GETPAYLOAD = 0 || test $REPLACE_GETPAYLOAD = 1]
|
||||||
stdint [test $HAVE_GETPAYLOAD = 0 || test $REPLACE_GETPAYLOAD = 1]
|
stdint [test $HAVE_GETPAYLOAD = 0 || test $REPLACE_GETPAYLOAD = 1]
|
||||||
isnand [test $HAVE_GETPAYLOAD = 0 || test $REPLACE_GETPAYLOAD = 1]
|
isnand [test $HAVE_GETPAYLOAD = 0 || test $REPLACE_GETPAYLOAD = 1]
|
||||||
|
|
||||||
|
@@ -9,7 +9,7 @@ m4/getpayload.m4
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
math
|
math
|
||||||
extensions
|
extensions
|
||||||
float [test $HAVE_GETPAYLOADF = 0 || test $REPLACE_GETPAYLOADF = 1]
|
float-h [test $HAVE_GETPAYLOADF = 0 || test $REPLACE_GETPAYLOADF = 1]
|
||||||
stdint [test $HAVE_GETPAYLOADF = 0 || test $REPLACE_GETPAYLOADF = 1]
|
stdint [test $HAVE_GETPAYLOADF = 0 || test $REPLACE_GETPAYLOADF = 1]
|
||||||
isnanf [test $HAVE_GETPAYLOADF = 0 || test $REPLACE_GETPAYLOADF = 1]
|
isnanf [test $HAVE_GETPAYLOADF = 0 || test $REPLACE_GETPAYLOADF = 1]
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ Depends-on:
|
|||||||
math
|
math
|
||||||
extensions
|
extensions
|
||||||
getpayload [{ test $HAVE_GETPAYLOADL = 0 || test $REPLACE_GETPAYLOADL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
|
getpayload [{ test $HAVE_GETPAYLOADL = 0 || test $REPLACE_GETPAYLOADL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
|
||||||
float [{ test $HAVE_GETPAYLOADL = 0 || test $REPLACE_GETPAYLOADL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
float-h [{ test $HAVE_GETPAYLOADL = 0 || test $REPLACE_GETPAYLOADL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
stdint [{ test $HAVE_GETPAYLOADL = 0 || test $REPLACE_GETPAYLOADL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
stdint [{ test $HAVE_GETPAYLOADL = 0 || test $REPLACE_GETPAYLOADL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
isnanl [{ test $HAVE_GETPAYLOADL = 0 || test $REPLACE_GETPAYLOADL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
isnanl [{ test $HAVE_GETPAYLOADL = 0 || test $REPLACE_GETPAYLOADL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
snan [{ test $HAVE_GETPAYLOADL = 0 || test $REPLACE_GETPAYLOADL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
snan [{ test $HAVE_GETPAYLOADL = 0 || test $REPLACE_GETPAYLOADL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnand-nolibm
|
isnand-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnanf-nolibm
|
isnanf-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnanl-nolibm
|
isnanl-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/randoml.c
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
fpucw
|
fpucw
|
||||||
float
|
float-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -8,7 +8,7 @@ lib/float+.h
|
|||||||
m4/exponentd.m4
|
m4/exponentd.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
float
|
float-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
AC_REQUIRE([gl_DOUBLE_EXPONENT_LOCATION])
|
AC_REQUIRE([gl_DOUBLE_EXPONENT_LOCATION])
|
||||||
|
@@ -5,7 +5,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
c99
|
c99
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
snan
|
snan
|
||||||
|
|
||||||
|
@@ -9,7 +9,7 @@ m4/check-math-lib.m4
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
math
|
math
|
||||||
extensions
|
extensions
|
||||||
float [test $REPLACE_ISINF = 1]
|
float-h [test $REPLACE_ISINF = 1]
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_ISINF
|
gl_ISINF
|
||||||
|
@@ -5,7 +5,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
c99
|
c99
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
snan
|
snan
|
||||||
|
|
||||||
|
@@ -6,7 +6,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
c99
|
c99
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
snan
|
snan
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@ m4/isnanl.m4
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
math
|
math
|
||||||
float
|
float-h
|
||||||
fpieee
|
fpieee
|
||||||
memcmp
|
memcmp
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ m4/isnanl.m4
|
|||||||
m4/math_h.m4
|
m4/math_h.m4
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
float
|
float-h
|
||||||
fpieee
|
fpieee
|
||||||
memcmp
|
memcmp
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
c99
|
c99
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
snan
|
snan
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
c99
|
c99
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
snan
|
snan
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnand-nolibm
|
isnand-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@ tests/randomd.c
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
isnand-nolibm
|
isnand-nolibm
|
||||||
signbit
|
signbit
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnanf-nolibm
|
isnanf-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@ tests/randomf.c
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
isnanf-nolibm
|
isnanf-nolibm
|
||||||
signbit
|
signbit
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnanl-nolibm
|
isnanl-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ Depends-on:
|
|||||||
fpucw
|
fpucw
|
||||||
isnanl-nolibm
|
isnanl-nolibm
|
||||||
signbit
|
signbit
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnand-nolibm
|
isnand-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnand-nolibm
|
isnand-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnanf-nolibm
|
isnanf-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -9,7 +9,7 @@ Depends-on:
|
|||||||
math
|
math
|
||||||
extensions
|
extensions
|
||||||
log10 [{ test $HAVE_LOG10L = 0 || test $REPLACE_LOG10L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
|
log10 [{ test $HAVE_LOG10L = 0 || test $REPLACE_LOG10L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
|
||||||
float [{ test $HAVE_LOG10L = 0 || test $REPLACE_LOG10L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
float-h [{ test $HAVE_LOG10L = 0 || test $REPLACE_LOG10L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
logl [{ test $HAVE_LOG10L = 0 || test $REPLACE_LOG10L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
logl [{ test $HAVE_LOG10L = 0 || test $REPLACE_LOG10L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnanl-nolibm
|
isnanl-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnand-nolibm
|
isnand-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnanf-nolibm
|
isnanf-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnanl-nolibm
|
isnanl-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/randoml.c
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
fpucw
|
fpucw
|
||||||
float
|
float-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnand-nolibm
|
isnand-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnanf-nolibm
|
isnanf-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
@@ -7,7 +7,7 @@ tests/macros.h
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
isnanl-nolibm
|
isnanl-nolibm
|
||||||
float
|
float-h
|
||||||
nan
|
nan
|
||||||
signbit
|
signbit
|
||||||
|
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user