Searched refs:frexpl (Results 1 - 20 of 20) sorted by relevance

/external/bison/lib/
H A Dfrexpl.c25 frexpl (long double x, int *expptr) function
H A Dfrexp.c40 # define FUNC frexpl
H A Dprintf-frexp.c23 # include "printf-frexpl.h"
44 # define FREXP frexpl
H A Dmath.in.h997 # undef frexpl macro
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); variable
1016 # undef frexpl macro
1018 _GL_WARN_ON_USE (frexpl, "frexpl i
[all...]
H A Dgnulib.mk429 ## begin gnulib module frexpl-nolibm
432 EXTRA_DIST += frexp.c frexpl.c
434 EXTRA_libbison_a_SOURCES += frexp.c frexpl.c
436 ## end gnulib module frexpl-nolibm
1356 ## begin gnulib module printf-frexpl
1358 libbison_a_SOURCES += printf-frexpl.c
1360 EXTRA_DIST += printf-frexp.c printf-frexpl.h
1364 ## end gnulib module printf-frexpl
H A Dvasnprintf.c117 # include "printf-frexpl.h"
913 y = frexpl (x, &exp);
1336 y = frexpl (x, &exp);
/external/bison/darwin-lib/
H A Dmath.h1309 # undef frexpl macro
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); variable
1328 # undef frexpl macro
1330 _GL_WARN_ON_USE (frexpl, "frexpl i
[all...]
/external/bison/linux-lib/
H A Dmath.h1309 # undef frexpl macro
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); variable
1328 # undef frexpl macro
1330 _GL_WARN_ON_USE (frexpl, "frexpl i
[all...]
/external/bison/
H A DAndroid.mk75 lib/printf-frexpl.c \
H A Dconfigure7283 # Code from module frexpl-nolibm:
7357 # Code from module printf-frexpl:
21733 ac_fn_c_check_decl "$LINENO" "frexpl" "ac_cv_have_decl_frexpl" "#include <math.h>
21743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether frexpl() can be used without linking with libm" >&5
21744 $as_echo_n "checking whether frexpl() can be used without linking with libm... " >&6; }
21756 int e; return frexpl (x, &e) > 0;
21776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether frexpl works" >&5
21777 $as_echo_n "checking whether frexpl works... " >&6; }
21819 long double frexpl (long double, int *);
21828 frexpl (
[all...]
/external/clang/test/CodeGen/
H A Dlibcall-declarations.c27 long double frexpl(long double, int *);
267 F(frexp), F(frexpf), F(frexpl), F(ldexp), F(ldexpf),
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h301 /// long double frexpl(long double num, int *exp);
302 frexpl, enumerator in enum:llvm::LibFunc::Func
/external/ltrace/etc/
H A Dlibm.so.conf290 ldouble frexpl(ldouble, +int *);
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp161 "frexpl",
446 TLI.setUnavailable(LibFunc::frexpl);
/external/clang/lib/Headers/
H A Dtgmath.h820 __tg_frexp(long double __x, int* __y) {return frexpl(__x, __y);}
/external/libcxx/test/depr/depr.c.headers/
H A Dmath_h.disabled.cpp111 static_assert((std::is_same<decltype(frexpl(0, &ip)), long double>::value), "");
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc297 INTERCEPTOR(long double, frexpl, long double x, int *exp) {
299 COMMON_INTERCEPTOR_ENTER(ctx, frexpl, x, exp);
303 long double res = REAL(frexpl)(x, exp);
310 COMMON_INTERCEPT_FUNCTION(frexpl)
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1253 case LibFunc::frexpl:
/external/libcxx/test/numerics/c.math/
H A Dcmath.disabled.cpp253 static_assert((std::is_same<decltype(std::frexpl(0, &ip)), long double>::value), "");
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc2112 double rl = frexpl(1.1, &x);

Completed in 473 milliseconds