Home
last modified time | relevance | path

Searched defs:ilogb (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/math/
Dilogb.c4 int ilogb(double x) in ilogb() function
/third_party/musl/src/math/
Dilogb.c4 int ilogb(double x) in ilogb() function
/third_party/glib/glib/gnulib/
Dgnulib_math.h.in1231 # define ilogb rpl_ilogb macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h240 #define ilogb(x) __tg_real_nocast(ilogb, (x)) macro
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h240 #define ilogb(x) __tg_real_nocast(ilogb, (x)) macro
/third_party/musl/ndk_musl_include/
Dtgmath.h240 #define ilogb(x) __tg_real_nocast(ilogb, (x)) macro
/third_party/musl/include/
Dtgmath.h240 #define ilogb(x) __tg_real_nocast(ilogb, (x)) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h1075 friend int ilogb(const APFloat &Arg) { return ilogb(Arg.getIEEE()); } in ilogb() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h1201 friend int ilogb(const APFloat &Arg) { return ilogb(Arg.getIEEE()); } in ilogb() function
/third_party/boost/boost/math/cstdfloat/
Dcstdfloat_cmath.hpp741 …inline int ilogb(boost::math::cstdfloat::detail::… in ilogb() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp3866 int ilogb(const IEEEFloat &Arg) { in ilogb() function
/third_party/boost/boost/multiprecision/detail/
Ddefault_ops.hpp3632 ilogb(const detail::expression<tag, A1, A2, A3, A4>& val) in ilogb() function