Home
last modified time | relevance | path

Searched defs:logb (Results 1 – 7 of 7) 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/musl/porting/liteos_m/kernel/include/
Dtgmath.h249 #define logb(x) __tg_real(logb, (x)) 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/python/Lib/
D_pydecimal.py3333 def logb(self, context=None): member in Decimal
4726 def logb(self, a): member in Context
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp35730 logb(float __x) in logb() function
35734 logb(long double __x) in logb() function
35742 logb(_Tp __x) in logb() function