Home
last modified time | relevance | path

Searched defs:logb (Results 1 - 6 of 6) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dlogb.c10 double logb(double x) in logb() function
/third_party/musl/src/math/
H A Dlogb.c10 double logb(double x) in logb() function
/third_party/musl/porting/uniproton/kernel/include/
H A Dtgmath.h186 #undef logb macro
249 #define logb(x) __tg_real(logb, (x)) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtgmath.h186 #undef logb macro
249 #define logb(x) __tg_real(logb, (x)) macro
/third_party/musl/include/
H A Dtgmath.h186 #undef logb macro
249 #define logb(x) __tg_real(logb, (x)) macro
/third_party/python/Lib/
H A D_pydecimal.py3333 def logb(self, context=None): member in Decimal
4726 def logb(self, a): member in Context
[all...]

Completed in 8 milliseconds