Home
last modified time | relevance | path

Searched refs:ldexpl (Results 1 – 25 of 36) sorted by relevance

12

/external/bison/m4/
Dldexpl.m41 # 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 …]
Dprintf-frexpl.m441 [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>]])
Dgnulib-comp.m4122 # Code from module ldexpl:
461 AC_LIBOBJ([ldexpl])
463 gl_MATH_MODULE_INDICATOR([ldexpl])
1001 lib/ldexpl.c
1209 m4/ldexpl.m4
Dmath_h.m447 ldexpf ldexpl
/external/bison/lib/
Dldexpl.c29 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));
Dmath.in.h1174 # 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 - "
Dprintf-frexp.c45 # define LDEXP ldexpl
Dgnulib.mk723 EXTRA_DIST += ldexpl.c
725 EXTRA_libbison_a_SOURCES += ldexpl.c
DMakefile.in134 $(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/
Dmath.h1486 # 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/
Dmath.h1486 # 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/
Dlibcall-declarations.c30 long double ldexpl(long double, int);
268 F(ldexpl), F(modf), F(modff), F(modfl), F(nan),
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll408 ; CHECK: declare void @ldexpl(...)
409 declare void @ldexpl(...)
Dannotate.ll427 ; CHECK: declare x86_fp80 @ldexpl(x86_fp80, i32)
428 declare x86_fp80 @ldexpl(x86_fp80, i32)
/external/libcxx/include/
Dcmath100 long double ldexpl(long double value, int exp);
482 using ::ldexpl;
Dmath.h844 …ong double ldexp(long double __lcpp_x, int __lcpp_e) _NOEXCEPT {return ::ldexpl(__lcpp_x, __lcpp_e… in ldexp()
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def659 /// long double ldexpl(long double x, int n);
660 TLI_DEFINE_ENUM_INTERNAL(ldexpl)
661 TLI_DEFINE_STRING_INTERNAL("ldexpl")
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp67 TLI.setUnavailable(LibFunc::ldexpl); in initialize()
144 TLI.setUnavailable(LibFunc::ldexpl); in initialize()
/external/clang/lib/Headers/
Dtgmath.h872 __tg_ldexp(long double __x, int __y) {return ldexpl(__x, __y);} in __tg_ldexp()
/external/bison/build-aux/
DMakefile.in104 $(top_srcdir)/m4/ldexpl.m4 $(top_srcdir)/m4/lib-ld.m4 \
/external/bison/etc/
DMakefile.in104 $(top_srcdir)/m4/ldexpl.m4 $(top_srcdir)/m4/lib-ld.m4 \
/external/bison/
Dconfigure24394 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/
DMakefile.in104 $(top_srcdir)/m4/ldexpl.m4 $(top_srcdir)/m4/lib-ld.m4 \
/external/bison/tests/
DMakefile.in103 $(top_srcdir)/m4/ldexpl.m4 $(top_srcdir)/m4/lib-ld.m4 \
/external/bison/examples/
DMakefile.in104 $(top_srcdir)/m4/ldexpl.m4 $(top_srcdir)/m4/lib-ld.m4 \

12