/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/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/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/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 \
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 315 ; CHECK: declare void @frexpl(...) 316 declare void @frexpl(...)
|
D | annotate.ll | 334 ; CHECK: declare x86_fp80 @frexpl(x86_fp80, i32* nocapture) [[G0]] 335 declare x86_fp80 @frexpl(x86_fp80, i32*)
|
/external/libcxx/include/ |
D | cmath | 96 long double frexpl(long double value, int* exp); 481 using ::frexpl;
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 557 /// long double frexpl(long double num, int *exp); 558 TLI_DEFINE_ENUM_INTERNAL(frexpl) 559 TLI_DEFINE_STRING_INTERNAL("frexpl")
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 142 TLI.setUnavailable(LibFunc::frexpl); in initialize() 752 case LibFunc::frexpl: in isValidProtoForLibFunc()
|
/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/etc/ |
D | Makefile.in | 89 $(top_srcdir)/m4/frexp.m4 $(top_srcdir)/m4/frexpl.m4 \ 124 $(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/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/examples/ |
D | Makefile.in | 89 $(top_srcdir)/m4/frexp.m4 $(top_srcdir)/m4/frexpl.m4 \ 124 $(top_srcdir)/m4/printf-frexpl.m4 \
|
/external/clang/lib/Headers/ |
D | tgmath.h | 820 __tg_frexp(long double __x, int* __y) {return frexpl(__x, __y);} in __tg_frexp()
|