Home
last modified time | relevance | path

Searched refs:frexpl (Results 1 – 25 of 41) 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/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/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/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 \
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll315 ; CHECK: declare void @frexpl(...)
316 declare void @frexpl(...)
Dannotate.ll334 ; CHECK: declare x86_fp80 @frexpl(x86_fp80, i32* nocapture) [[G0]]
335 declare x86_fp80 @frexpl(x86_fp80, i32*)
/external/libcxx/include/
Dcmath96 long double frexpl(long double value, int* exp);
481 using ::frexpl;
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def557 /// long double frexpl(long double num, int *exp);
558 TLI_DEFINE_ENUM_INTERNAL(frexpl)
559 TLI_DEFINE_STRING_INTERNAL("frexpl")
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp142 TLI.setUnavailable(LibFunc::frexpl); in initialize()
752 case LibFunc::frexpl: in isValidProtoForLibFunc()
/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/etc/
DMakefile.in89 $(top_srcdir)/m4/frexp.m4 $(top_srcdir)/m4/frexpl.m4 \
124 $(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/bison/tests/
DMakefile.in88 $(top_srcdir)/m4/frexp.m4 $(top_srcdir)/m4/frexpl.m4 \
123 $(top_srcdir)/m4/printf-frexpl.m4 \
/external/bison/examples/
DMakefile.in89 $(top_srcdir)/m4/frexp.m4 $(top_srcdir)/m4/frexpl.m4 \
124 $(top_srcdir)/m4/printf-frexpl.m4 \
/external/clang/lib/Headers/
Dtgmath.h820 __tg_frexp(long double __x, int* __y) {return frexpl(__x, __y);} in __tg_frexp()

12