Searched defs:logb (Results 1 – 10 of 10) sorted by relevance
10 double logb(double x) in logb() function
1340 inline _LIBCPP_INLINE_VISIBILITY float logb(float __lcpp_x) _NOEXCEPT {return ::logbf(_… in logb() function1341 inline _LIBCPP_INLINE_VISIBILITY long double logb(long double __lcpp_x) _NOEXCEPT {return ::logbl(_… in logb() function1346 logb(_A1 __lcpp_x) _NOEXCEPT {return ::logb((double)__lcpp_x);} in logb() function
249 #define logb(x) __tg_real(logb, (x)) macro
86 Ambiguous logb(Ambiguous){ return Ambiguous(); } in logb() function
89 Ambiguous logb(Ambiguous){ return Ambiguous(); } in logb() function
1775 static half logb(half arg) in logb() function2667 inline half logb(half arg) { return functions::logb(arg); } in logb() function2668 inline half logb(expr arg) { return functions::logb(arg); } in logb() function
3217 def logb(self, context=None): member in Decimal4536 def logb(self, a): member in Context
3323 def logb(self, context=None): member in Decimal4712 def logb(self, a): member in Context
994 #define logb(__x) __tg_logb(__tg_promote1((__x))(__x)) macro