Searched refs:ilogbl (Results 1 – 23 of 23) sorted by relevance
/third_party/musl/src/math/ |
D | ilogbl.c | 5 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()
|
D | logbl.c | 14 return ilogbl(x); in logbl()
|
D | fmal.c | 279 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/ |
D | ilogbl.c | 5 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()
|
D | logbl.c | 14 return ilogbl(x); in logbl()
|
D | fmal.c | 279 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/ |
D | ilogbl.c | 31 yi = ilogbl(p->x); in main()
|
D | test_src_math.gni | 89 "ilogbl",
|
/third_party/boost/boost/math/ |
D | tr1_c_macros.ipp | 205 #ifdef ilogbl 206 #undef ilogbl 208 #define ilogbl boost_ilogbl
|
D | tr1.hpp | 565 int ilogbl BOOST_PREVENT_MACRO_SUBSTITUTION(long double x);
|
/third_party/glib/glib/gnulib/ |
D | gnulib_math.h.in | 1253 # 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/ |
D | math.h | 241 int ilogbl(long double);
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 134 {int(*p)(long double) = ilogbl;} in f()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 241 int ilogbl(long double);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 241 int ilogbl(long double);
|
/third_party/musl/include/ |
D | math.h | 241 int ilogbl(long double);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 241 int ilogbl(long double);
|
/third_party/musl/libc-test/src/math/gen/ |
D | functions.h | 182 T(ilogbl, l_i)
|
D | mplibm.c | 325 mp_f_i(ilogbl) in mp_f_i()
|
/third_party/musl/ |
D | libc.map.txt | 918 ilogbl;
|
D | musl_src.gni | 638 "src/math/ilogbl.c",
|
/third_party/musl/porting/liteos_a/kernel/ |
D | musl.gni | 171 "$MUSLPORTINGDIR/src/math/ilogbl.c",
|
/third_party/boost/libs/math/doc/overview/ |
D | tr1.qbk | 329 int ilogbl(long double x);
|