1
0
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:
Bruno Haible
2024-12-27 23:14:08 +01:00
parent 21bad22d69
commit 3d1b90b454
173 changed files with 268 additions and 230 deletions

View File

@@ -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>
Rename module fenv to fenv-h.

View File

@@ -3,8 +3,8 @@
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/float.h.html}
Gnulib module: float
@mindex float
Gnulib module: float-h
@mindex float-h
Portability problems fixed by Gnulib:
@itemize

View File

@@ -11,7 +11,7 @@ m4/locale-fr.m4
m4/codeset.m4
Depends-on:
float
float-h
isnand-nolibm
signbit
setlocale

View File

@@ -11,7 +11,7 @@ m4/locale-fr.m4
m4/codeset.m4
Depends-on:
float
float-h
isnanf-nolibm
signbit
setlocale

View File

@@ -11,7 +11,7 @@ m4/locale-fr.m4
m4/codeset.m4
Depends-on:
float
float-h
isnanl-nolibm
signbit
setlocale

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnand-nolibm
float
float-h
nan
signbit

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnanf-nolibm
float
float-h
nan
signbit

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnanl-nolibm
float
float-h
nan
signbit

View File

@@ -6,7 +6,7 @@ tests/macros.h
tests/randoml.c
Depends-on:
float
float-h
configure.ac:

View File

@@ -7,7 +7,7 @@ m4/ceil.m4
Depends-on:
math
float [test $REPLACE_CEIL = 1]
float-h [test $REPLACE_CEIL = 1]
configure.ac:
gl_FUNC_CEIL

View File

@@ -6,7 +6,7 @@ tests/macros.h
Depends-on:
isnand-nolibm
float
float-h
nan
signbit

View File

@@ -7,7 +7,7 @@ tests/signature.h
tests/macros.h
Depends-on:
float
float-h
isnand-nolibm
nan
stdbool

View File

@@ -9,7 +9,7 @@ m4/ceilf.m4
Depends-on:
math
extensions
float [test $HAVE_DECL_CEILF = 0 || test $REPLACE_CEILF = 1]
float-h [test $HAVE_DECL_CEILF = 0 || test $REPLACE_CEILF = 1]
configure.ac:
gl_FUNC_CEILF

View File

@@ -6,7 +6,7 @@ tests/macros.h
Depends-on:
isnanf-nolibm
float
float-h
nan
signbit

View File

@@ -7,7 +7,7 @@ tests/signature.h
tests/macros.h
Depends-on:
float
float-h
isnanf-nolibm
nan
stdbool

View File

@@ -10,7 +10,7 @@ Depends-on:
math
extensions
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:
gl_FUNC_CEILL

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
fpucw
isnanl-nolibm
float
float-h
nan
signbit

View File

@@ -8,7 +8,7 @@ tests/macros.h
Depends-on:
fpucw
isnanl-nolibm
float
float-h
nan
configure.ac:

View File

@@ -5,7 +5,7 @@ tests/minus-zero.h
tests/macros.h
Depends-on:
float
float-h
configure.ac:

View File

@@ -12,7 +12,7 @@ Depends-on:
math
extensions
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]
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]

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnand-nolibm
float
float-h
nan
signbit

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnand-nolibm
float
float-h
nan
signbit

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnanf-nolibm
float
float-h
nan
signbit

View File

@@ -10,7 +10,7 @@ Depends-on:
math
extensions
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]
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]

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnanl-nolibm
float
float-h
nan
signbit

View File

@@ -7,7 +7,7 @@ tests/randoml.c
Depends-on:
fpucw
float
float-h
configure.ac:

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnanf-nolibm
float
float-h
nan
signbit

View File

@@ -10,7 +10,7 @@ Depends-on:
math
extensions
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]
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]

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnanl-nolibm
float
float-h
nan
signbit

View File

@@ -7,7 +7,7 @@ tests/randoml.c
Depends-on:
fpucw
float
float-h
configure.ac:

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnand-nolibm
float
float-h
nan
signbit

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnanf-nolibm
float
float-h
nan
signbit

View File

