Home
last modified time | relevance | path

Searched refs:ilogbl (Results 1 – 23 of 23) sorted by relevance

/third_party/musl/src/math/
Dilogbl.c5 int ilogbl(long double x) in ilogbl() function
10 int ilogbl(long double x) in ilogbl() function
33 int ilogbl(long double x) in ilogbl() function
46 return ilogbl(x) - 120; in ilogbl()
Dlogbl.c14 return ilogbl(x); in logbl()
Dfmal.c279 if (ilogbl(ret) < -16382 && fetestexcept(FE_INEXACT)) in fmal()
288 if (spread + ilogbl(r.hi) > -16383) in fmal()
/third_party/musl/porting/liteos_a/kernel/src/math/
Dilogbl.c5 int ilogbl(long double x) in ilogbl() function
10 int ilogbl(long double x) in ilogbl() function
33 int ilogbl(long double x) in ilogbl() function
46 return ilogbl(x) - 120; in ilogbl()
Dlogbl.c14 return ilogbl(x); in logbl()
Dfmal.c279 if (ilogbl(ret) < -16382 && fetestexcept(FE_INEXACT)) in fmal()
288 if (spread + ilogbl(r.hi) > -16383) in fmal()
/third_party/musl/libc-test/src/math/
Dilogbl.c31 yi = ilogbl(p->x); in main()
Dtest_src_math.gni89 "ilogbl",
/third_party/boost/boost/math/
Dtr1_c_macros.ipp205 #ifdef ilogbl
206 #undef ilogbl
208 #define ilogbl boost_ilogbl
Dtr1.hpp565 int ilogbl BOOST_PREVENT_MACRO_SUBSTITUTION(long double x);
/third_party/glib/glib/gnulib/
Dgnulib_math.h.in1253 # undef ilogbl
1254 # define ilogbl rpl_ilogbl macro
1256 _GL_FUNCDECL_RPL (ilogbl, int, (long double x));
1257 _GL_CXXALIAS_RPL (ilogbl, int, (long double x));
1260 _GL_FUNCDECL_SYS (ilogbl, int, (long double x));
1262 _GL_CXXALIAS_SYS (ilogbl, int, (long double x));
1264 _GL_CXXALIASWARN (ilogbl);
1266 # undef ilogbl
1268 _GL_WARN_ON_USE (ilogbl, "ilogbl is unportable - "
1269 "use gnulib module ilogbl for portability");
/third_party/musl/ndk_musl_include/
Dmath.h241 int ilogbl(long double);
/third_party/musl/libc-test/src/api/
Dmath.c134 {int(*p)(long double) = ilogbl;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h241 int ilogbl(long double);
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h241 int ilogbl(long double);
/third_party/musl/include/
Dmath.h241 int ilogbl(long double);
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h241 int ilogbl(long double);
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h182 T(ilogbl, l_i)
Dmplibm.c325 mp_f_i(ilogbl) in mp_f_i()
/third_party/musl/
Dlibc.map.txt918 ilogbl;
Dmusl_src.gni638 "src/math/ilogbl.c",
/third_party/musl/porting/liteos_a/kernel/
Dmusl.gni171 "$MUSLPORTINGDIR/src/math/ilogbl.c",
/third_party/boost/libs/math/doc/overview/
Dtr1.qbk329 int ilogbl(long double x);