Home
last modified time | relevance | path

Searched defs:logb (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/math/
Dlogb.c10 double logb(double x) in logb() function
/third_party/musl/src/math/
Dlogb.c10 double logb(double x) in logb() function
/third_party/glib/glib/gnulib/
Dgnulib_math.h.in1625 # define logb rpl_logb macro
/third_party/musl/include/
Dtgmath.h249 #define logb(x) __tg_real(logb, (x)) macro
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h249 #define logb(x) __tg_real(logb, (x)) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h249 #define logb(x) __tg_real(logb, (x)) macro
/third_party/musl/ndk_musl_include/
Dtgmath.h249 #define logb(x) __tg_real(logb, (x)) macro
/third_party/python/Lib/
D_pydecimal.py3323 def logb(self, context=None): member in Decimal
4712 def logb(self, a): member in Context
/third_party/boost/boost/math/cstdfloat/
Dcstdfloat_cmath.hpp742 …inline boost::math::cstdfloat::detail::float_internal128_t logb(boost::math::cstdfloat::detail::f… in logb() function