@@ -9,7 +9,7 @@ Depends-on:
math
extensions
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]
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]

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnanl-nolibm
float
float-h
nan
signbit

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnand-nolibm
float
float-h
nan
signbit

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnanf-nolibm
float
float-h
nan
signbit

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnanl-nolibm
float
float-h
nan
signbit

View File

@@ -1,55 +1,20 @@
Description:
A correct <float.h>.
Status:
deprecated
Notice:
This module is deprecated. Use the module 'float-h' instead.
Files:
lib/float.in.h
lib/float.c
lib/itold.c
m4/float_h.m4
Depends-on:
gen-header
include_next
float-h
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>
@@ -58,4 +23,3 @@ License:
LGPLv2+
Maintainer:
all

View File

@@ -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
View 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
View 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

View File

@@ -1,5 +1,5 @@
Files:
tests/test-float.c
tests/test-float-h.c
tests/macros.h
Depends-on:
@@ -8,10 +8,10 @@ fpucw
isnanf-nolibm
isnand-nolibm
isnanl-nolibm
float-c++-tests
float-h-c++-tests
configure.ac:
Makefile.am:
TESTS += test-float
check_PROGRAMS += test-float
TESTS += test-float-h
check_PROGRAMS += test-float-h

View File

@@ -7,7 +7,7 @@ m4/floor.m4
Depends-on:
math
float [test $REPLACE_FLOOR = 1]
float-h [test $REPLACE_FLOOR = 1]
configure.ac:
AC_REQUIRE([gl_FUNC_FLOOR])

View File

@@ -6,7 +6,7 @@ tests/macros.h
Depends-on:
isnand-nolibm
float
float-h
nan
signbit

View File

@@ -7,7 +7,7 @@ tests/signature.h
tests/macros.h
Depends-on:
float
float-h
isnand-nolibm
nan
stdbool

View File

@@ -9,7 +9,7 @@ m4/floorf.m4
Depends-on:
math
extensions
float [test $HAVE_DECL_FLOORF = 0 || test $REPLACE_FLOORF = 1]
float-h [test $HAVE_DECL_FLOORF = 0 || test $REPLACE_FLOORF = 1]
configure.ac:
gl_FUNC_FLOORF

View File

@@ -6,7 +6,7 @@ tests/macros.h
Depends-on:
isnanf-nolibm
float
float-h
nan
signbit

View File

@@ -7,7 +7,7 @@ tests/signature.h
tests/macros.h
Depends-on:
float
float-h
isnanf-nolibm
nan
stdbool

View File

@@ -10,7 +10,7 @@ Depends-on:
math
extensions
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:
AC_REQUIRE([gl_FUNC_FLOORL])

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
fpucw
isnanl-nolibm
float
float-h
nan
signbit

View File

@@ -8,7 +8,7 @@ tests/macros.h
Depends-on:
fpucw
isnanl-nolibm
float
float-h
nan
configure.ac:

View File

@@ -10,7 +10,7 @@ m4/mathfunc.m4
Depends-on:
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]
assert-h [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
isfinite [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]

View File

@@ -9,7 +9,7 @@ tests/macros.h
lib/float+.h
Depends-on:
float
float-h
isnand-nolibm
ldexp
nan

View File

@@ -12,7 +12,7 @@ m4/mathfunc.m4
Depends-on:
math
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]
assert-h [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
isfinite [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]

View File

@@ -9,7 +9,7 @@ tests/macros.h
lib/float+.h
Depends-on:
float
float-h
isnanf-nolibm
ldexpf
nan

View File

@@ -13,7 +13,7 @@ Depends-on:
math
extensions
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]
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]

View File

@@ -9,7 +9,7 @@ tests/macros.h
lib/float+.h
Depends-on:
float
float-h
fpucw
isnanl-nolibm
ldexpl

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnand-nolibm
float
float-h
nan
signbit

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnanf-nolibm
float
float-h
nan
signbit

View File

@@ -11,7 +11,7 @@ Depends-on:
math
extensions
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]
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]

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnanl-nolibm
float
float-h
nan
signbit

View File

