OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isnand
(Results
1 - 25
of
33
) sorted by null
1
2
/external/bison/m4/
isnand.m4
0
#
isnand
.m4 serial 11
7
dnl Check how to get or define
isnand
().
31
dnl Check how to get or define
isnand
() without linking with libm.
43
dnl Prerequisites of replacement
isnand
definition. It does not need -lm.
49
dnl Test whether
isnand
() can be used with libm.
62
# undef
isnand
63
# define
isnand
(x) __builtin_isnan ((double)(x))
65
# undef
isnand
66
# define
isnand
(x) isnan ((double)(x))
69
[[return
isnand
(x);]])]
[
all
...]
gnulib-comp.m4
110
# Code from module
isnand
:
111
# Code from module
isnand
-nolibm:
407
AC_LIBOBJ([
isnand
])
410
gl_MATH_MODULE_INDICATOR([
isnand
])
413
AC_LIBOBJ([
isnand
])
993
lib/
isnand
-nolibm.h
994
lib/
isnand
.c
[
all
...]
/external/bison/lib/
isnand-nolibm.h
22
# undef
isnand
macro
23
# define
isnand
(x) __builtin_isnan ((double)(x))
macro
25
# undef
isnand
macro
26
# define
isnand
(x) isnan ((double)(x))
macro
30
# undef
isnand
macro
31
# define
isnand
rpl_isnand
macro
32
extern int
isnand
(double x);
signbitd.c
23
#include "
isnand
-nolibm.h"
50
if (
isnand
(arg))
isnanf-nolibm.h
31
isnand
. Therefore declare isnanf separately. */
frexp.c
32
# include "
isnand
-nolibm.h"
50
# define ISNAN
isnand
isnan.c
26
/* Specification found in math.h or
isnand
-nolibm.h. */
math.in.h
2111
# undef
isnand
macro
2112
# define
isnand
macro
[
all
...]
gnulib.mk
643
## begin gnulib module
isnand
646
EXTRA_DIST += float+.h isnan.c
isnand
.c
648
EXTRA_libbison_a_SOURCES += isnan.c
isnand
.c
650
## end gnulib module
isnand
652
## begin gnulib module
isnand
-nolibm
655
EXTRA_DIST += float+.h isnan.c
isnand
-nolibm.h
isnand
.c
657
EXTRA_libbison_a_SOURCES += isnan.c
isnand
.c
659
## end gnulib module
isnand
-nolibm
[
all
...]
vasnprintf.c
99
# include "
isnand
-nolibm.h"
110
# include "
isnand
-nolibm.h"
302
return
isnand
(x) || x + x == x;
[
all
...]
Makefile.in
130
$(top_srcdir)/m4/
isnand
.m4 $(top_srcdir)/m4/isnanf.m4 \
[
all
...]
config.in.h
160
/* Define to 1 when the gnulib module
isnand
should be tested. */
[
all
...]
/external/bison/
Android.mk
59
lib/
isnand
.c \
aclocal.m4
[
all
...]
/external/libxml2/macos/src/
config-mac.h
42
/* Define if you have the
isnand
function. */
/external/libxml2/vms/
config.vms
36
/* Define if you have the
isnand
function. */
/external/bison/darwin-lib/
math.h
2423
# undef
isnand
macro
2424
# define
isnand
macro
2426
# undef
isnand
macro
2427
# define
isnand
macro
2431
# undef
isnand
macro
2432
# define
isnand
macro
[
all
...]
/external/bison/linux-lib/
math.h
2423
# undef
isnand
macro
2424
# define
isnand
macro
2426
# undef
isnand
macro
2427
# define
isnand
macro
2431
# undef
isnand
macro
2432
# define
isnand
macro
[
all
...]
/external/libxml2/
config.h
85
/* Define to 1 if you have the `
isnand
' function. */
configure.ac
544
AC_CHECK_FUNCS(finite
isnand
fp_class class fpclass)
[
all
...]
/external/libxml2/os400/
os400config.h.in
87
/* Define to 1 if you have the `
isnand
' function. */
/external/bison/build-aux/
Makefile.in
100
$(top_srcdir)/m4/
isnand
.m4 $(top_srcdir)/m4/isnanf.m4 \
[
all
...]
/external/bison/data/
Makefile.in
100
$(top_srcdir)/m4/
isnand
.m4 $(top_srcdir)/m4/isnanf.m4 \
[
all
...]
/external/bison/etc/
Makefile.in
100
$(top_srcdir)/m4/
isnand
.m4 $(top_srcdir)/m4/isnanf.m4 \
[
all
...]
/external/bison/examples/
Makefile.in
100
$(top_srcdir)/m4/
isnand
.m4 $(top_srcdir)/m4/isnanf.m4 \
[
all
...]
Completed in 531 milliseconds
1
2