/external/bison/m4/ |
D | ldexpl.m4 | 1 # ldexpl.m4 serial 16 13 dnl Persuade glibc <math.h> to declare ldexpl(). 17 dnl Mac OS X 10.3 has ldexpl() in libc but doesn't declare it in <math.h>. 18 AC_CHECK_DECL([ldexpl], , [HAVE_DECL_LDEXPL=0], [[#include <math.h>]]) 24 AC_CACHE_CHECK([whether ldexpl() can be used with libm], 33 [[return ldexpl (x, -1) > 0;]])], 57 [Define if the ldexpl() function is available.]) 61 dnl Find libraries needed to link lib/ldexpl.c. 72 dnl Test whether ldexpl() can be used without linking with libm. 76 AC_CACHE_CHECK([whether ldexpl() can be used without linking with libm], [all …]
|
D | printf-frexpl.m4 | 41 [Define if the ldexpl function is available in libc.]) 43 dnl Mac OS X 10.3 has ldexpl() in libc but doesn't declare it in <math.h>. 44 AC_CHECK_DECL([ldexpl], , [HAVE_DECL_LDEXPL=0], [[#include <math.h>]])
|
D | gnulib-comp.m4 | 122 # Code from module ldexpl: 461 AC_LIBOBJ([ldexpl]) 463 gl_MATH_MODULE_INDICATOR([ldexpl]) 1001 lib/ldexpl.c 1209 m4/ldexpl.m4
|
D | math_h.m4 | 47 ldexpf ldexpl
|
/external/bison/lib/ |
D | ldexpl.c | 29 ldexpl (long double x, int exp) in ldexpl() function 40 ldexpl (long double x, int exp) in ldexpl() function 87 printf ("%5d %.16Lg %.16Lg\n", y, ldexpl (0.8L, y), ldexpl (0.8L, -y) * ldexpl (0.8L, y));
|
D | math.in.h | 1174 # undef ldexpl 1175 # define ldexpl rpl_ldexpl macro 1177 _GL_FUNCDECL_RPL (ldexpl, long double, (long double x, int exp)); 1178 _GL_CXXALIAS_RPL (ldexpl, long double, (long double x, int exp)); 1181 _GL_FUNCDECL_SYS (ldexpl, long double, (long double x, int exp)); 1184 _GL_CXXALIAS_SYS (ldexpl, long double, (long double x, int exp)); 1188 _GL_CXXALIASWARN (ldexpl); 1191 # undef ldexpl 1193 _GL_WARN_ON_USE (ldexpl, "ldexpl is unportable - "
|
D | printf-frexp.c | 45 # define LDEXP ldexpl
|
D | gnulib.mk | 723 EXTRA_DIST += ldexpl.c 725 EXTRA_libbison_a_SOURCES += ldexpl.c
|
D | Makefile.in | 134 $(top_srcdir)/m4/ldexpl.m4 $(top_srcdir)/m4/lib-ld.m4 \ 1528 $(top_srcdir)/build-aux/javaexec.sh.in ldexpl.c config.charset \ 1603 isnanl.c isnan.c isnanl.c iswblank.c ldexpl.c malloc.c \ 1805 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldexpl.Po@am__quote@
|
/external/bison/linux-lib/ |
D | math.h | 1486 # undef ldexpl 1487 # define ldexpl rpl_ldexpl macro 1489 _GL_FUNCDECL_RPL (ldexpl, long double, (long double x, int exp)); 1490 _GL_CXXALIAS_RPL (ldexpl, long double, (long double x, int exp)); 1493 _GL_FUNCDECL_SYS (ldexpl, long double, (long double x, int exp)); 1496 _GL_CXXALIAS_SYS (ldexpl, long double, (long double x, int exp)); 1500 _GL_CXXALIASWARN (ldexpl); 1503 # undef ldexpl 1505 _GL_WARN_ON_USE (ldexpl, "ldexpl is unportable - "
|
/external/bison/darwin-lib/ |
D | math.h | 1486 # undef ldexpl 1487 # define ldexpl rpl_ldexpl macro 1489 _GL_FUNCDECL_RPL (ldexpl, long double, (long double x, int exp)); 1490 _GL_CXXALIAS_RPL (ldexpl, long double, (long double x, int exp)); 1493 _GL_FUNCDECL_SYS (ldexpl, long double, (long double x, int exp)); 1496 _GL_CXXALIAS_SYS (ldexpl, long double, (long double x, int exp)); 1500 _GL_CXXALIASWARN (ldexpl); 1503 # undef ldexpl 1505 _GL_WARN_ON_USE (ldexpl, "ldexpl is unportable - "
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 30 long double ldexpl(long double, int); 268 F(ldexpl), F(modf), F(modff), F(modfl), F(nan),
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 408 ; CHECK: declare void @ldexpl(...) 409 declare void @ldexpl(...)
|
D | annotate.ll | 427 ; CHECK: declare x86_fp80 @ldexpl(x86_fp80, i32) 428 declare x86_fp80 @ldexpl(x86_fp80, i32)
|
/external/libcxx/include/ |
D | cmath | 100 long double ldexpl(long double value, int exp); 482 using ::ldexpl;
|
D | math.h | 844 …ong double ldexp(long double __lcpp_x, int __lcpp_e) _NOEXCEPT {return ::ldexpl(__lcpp_x, __lcpp_e… in ldexp()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 659 /// long double ldexpl(long double x, int n); 660 TLI_DEFINE_ENUM_INTERNAL(ldexpl) 661 TLI_DEFINE_STRING_INTERNAL("ldexpl")
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 67 TLI.setUnavailable(LibFunc::ldexpl); in initialize() 144 TLI.setUnavailable(LibFunc::ldexpl); in initialize()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 872 __tg_ldexp(long double __x, int __y) {return ldexpl(__x, __y);} in __tg_ldexp()
|
/external/bison/build-aux/ |
D | Makefile.in | 104 $(top_srcdir)/m4/ldexpl.m4 $(top_srcdir)/m4/lib-ld.m4 \
|
/external/bison/etc/ |
D | Makefile.in | 104 $(top_srcdir)/m4/ldexpl.m4 $(top_srcdir)/m4/lib-ld.m4 \
|
/external/bison/ |
D | configure | 24394 return ldexpl (x, -1) > 0; 24427 return ldexpl (x, -1) > 0; 24476 long double ldexpl (long double, int); 24482 volatile long double y = ldexpl (x, -1); 24488 volatile long double y = ldexpl (x, 0); 24887 …f fmodl frexpf frexpl hypotf hypotl ilogb ilogbf ilogbl ldexpf ldexpl log logf logl… 27139 return ldexpl (x, -1) > 0; 27181 long double ldexpl (long double, int); 27187 volatile long double y = ldexpl (x, -1); 27193 volatile long double y = ldexpl (x, 0);
|
/external/bison/data/ |
D | Makefile.in | 104 $(top_srcdir)/m4/ldexpl.m4 $(top_srcdir)/m4/lib-ld.m4 \
|
/external/bison/tests/ |
D | Makefile.in | 103 $(top_srcdir)/m4/ldexpl.m4 $(top_srcdir)/m4/lib-ld.m4 \
|
/external/bison/examples/ |
D | Makefile.in | 104 $(top_srcdir)/m4/ldexpl.m4 $(top_srcdir)/m4/lib-ld.m4 \
|