@@ -7,7 +7,7 @@ tests/randoml.c
Depends-on:
fpucw
float
float-h
configure.ac:

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnand-nolibm
float
float-h
nan
signbit

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnanf-nolibm
float
float-h
nan
signbit

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnanl-nolibm
float
float-h
nan
signbit

View File

@@ -11,7 +11,7 @@ Depends-on:
fpucw
isnanl-nolibm
signbit
float
float-h
nan
configure.ac:

View File

@@ -9,7 +9,7 @@ m4/getpayload.m4
Depends-on:
math
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]
isnand [test $HAVE_GETPAYLOAD = 0 || test $REPLACE_GETPAYLOAD = 1]

View File

@@ -9,7 +9,7 @@ m4/getpayload.m4
Depends-on:
math
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]
isnanf [test $HAVE_GETPAYLOADF = 0 || test $REPLACE_GETPAYLOADF = 1]

View File

@@ -11,7 +11,7 @@ Depends-on:
math
extensions
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]
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]

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnand-nolibm
float
float-h
nan
signbit

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnanf-nolibm
float
float-h
nan
signbit

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnanl-nolibm
float
float-h
nan
signbit

View File

@@ -7,7 +7,7 @@ tests/randoml.c
Depends-on:
fpucw
float
float-h
configure.ac:

View File

@@ -8,7 +8,7 @@ lib/float+.h
m4/exponentd.m4
Depends-on:
float
float-h
configure.ac:
AC_REQUIRE([gl_DOUBLE_EXPONENT_LOCATION])

View File

@@ -5,7 +5,7 @@ tests/macros.h
Depends-on:
c99
float
float-h
nan
snan

View File

@@ -9,7 +9,7 @@ m4/check-math-lib.m4
Depends-on:
math
extensions
float [test $REPLACE_ISINF = 1]
float-h [test $REPLACE_ISINF = 1]
configure.ac:
gl_ISINF

View File

@@ -5,7 +5,7 @@ tests/macros.h
Depends-on:
c99
float
float-h
nan
snan

View File

@@ -6,7 +6,7 @@ tests/macros.h
Depends-on:
c99
float
float-h
nan
snan

View File

@@ -10,7 +10,7 @@ m4/isnanl.m4
Depends-on:
math
float
float-h
fpieee
memcmp

View File

@@ -11,7 +11,7 @@ m4/isnanl.m4
m4/math_h.m4
Depends-on:
float
float-h
fpieee
memcmp

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
c99
float
float-h
nan
snan

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
c99
float
float-h
nan
snan

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnand-nolibm
float
float-h
nan
signbit

View File

@@ -10,7 +10,7 @@ tests/randomd.c
Depends-on:
isnand-nolibm
signbit
float
float-h
nan
configure.ac:

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnanf-nolibm
float
float-h
nan
signbit

View File

@@ -10,7 +10,7 @@ tests/randomf.c
Depends-on:
isnanf-nolibm
signbit
float
float-h
nan
configure.ac:

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnanl-nolibm
float
float-h
nan
signbit

View File

@@ -11,7 +11,7 @@ Depends-on:
fpucw
isnanl-nolibm
signbit
float
float-h
nan
configure.ac:

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnand-nolibm
float
float-h
nan
signbit

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnand-nolibm
float
float-h
nan
signbit

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnanf-nolibm
float
float-h
nan
signbit

View File

@@ -9,7 +9,7 @@ Depends-on:
math
extensions
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]
configure.ac:

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnanl-nolibm
float
float-h
nan
signbit

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnand-nolibm
float
float-h
nan
signbit

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnanf-nolibm
float
float-h
nan
signbit

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnanl-nolibm
float
float-h
nan
signbit

View File

@@ -7,7 +7,7 @@ tests/randoml.c
Depends-on:
fpucw
float
float-h
configure.ac:

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnand-nolibm
float
float-h
nan
signbit

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnanf-nolibm
float
float-h
nan
signbit

View File

@@ -7,7 +7,7 @@ tests/macros.h
Depends-on:
isnanl-nolibm
float
float-h
nan
signbit

Some files were not shown because too many files have changed in this diff Show More