/external/bison/m4/ |
D | frexpl.m4 | 1 # 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 …]
|
D | printf-frexpl.m4 | 1 # 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>]])
|
D | gnulib-comp.m4 | 86 # 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
|
D | math_h.m4 | 45 fmod fmodf fmodl frexpf frexpl hypotf hypotl
|
/external/bison/lib/ |
D | frexpl.c | 25 frexpl (long double x, int *expptr) in frexpl() function
|
D | math.in.h | 997 # 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 - "
|
D | frexp.c | 40 # define FUNC frexpl
|
D | printf-frexp.c | 44 # define FREXP frexpl
|
D | gnulib.mk | 432 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
|
D | Makefile.in | 119 $(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/ |
D | math.h | 1309 # 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/ |
D | math.h | 1309 # 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/ |
D | libcall-declarations.c | 27 long double frexpl(long double, int *); 267 F(frexp), F(frexpf), F(frexpl), F(ldexp), F(ldexpf),
|
/external/bison/ |
D | Android.mk | 75 lib/printf-frexpl.c \
|
D | configure | 21756 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/ |
D | libm.so.conf | 290 ldouble frexpl(ldouble, +int *);
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 552 /// long double frexpl(long double num, int *exp); 553 TLI_DEFINE_ENUM_INTERNAL(frexpl) 554 TLI_DEFINE_STRING_INTERNAL("frexpl")
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 139 TLI.setUnavailable(LibFunc::frexpl); in initialize()
|
/external/libcxx/include/ |
D | cmath | 96 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/ |
D | Makefile.in | 89 $(top_srcdir)/m4/frexp.m4 $(top_srcdir)/m4/frexpl.m4 \ 124 $(top_srcdir)/m4/printf-frexpl.m4 \
|
/external/bison/build-aux/ |
D | Makefile.in | 89 $(top_srcdir)/m4/frexp.m4 $(top_srcdir)/m4/frexpl.m4 \ 124 $(top_srcdir)/m4/printf-frexpl.m4 \
|
/external/bison/tests/ |
D | Makefile.in | 88 $(top_srcdir)/m4/frexp.m4 $(top_srcdir)/m4/frexpl.m4 \ 123 $(top_srcdir)/m4/printf-frexpl.m4 \
|
/external/bison/data/ |
D | Makefile.in | 89 $(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/ |
D | math_h.pass.cpp | 113 static_assert((std::is_same<decltype(frexpl(0, &ip)), long double>::value), ""); in test_frexp()
|
/external/bison/examples/ |
D | Makefile.in | 89 $(top_srcdir)/m4/frexp.m4 $(top_srcdir)/m4/frexpl.m4 \ 124 $(top_srcdir)/m4/printf-frexpl.m4 \
|