Home
last modified time | relevance | path

Searched refs:frexpl (Results 1 – 25 of 39) sorted by relevance

12

/external/bison/m4/
Dfrexpl.m41 # frexpl.m4 serial 20
12 dnl Persuade glibc <math.h> to declare frexpl().
16 dnl Mac OS X 10.3 has frexpl() in libc but doesn't declare it in <math.h>.
17 AC_CHECK_DECL([frexpl], , [HAVE_DECL_FREXPL=0], [[#include <math.h>]])
23 AC_CACHE_CHECK([whether frexpl() can be used with libm],
32 [[int e; return frexpl (x, &e) > 0;]])],
56 [Define if the frexpl() function is available.])
60 dnl Find libraries needed to link lib/frexpl.c.
76 dnl Mac OS X 10.3 has frexpl() in libc but doesn't declare it in <math.h>.
77 AC_CHECK_DECL([frexpl], , [HAVE_DECL_FREXPL=0], [[#include <math.h>]])
[all …]
Dprintf-frexpl.m41 # printf-frexpl.m4 serial 10
24 dnl Set REPLACE_FREXPL here because the system may have frexpl in libm.
29 [Define if the frexpl function is available in libc.])
31 dnl Mac OS X 10.3 has frexpl() in libc but doesn't declare it in <math.h>.
32 AC_CHECK_DECL([frexpl], , [HAVE_DECL_FREXPL=0], [[#include <math.h>]])
Dgnulib-comp.m486 # Code from module frexpl-nolibm:
160 # Code from module printf-frexpl:
334 AC_LIBOBJ([frexpl])
336 gl_MATH_MODULE_INDICATOR([frexpl])
973 lib/frexpl.c
1036 lib/printf-frexpl.c
1037 lib/printf-frexpl.h
1177 m4/frexpl.m4
1245 m4/printf-frexpl.m4
Dmath_h.m445 fmod fmodf fmodl frexpf frexpl hypotf hypotl
/external/bison/lib/
Dfrexpl.c25 frexpl (long double x, int *expptr) in frexpl() function
Dmath.in.h997 # undef frexpl
998 # define frexpl rpl_frexpl macro
1000 _GL_FUNCDECL_RPL (frexpl, long double,
1002 _GL_CXXALIAS_RPL (frexpl, long double, (long double x, int *expptr));
1005 _GL_FUNCDECL_SYS (frexpl, long double,
1009 _GL_CXXALIAS_SYS (frexpl, long double, (long double x, int *expptr));
1013 _GL_CXXALIASWARN (frexpl);
1016 # undef frexpl
1018 _GL_WARN_ON_USE (frexpl, "frexpl is unportable - "
Dfrexp.c40 # define FUNC frexpl
Dprintf-frexp.c44 # define FREXP frexpl
Dgnulib.mk432 EXTRA_DIST += frexp.c frexpl.c
434 EXTRA_libbison_a_SOURCES += frexp.c frexpl.c
1358 libbison_a_SOURCES += printf-frexpl.c
1360 EXTRA_DIST += printf-frexp.c printf-frexpl.h
DMakefile.in119 $(top_srcdir)/m4/frexp.m4 $(top_srcdir)/m4/frexpl.m4 \
154 $(top_srcdir)/m4/printf-frexpl.m4 \
243 printf-frexp.c printf-frexpl.c progname.h progname.c \
273 printf-frexp.$(OBJEXT) printf-frexpl.$(OBJEXT) \
1514 fpucw.h frexp.c frexp.c frexpl.c fseterr.c fseterr.h \
1539 printf-frexpl.h printf.c quote.h quote.h quotearg.h raise.c \
1588 printf-frexp.c printf-frexpl.c progname.h progname.c \
1600 frexp.c frexp.c frexpl.c fseterr.c fstat.c getdelim.c \
1788 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frexpl.Po@am__quote@
1830 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf-frexpl.Po@am__quote@
/external/bison/darwin-lib/
Dmath.h1309 # undef frexpl
1310 # define frexpl rpl_frexpl macro
1312 _GL_FUNCDECL_RPL (frexpl, long double,
1314 _GL_CXXALIAS_RPL (frexpl, long double, (long double x, int *expptr));
1317 _GL_FUNCDECL_SYS (frexpl, long double,
1321 _GL_CXXALIAS_SYS (frexpl, long double, (long double x, int *expptr));
1325 _GL_CXXALIASWARN (frexpl);
1328 # undef frexpl
1330 _GL_WARN_ON_USE (frexpl, "frexpl is unportable - "
/external/bison/linux-lib/
Dmath.h1309 # undef frexpl
1310 # define frexpl rpl_frexpl macro
1312 _GL_FUNCDECL_RPL (frexpl, long double,
1314 _GL_CXXALIAS_RPL (frexpl, long double, (long double x, int *expptr));
1317 _GL_FUNCDECL_SYS (frexpl, long double,
1321 _GL_CXXALIAS_SYS (frexpl, long double, (long double x, int *expptr));
1325 _GL_CXXALIASWARN (frexpl);
1328 # undef frexpl
1330 _GL_WARN_ON_USE (frexpl, "frexpl is unportable - "
/external/clang/test/CodeGen/
Dlibcall-declarations.c27 long double frexpl(long double, int *);
267 F(frexp), F(frexpf), F(frexpl), F(ldexp), F(ldexpf),
/external/bison/
DAndroid.mk75 lib/printf-frexpl.c \
Dconfigure21756 int e; return frexpl (x, &e) > 0;
21819 long double frexpl (long double, int *);
21828 frexpl (x, &exp);
21832 /* Test on finite numbers that fails on Mac OS X 10.4, because its frexpl
21840 long double y = frexpl (x, &exp);
21853 frexpl (x, &exp);
21869 long double y = frexpl (x, &exp);
21880 long double y = frexpl (x, &exp);
24887 … fabsf fabsl floorf floorl fma fmaf fmal fmod fmodf fmodl frexpf frexpl hypotf hypotl …
26958 int e; return frexpl (x, &e) > 0;
[all …]
/external/ltrace/etc/
Dlibm.so.conf290 ldouble frexpl(ldouble, +int *);
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def552 /// long double frexpl(long double num, int *exp);
553 TLI_DEFINE_ENUM_INTERNAL(frexpl)
554 TLI_DEFINE_STRING_INTERNAL("frexpl")
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp139 TLI.setUnavailable(LibFunc::frexpl); in initialize()
/external/libcxx/include/
Dcmath96 long double frexpl(long double value, int* exp);
878 …long double frexp(long double __lcpp_x, int* __lcpp_e) _NOEXCEPT {return frexpl(__lcpp_x, __lcpp_e…
1640 using ::frexpl;
/external/bison/etc/
DMakefile.in89 $(top_srcdir)/m4/frexp.m4 $(top_srcdir)/m4/frexpl.m4 \
124 $(top_srcdir)/m4/printf-frexpl.m4 \
/external/bison/build-aux/
DMakefile.in89 $(top_srcdir)/m4/frexp.m4 $(top_srcdir)/m4/frexpl.m4 \
124 $(top_srcdir)/m4/printf-frexpl.m4 \
/external/bison/tests/
DMakefile.in88 $(top_srcdir)/m4/frexp.m4 $(top_srcdir)/m4/frexpl.m4 \
123 $(top_srcdir)/m4/printf-frexpl.m4 \
/external/bison/data/
DMakefile.in89 $(top_srcdir)/m4/frexp.m4 $(top_srcdir)/m4/frexpl.m4 \
124 $(top_srcdir)/m4/printf-frexpl.m4 \
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp113 static_assert((std::is_same<decltype(frexpl(0, &ip)), long double>::value), ""); in test_frexp()
/external/bison/examples/
DMakefile.in89 $(top_srcdir)/m4/frexp.m4 $(top_srcdir)/m4/frexpl.m4 \
124 $(top_srcdir)/m4/printf-frexpl.m4 \

12